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

What does mean "RANGE_STATUS = 7 (WRAPPED_TARGET) - VL53l1X

Hi @STM Community​ ,i am using XNUCLEO 53l1A1 with 3 ToF (interrupt mode).This is my pseudo-code:1- Sensor = LeftSensor2- StartMeasurment()3- Interrupt Received?if yes: 4- GetRangingMeasurmentData() 5- ClearInterruptAndStartMeasurment() 6- StopMeasur...

lis2dw12 is not sending device id

Hi All,I'm facing some strange issue with LIS2DW12 sensor. I tried to read device ID from the sensor, most of the time its sends the device ID but some time it sends 0xFF. I'm not able to figure it out why sensor sending 0xFF. I checked the clock...

LIS2DW12 sensor FIFO not working properly

Hi,We are using sensor LI2DW sensor in our project. Sensor is connected to MC using SPI interface. We have configured the device as below.fifo en 0x3fodr sample rate : 50 hz.we are reading data every 500 msec, so we are expecting 25 - 26 samples of x...

Read data from gyroscope LSM6DSO using IKS01A1

I'm trying to read data from gyroscope. I set ctrl2_g and I'm trying to read 6 bytes from register address 22h. But in result I receive only 0 values. /* USER CODE BEGIN 2 */   LSM6DSO_CTRL2_G(&hi2c1, LSM6DSO_CTRL2_G_ODR_XL_833Hz, LSM6DSO_CTRL2_G_...

0690X000006CUonQAG.png
AJab� by Associate II
  • 796 Views
  • 2 replies
  • 0 kudos

Accelermometer Range setting in ISM330DLC

Hi All,I am working on a project that is using ISM330DLC sensor for measuring the acceleration along the X,Y and Z-axis. When I set range 2G,4G and 8G I'm seeing difference in the sensor raw value and when I set it to 16G, I'm getting same data as 8G...