adafruit / Adafruit_CircuitPython_BNO08x

Helper library for the Hillcrest Laboratories BNO080 IMU
MIT License
22 stars 29 forks source link

Gyro and Accelerometer calibration issue #29

Open powellsky opened 3 years ago

powellsky commented 3 years ago

I've been using calibration code example which works only for magnetometer. I did modify the code to perform calibration for gyro and accelerometer. Unfortunately, result of calibration always states (Accuracy Unreliable (0)). I followed BOSH guideline for gyro and accelerometer calibration, but no changes in accuracy reading were present.

Any feedback would be highly appreciated :)