MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to reset the timer in LSM6DSO IMU FIFO

Why did you guys remove the feature of resetting the timer for LSM6DSO IMU? It was available in LSM6DS3 by setting AAh in TIMESTAMP2_REG (42h).How do we reset the timestamp value in FIFO (LSM6DSO chip)?

BDiva.1 by Associate II
  • 676 Views
  • 3 replies
  • 0 kudos

VL53L1X does not boot.

I recently purchased VL53L1X ToF laser ranging sensor and for the last couple of weeks I am trying to make it work. Based on reference schematic from the datasheet I built the following setup:Using STM32L011 uCU, ULD API and LowLevel I2C libraries ...

0690X00000ArVMTQA3.jpg 0690X00000ArVPrQAN.png 0690X00000ArVQ6QAN.png 0690X00000ArVQLQA3.png
velizarw by Associate II
  • 2994 Views
  • 13 replies
  • 0 kudos

Hello, I am trying to interface MP34DT001 MEMs microphone on STM32 BL475E Discovery iot board. I have tried using BSP for interfacing microphone but I am getting error in initializing BSP_AUDIO_IN_Init(AUDIO_INSTANCE, &MicParams) it is returning -9

I have checked -9 means failed to set clock. I have run debug trace on it, I have attached the point where it is thowing error. I am new to this kindly someone guide me what I am doing wrong. Or kindly point me toward any working implementation of MP...

0693W000005BGDSQA4.jpg 0693W000005BGDDQA4.jpg
WIsa.1 by Associate
  • 529 Views
  • 2 replies
  • 1 kudos

VL53L1_PRESETMODE_RANGING, VL53L1_GetMeasurementDataReady()

Calling   status = sensor_vl53l1.VL53L1_GetMeasurementDataReady(&NewDataReady);from the Example, I get only status = 0 and NewDataReady = 0;I stepped into the functions down to the Device access via I2C.All went well so far. I got: gpio__tio_hv_...

ritzeng by Associate II
  • 406 Views
  • 1 replies
  • 0 kudos

VL53L1 2.0 Library

Unused code detected:VL53L1_Error VL53L1::VL53L1_RdByte(VL53L1_DEV Dev, uint16_t index, uint8_t *data){ int status; status = VL53L1_I2CRead(Dev->I2cDevAddr, index, data, 1); //FR bug :: I2CRead exits always with 0! why the following check? Unused...

ritzeng by Associate II
  • 573 Views
  • 3 replies
  • 0 kudos