MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LSM6DSM fifo pattern error

I am using the FIFO to read both the ACC & GYRO data using the FIFO_DATA_OUT_H and FIFO_DATA_OUT_L at 52Hz ODR.But once every 1~2 hours, the FIFO data seems corrupted. Debugging it shows the FIFO Pattern number (FIFO_STATUS3 & FIFO_STATUS4) return a...

Resolved! LSM9DS1 side-effects of fast ODR setting?

I have been using the fast ODR setting to reach magnetometer data rates higher than 80hz. I have noticed that there are spikes of about +/- 250 in the data at higher frequencies. After some research, it seems this is caused by reading registers while...

ABoge by Associate II
  • 915 Views
  • 5 replies
  • 0 kudos

LPS22HB PLE interrupt not working

Posted on July 15, 2018 at 05:18Hi I am working with the LPS22HB eval board from ST and trying to generate an interrupt when the pressure drops suddenly.  So according to the data sheet this would be a PLE event (2nd bit of 0x0B register) Below are ...

how to get lsm303c INT_XL interrupt be "active low"

Hi,I am trying to get lsm303c output an "active low" interrupt on pin INT_XL.here is my init code:void LSM303C_AccInit(void){    uint8_t result = 0;    ACCELERO_IO_Write(LSM303C_CTRL_REG1_A, 0b00100101);  // disable y axis to avoid mg     ACCELERO_IO...

GFone by Associate II
  • 375 Views
  • 1 replies
  • 0 kudos

Gasket 3d model for VL53L0X . Where to download?

I'm trying to apply the VL53L0X to an project that require extra air gap between module and cover window. I just saw a video from YT: https://www.youtube.com/watch?v=puRvRsrfpTs that appear to be "official".There is 3d gasket model. It is available t...

DGodo by Associate
  • 347 Views
  • 0 replies
  • 0 kudos

VL53L1X Oudside

Posted on June 22, 2018 at 14:23I am looking for a successful setup for a VL53L1X in outside conditions any type of help to get more then 30 cm in sunny weather #vl53l1x

setting the VL53L1 ROI

Posted on July 09, 2018 at 13:01I'm tryong to set my ROI with the P-NUCLEO-53L1A1 and i can't find the function ( VL53L1_SetUserROI() ) in the SimpleRangingExamples Project , i'm using the IAR workbench , anyone have a clue ?