MEMS (sensors)

Ask questions and find answers on ST MEMS sensors, such as the LSM6DSV and the LSM6DSL. Learn how to use the SensorTile.Box, and STEVAL kits.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Reading status register of LSM6DS3

Posted on January 31, 2017 at 06:12hi,     I am Reading the Accelerometer and Gyroscope sensor values by checking the XLDA and GDA bits as follows             if((readReg(STATUS_REG)&0x01)==0x01)     // checking XLDA        {              Ax = (int1...

Problem reading value gyroscope

Posted on January 27, 2017 at 15:04Hello, sorry for me level in EnglishI have to carry out an end of year project of electronic bts, and I am stuck at this levelI need your help to understand a lack of reading in the following code I use this soft :...

How compatible are LSM6DSL and LSM6DS3?

Posted on January 27, 2017 at 00:19We were looking at using the LSM6DS3 in a new design, but I noticed the LSM6DSL uses half the power.  The two parts look to be pin compatible and probably software compatible (at least for most features).  Is that ...

LIS3DSH at +- 24g

Posted on January 23, 2017 at 18:13The spec for the LIS3DSH quotes +-16g, yet the sensitivity at full scale is 0.73mg/LSB, giving a full scale range of +-24g. Can the sensor be used effectively at +-24g? What kind of non-linearities or other errors ...

LSM6DS3 accelerometer gives error values

Posted on January 23, 2017 at 13:03Hi,     I am using STEVAL-MKI160V1 evaluation module of LSM6DS3 in arduino platform with 8g scale.  When I turn this 1g to -1g , it suddenly fall to 89 , 86 , 89.......etc ,  from 4173  (1g reading, that i got)  w...

iNemo (LSM6DS3) significant motion detection not working

Posted on January 16, 2017 at 18:26I am trying to configure the iNemo to assert INT1 when significant motion is detected. I have followed AN4650 closely (the configuration matches that given in AN4650 Section 6.2 at the end of the section), but no i...

MEMS mic sample-code buffer-size reasoning?

Posted on July 27, 2016 at 20:51I'm just getting started with the CCA02M1 expansion board, Nucleo '476RG and X-CUBE-MEMSMIC1 software.I've got the software compiling in Kiel, and the USB-audio interface works well.(44.1kHz sampling doesn't seem to w...