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

Android_Sensor_HAL_IIO Error

I'm trying to build Android_Sensor_HAL_IIO ( https://github.com/STMicroelectronics/STMems_Android_Sensor_HAL_IIO) once i try to run mm sensors-menuconfig I got the following error:/SensorHAL_IIO/Kconfig_menu/Kconfig_drivers:466: unknown option "Senso...

DevM by Associate II
  • 709 Views
  • 1 replies
  • 0 kudos

Resolved! What is the accuracy of stm32f070 internal temperature sensor?

Hello,As per page number 17 of datasheet of STM32F070 series we can see that it consists of internal temperature sensor. It's written that with calibration we can get quite accurate value of the temperature but can it be used as replacement of any ex...

JKSah by Associate II
  • 2193 Views
  • 3 replies
  • 0 kudos

Resolved! will vl53l0x work in outdoors?

I performed all the calibrations indoor and whenever i am testing it in outdoor(both under direct sunlight and opposite) ,it is always detecting some particle without any interference.Do i need to perform calibrations again in outdoor?

ANANTH by Associate
  • 806 Views
  • 1 replies
  • 0 kudos

Resolved! What is the ZERO offset value of LIS3DH after Factory Calibrated?

HI, After Factory calibration of LIS3DH accelerometer, what are the range of values given by the accelerometer( Selected 12 bit OUTPUT). I am getting 20-30 ADC counts of X axis from accelerometer, where as -1 to 3 counts from Y axis . Why there ...

NMale.1 by Associate III
  • 946 Views
  • 1 replies
  • 0 kudos

Resolved! LIS2DE12 I2C write timeout

My application is very low power, and I need to save power wherever possible. To this end, I do the following:LIS2DE12_WriteReg(LIS2DE12_MEMS_I2C_ADDRESS, 0x20, 0x08);Which basically puts the accelerometer in power down mode. The LIS2DE12_WriteReg ba...