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

log data conversion

Hello guys,I am using the STEVAL-MKPRO BOX, i want to use MLC with this box. For that i tried to log data(Accelerometer data) with BLE Sensor application. The data is stored inside the micro SD . I connected the SD card to my computer and saw that  i...

Screenshot 2025-10-10 154312.png Screenshot 2025-10-10 150847.png

LSM6DSV16BX SFLP performance

Hi, I am using the LSM6DSV16BX IMU on a project where I need the Game Rotation data.I used the Github examples as a base, and reading the Game Rotation values works well and I am able to save the quaternion data in a file. I wrote a little script tha...

temp.gif

STHS34PF80 – How to achieve 4 m detection range on Linux

I am using the STHS34PF80 IR presence/motion sensor on a Linux platform . According to the datasheet, the sensor can detect human presence up to 4 m (for a 70×25 cm² object).Currently, my configuration is as follows:echo 1 > /sys/bus/i2c/devices/3-00...

jeena by Associate
  • 99 Views
  • 1 replies
  • 0 kudos

LPS28DFW Mechanical Limit

Hello everyone, I plan to use the LPS28DFW barometer to measure the final pressure after a drop from 30 atm. I only need to sense the final pressure within the sensor’s specified working range, but I’d like to know whether exposure to the initial 30 ...

Resolved! AIS2120 CRC and ​​workflow​​

Could anyone give me some advice on debugging the AIS2120 accelerometer sensor? I've included my CRC check function above, as well as the data sent and received via SPI, but I still can't read the correct sensor ID. Thank you very much for your help!

wechat_2025-09-30_123024_833.png wechat_2025-09-30_123322_374.png 微信图片_2025-09-30_111851_590.png
Yz2 by Associate II
  • 171 Views
  • 2 replies
  • 0 kudos

Resolved! AIS2120 CRC

Is this the correct way to calculate the CRC check code?

Yz2 by Associate II
  • 219 Views
  • 2 replies
  • 0 kudos

Resolved! MotionEC_Initialize generates an error when it is called

Hello,It seems that the library MotionMC_CM7F_wc32_ot_hard.a is missing the called function, here the error :c:\st\stm32cubeide_1.6.0\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_2.0.0.2021053...

AMais.1 by Associate
  • 1992 Views
  • 5 replies
  • 0 kudos

iis3dwb issue while capturing data max data-rate

Hi,I am trying to capture data from the IIS3DWB sensor at its maximum rate and save it into a buffer of length 8192 (due to internal RAM limitations). I'm using SPI with DMA to interface with the sensor. However, I'm not able to capture the data corr...