MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

wesu ResetManager, UsbDfu and OtaDfu

Posted on February 21, 2017 at 18:22Hello,in wesu downloads I can find ResetManager, UsbDfu and OtaDfu applications in bin format.Are they available also in source format?Thanks in advanceFabiano

fabiano by Associate
  • 121 Views
  • 0 replies
  • 0 kudos

Connecting the API with STM32 platform in CubeMX

Posted on February 13, 2017 at 16:04HiIm having the device VL53L0X which I want to communicate with trough the I2C protocol to my STM32F401RE micro controller.Im using CubeMX from STM to setting up the pins which works fine, but I don't know how I '...

VL6180X max convergence error

Posted on November 11, 2016 at 10:45I always get the error 0b0111 (max convergence) if I make a range single shot measurement (I also don't know if other modes are working). I tried to disable the ECE but still the same. I tried it with the code fro...

Lifting and teft detection by LIS2DH

Posted on February 20, 2017 at 08:57Hi,I am using LIS2DH in our custom board and I am trying to detect some scenarios using this accelerometer. I read the datasheet and application note and tested almost all features. But I'm not sure how to apply t...

Wrong magnetic values with LIS3MDL

Posted on February 13, 2017 at 17:37Hello I don't understand why I get value  aroung 1.3 Gauss ?Configuration :   LIS3_CTRL_REG2 = 0x00;   // Full scale +/- 4 G   LIS3_CTRL_REG1 = 0x1C;   // ODR=80Hz, XY LowPower   LIS3_CTRL_REG4 = 0x00;   // Z LowP...

DAMIEN D by Associate II
  • 432 Views
  • 8 replies
  • 0 kudos

LPS25HB data reading 6.4mBar Offset Error

Posted on August 25, 2015 at 13:12​Hi,I working with Barometric Pressure sensor LPS331AP.Its working good. but as this chip absoluted,then we changed design to LPS25HB.But this chip is reading 6.4mBar error apart from the actual measured value .We a...

satyag by Associate II
  • 212 Views
  • 3 replies
  • 0 kudos

lsm6ds3 Accelerometer theoretical accuracy

Posted on February 08, 2017 at 21:16Good afternoon,I am trying to determine the theoretical accuracy of an angle calculated with the lsm6ds3 accelerometer.  From the spec I see there are a number of sources of inaccuracy/noise.  There is noise densi...

H3LIS331DL interrupt threshold

Posted on February 16, 2017 at 23:37hello,we are using H3LIS331DL to record shock on our instrument.we have setup INT1 to interrupt when acceleration>threshold.when the interrupt occurs we read out values and store it.we have observed that sometimes...