MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STEVAL WESU1 understanding logged data

Posted on October 26, 2016 at 16:43Hi , I have STEVAL WESU module  and logged acelerometer data using android app. (plz see attached file)My settings are: Timer: 512 Hz, 10Hz, 1HzMEMS Accelerometer output data rate: 416 Hz , 833 Hz, 100HzIn the logg...

abhi1new by Associate
  • 798 Views
  • 2 replies
  • 0 kudos

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...