MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F103C8 CMSIS SPI

I'm using SMT32F103C8 and I want to comunicate with MPU9250, I do not have any other SPI devices . Only MPU9250.I set 72MHz for SMT32F103C8. here is my initialization and read/write functions.void SPI_init() { RCC->APB2ENR |= RCC_APB2ENR_AFI...

DAlat.1 by Associate II
  • 1560 Views
  • 3 replies
  • 0 kudos

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
  • 497 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
  • 585 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.