MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! LIS3MDL data interpretation

Posted on May 15, 2017 at 18:45Hello,I have the a question about LIS3MDL.I have read http://www.st.com/resource/en/datasheet/lis3mdl.pdf and an http://www.st.com/resource/en/application_note/dm00136626.pdf, but have no idea, how to interpret the dat...

LSM6DS3 linker error L6218E - LSM6DS3_IO_Read

Posted on May 09, 2017 at 11:39I am getting a linker error L6218E when compiling code for the LSM6DS3 Gyroscope. The error points to the LSM6DS3_IO_Read and LSM6DS3_IO_Write functions. These have been declared and are to be imported but there is no ...

daithi62 by Associate II
  • 844 Views
  • 3 replies
  • 0 kudos

LIS3DH Click Interrupt

Posted on May 15, 2017 at 10:32Hey guys, I dunno what I add but seems I can't generate interrupt after I click on LIS3DH, here what I do.void Acc__EnableClickDetect(void){  LIS3DH_SetAxis(LIS3DH_X_ENABLE  |LIS3DH_Y_ENABLE | LIS3DH_Z_ENABLE );  LIS3D...

X-NUCLEO-CCA02M1Evaluation program not recognized

Posted on May 14, 2017 at 23:18Hello,I want to test the sample application. I can compel and load from uVision whithout problem.I connect a second USB cable  on the X-NUCLEO-CCA02M1 but the board is not recognized on my PC under Win 10. Thanks for y...

LSM303AGR question

Posted on May 12, 2017 at 09:29       1.当å‰�的库ç£�力计使ç�?¨äº†SWUå��标系,这个时候ç£�力计芯片的那个方å�‘指å�‘æ­£å�—.2.ç£�力计校准是通过函数(osx_)è¿�?回为1表示校准æˆ�功。我们怎么验è¯�这个校准å�Žçš„...

LIS3DH Accelerometer Click Detection

Posted on May 09, 2017 at 11:40Hey guys, I am trying to do click detection for my LIS3DH accelerometer. For single click, what I should add inside my code? Here is my code, please help me. void Acc__EnableClickDetect(void){  LIS3DH_SetAxis(LIS3DH_X_...

LSM6DS3 not reading stable value

Posted on May 11, 2017 at 05:46Hi All,I am using LSM6DS3  accelerometer and gyroscope sensor.I am interfacing with I2C. I have initialized the accelerometer register and reading the respective X,Y,Z register .I am not getting stable value. i am not ...

0690X00000605JPQAY.png

LIS3DH: What current ratings for input/output pins?

Posted on February 12, 2016 at 19:38I've checked the LIS3DH's spec sheet and I can't find specs for input or output current on its I/O pins. Somewhat difficult to design in this part when we don't know its I/O pin current source/sink specs. Are thes...

LSM9DS1 read from magnetometer problem

Posted on October 24, 2016 at 22:38Hello! I made a custom board with LSM9DS1  module on it. Pins SDO_M and SDO_A/G is tied together. I use SPI to communicate with module. When i write/read to/from accelerometer/gyroscope registers all works fine but...