User Activity

Hello,Our board is streaming accelerometer, gyrometer(lsm6dsox) and magnetometer(lis3mdl).It sleep and wake-up depends on accelerometer threshold.Usually data is streamed out well.But time to time, data is not updated from magetometer after wake up....
Hi,I want to read sensor data periodically in interrupt mode.And sensor is configured like below code. /* Set Output Data Rate */ lsm6dsox_xl_data_rate_set(&lsm_ctx, LSM6DSOX_GY_ODR_3333Hz); lsm6dsox_gy_data_rate_set(&lsm_ctx, LSM6DSOX_GY_ODR...
Hello,In my test board, data from accelerometer and magnetometer are stable.But gyro data has many spikes even though it is put in desk and not moving.Do you have any idea for what cause this and how to fix it?lsm6dsox and lis3mdl are used for test.
Hello, support team.​In my test environment, sensor data is read in polling mode at while loop.Sensor ODR is set to 1667Hz.So It was expected that sensor data is read every 1/1667sec.​But it looks like sensor data is read every 1/1873sec.(During 5 mi...
Hello, support team.In my test board, lis3mdl is connected to lsm6dsox I2C.From above board, I want to read acceleration and gyro at 1667Hz, magnetic at 1kHz.I refer to lsm6dsox_sensor_hub_fifo_lis2mdl.c to implement SW.But It looks like magnetic da...
Kudos from