04-02-2022 01:16 PM
Hello,
I use BMI160 IMU sensor with STM32 Nucleo. My accel and gyro data are always the same value, they do not change. I also use void update(); function but it didn't work. How can I solve it?
Thanks.
04-02-2022 03:24 PM
Hi herez1,
You could refer BMI160 example code on github, check if your code is correct.
https://github.com/BoschSensortec/BMI160_driver/tree/master/examples/read_sensor_data
04-10-2022 06:34 PM
Hi,
I referred that example code actually, but I cannot solve it. I still have the same problem.
04-15-2022 10:46 AM