MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LSM303D data synchronization

Posted on January 13, 2014 at 18:35All the example code I've seen reads the acceleration and magnetic field values by polling the appropriate registers.For example:x.l = i2c_read(OUT_X_L_A);x.h = i2c_read(OUT_X_H_A);y.l = i2c_read(OUT_Y_L_A);y.h = i...

trav by Associate
  • 268 Views
  • 1 replies
  • 0 kudos

Example for LSM303DLHC Accelerometer

Posted on November 27, 2013 at 15:26Hi,I need to read the accelerometer data from LSM303DLHC. I use the STM32F401 Discovery board and the ''stm32f401_discovery_lsm303dlhc.c'' library.I read carefully the datasheet, especially the section 7.1 in page...

anthony2 by Associate II
  • 1002 Views
  • 6 replies
  • 0 kudos

L3GD20 gyroscope sensitivity

Posted on January 14, 2014 at 11:04Hi,I would like to know : how did you calculate the L3GD20 sensitivity (LSB/dps) in the example?#define L3G_Sensitivity_250dps    (float)114.285f        /*!< gyroscope sensitivity with 250 dps full scale [LSB/dps] ...

romain by Associate
  • 296 Views
  • 0 replies
  • 0 kudos

INemo Engine Lite

Posted on January 13, 2014 at 10:10Hello, In the iNemo Engine Lite Version 1.2.0 (FW V.2.3.0) when analizing the EKF Prediction state I came to the conclusion that the quaternion update is not using the same mathematical function defined by the pMa...

stst9193 by Associate II
  • 221 Views
  • 0 replies
  • 0 kudos

CS43L22 and LSM303DLHC

Posted on December 23, 2013 at 15:01I would like to configure both the CS43L22 Audio DAC and the LSM303DLHC MEMS accelerometer to be used simultaneously. From what I have seen on the documentation, it seems that both of these devices are connected t...

Behavior of LIS3DH past range limits

Posted on December 13, 2013 at 19:45If the LIS3DH range is set to +/- 2g, how does the chip behave if acceleration exceeds 2g's? Do the axis outputs limit, wrap around, go to some fixed value, etc?

cbrower by Associate
  • 213 Views
  • 1 replies
  • 0 kudos

LIS3DSH - error offset

Posted on December 12, 2013 at 18:48hi, I use LIS3DSH and a problem appear sometime at init, in fact we catch false value from chip (offset error on x axis). Only offset is not correct (same offset value in case of pb). SPI bus reading is correct , ...

tdecamps by Associate
  • 230 Views
  • 1 replies
  • 0 kudos

Urgent:Data Ready Interrupt

Posted on December 06, 2013 at 12:00Hi, I don't know, the interrupts work. I have the testcase attached. Here is the logged sequence: BEGIN: STAT_REG = 0 .. STAT_REG = 0xF // here should come the Int, shouldn't it? .. STAT_REG = 0xFF // Overflow, ne...

steffen by Associate II
  • 500 Views
  • 3 replies
  • 0 kudos