For magnetic sensors, how to select sensor's sensitivity?
For example, IIS2MDC's sensitivity is 1.5mgauss/LSB. How much is the min angle change or position change can it measure? How much is the difference between 1.5mgauss/LSB and 1mgauss/LSB?
For example, IIS2MDC's sensitivity is 1.5mgauss/LSB. How much is the min angle change or position change can it measure? How much is the difference between 1.5mgauss/LSB and 1mgauss/LSB?
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-...
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?
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...
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...
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...
Hi,The acceleration noise density for the LSM9DS1 chip is not specified in the data sheet. The sensor element seems perfect for my design, but since the intended application is highly noise sensitive I also need some information of the noise. Where c...
I am trying to read raw acceleration data in different modes (low power, normal and high resolution). The datasheet says the acceleration data is obtained by concantenating the low and high bytes of each respective axis.How does one read the data wh...
Hi there.We tried to get data from the LSM6DS3 at maximum speed but data rate of the sensor was always around 400Hz.Datasheet say 'LSM6DS3 supports up to 6.66kHz'. Then, can I read the raw data at 6.66kHz through SPI communication?If it is possible, ...