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.
Hi,The use case of my application is to detect only motion in any direction with LIS3DH. The following are configurations for LIS3DH. The problem is that I am getting interrupt only with some kind of linear motion or vibration. When I install my devi...
Hello community,I've B-U585IOT02A. I want to use sensor values from it to my application running on node.js. I think to import those sensor values to application over the local network using mqtt. But as their is already a web-server installed in B-U...
Between two batches of ISM330DHCX and LSM6DSR sensors (first batch purchased in 2020, second batch purchased in 2021), large differences in gyro sensitivity are seen. For a single 90 degree turn, the first batch exhibits several degrees of error - a...
Dear all,How to get the Angular rate sensitvity from Full-Scale range of LSM6DSR? what is the formula to get 4.375 mdps/LSB from FS = +/- 125?My understanding is signed 16-bit max positive value = 32767, FS = +125 dps, then one dps / LSB = 125 / 3276...
Hello,lsm6dsox is configured to 1667Hz ODR.And I measured 'data ready interrupt' interval of 9 sensors. It was between 1629.69 and 1683.57Hz.I wonder if there is acceptable deviation criteria?
I am using nRF52 DK and LIS3DH accelerometer. LIS3DH configuration is follows:1. LIS3DH ODR set at 10Hz, 2. Low Power Mode (Low resolution), 3. Acceleration: 2g. 4. FIFO Enable, and operating in FIFO mode.I am reading all 32 samples stored in FIFO bu...
Basically, I'm using the ISM330DLC sensor module and using the following example code "ism330dlc_read_data_polling.c" to read the temperature data. So while printing the variable "temperature_degC" I observed that the temperature was showing 60. I we...
We are trying to integrate the LIS2DTW12 into our project but aren't able to get basic functionality to work correctly. We see the correct value from `WHO_AM_I`, but then all registers are read only - i.e., when we write to the control registers then...
Hi..My name is Anil and i am facing an issue with mems motion_GC library ie.,regarding MotionGC_Update function (&data_in, &data_out, &bias_update); for this function i am providing data.in and trying to get the calibrated data.out but not gettin...