MEMS (sensors)

Ask questions and find answers on ST MEMS sensors, such as the LSM6DSV and the LSM6DSL. Learn how to use the SensorTile.Box, and STEVAL kits.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Health monitoring wrist based device

Hi,we are developing wrist based health monitoring device to measure following parameters.1) Heart rate,Spo2,Blood pressure.2) Gps Tracking.3) Accelerometer.Please suggest the sensor modules for measuring above parameters.or suggest us if u have any ...

ab.7 by Associate II
  • 658 Views
  • 1 replies
  • 0 kudos

VL53L1X, time data

Hello, I have bought VL53L1X to use it on a physics project. My project is about measuring the speed of light in air and some other fluids. As far as I understand, this sensor does not measure distance directly, but measures the time delay between th...

Sthe .1 by Associate
  • 741 Views
  • 3 replies
  • 0 kudos

Hi i have a problem with a sensor vl53l0x on the board b-l475e-iot01a. In particular when i use the VL53L0X_PROXIMITY_GetDistance() in a task with HAL_Delay() it work but when i use the osDelay it work only for a repetition of the for(;;).

If i use 2 task, and in first task put the VL53L0X_PROXIMITY_GetDistance() with osDelay, second task never start. I tried to replace osDelay() with other function for context switch but i have same problem.