MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! LSM6DSOX Self-Test

I'm trying to implement a self-test for the LSM6DSOX in Mode 1 (as in page 118 of AN5272 Rev 3). Could someone explain what the ST_X, ST_Y, ST_Z variables represent? Would Min(ST_X) be the minimum value of the 5 samples while self-test is enabled, or...

NGern by Associate II
  • 806 Views
  • 1 replies
  • 1 kudos

Resolved! LSM6DSL AWT latency problem

Hi,I'm trying to configure the AWT function in the LSM6DSL. All works fine minus the latency. I change the latency to 0x01(40ms) but the interrupts keep with a delay of 600ms(default) between each one. Any idea what I'm doing wrong?Accelerometer band...

RPinh by Associate II
  • 748 Views
  • 2 replies
  • 0 kudos

Missing device configuration tool for STM32CubeIDE

I use the example project X-CUBE-53L0A1. The problem is that this project hasn´t a device configuration tool. Is it possible to add this tool to the project?Example Project Source:https://my.st.com/content/my_st_com/en/products/ecosystems/stm32-open-...

DBass by Associate
  • 415 Views
  • 0 replies
  • 0 kudos

What's the angle get from LSM6DSO accelerometer is?

I first think it should be the eular angle in row, pitch and yaw. But it shows different from the calculation from acceleration. What the angle represent? I want to apply eular angle into quaternion. Can I directly use these angles?

Sunny.Q by Associate II
  • 398 Views
  • 0 replies
  • 0 kudos

LSM6DS33 - FIFO suddeny full

When reading data from the FIFO too slow, FIFO FULL is reported in the status register 3Bh. This is fine and is expected. But if we are reading data from the FIFO as fast as necessary (based on number of samples stored in FIFO), after some time (30 t...

mitchman by Associate
  • 367 Views
  • 0 replies
  • 0 kudos

VL53L1X range status register stuck at 9

Hello all, I'm using VL53L1X sensor through the light API.After the init procedure I can read the correct distance but I read the range status register = 9in the manual the only allowed range are: 0, 1, 2, 4, and 7Can someone explain what it means ra...

VL53L1X - implementing non-blocking communication

Hello!I am using the vl53l1x on a raspberry pi with python (pimoroni library) and want to implement the NON-BLOCKING communicationSo I changed the “wait_method�? in the api (vl53l1_api_core.c) for measurements to NON_BLOCKING and recompiled/reinstall...