Adafruit_CircuitPython_BNO055 icon indicating copy to clipboard operation
Adafruit_CircuitPython_BNO055 copied to clipboard

Re-using calibration data

Open RicDG opened this issue 3 years ago • 3 comments

As a newcomer to this great sensor and python, I am getting good data using bno055_simpletest.py. It would be very useful if we had the option to save the self-calibration data for re-use at start-up, where repeated calibration is unecessary or causes delays. My searches on the internet indicate that other BNO055 users have the same issue, but have I have not found any workable paython code.

RicDG avatar Dec 11 '20 08:12 RicDG

is there any code for doing so on other platforms?

ladyada avatar Dec 12 '20 19:12 ladyada

I found https://github.com/adafruit/Adafruit_BNO055/blob/master/examples/restore_offsets/restore_offsets.ino I also found a recommended 10 step process summarised by a Bosch community moderator at https://community.bosch-sensortec.com/t5/MEMS-sensors-forum/bno055-related-questions/m-p/16432 I am using the BNO055 with a Pi Zero and Python.

RicDG avatar Dec 13 '20 01:12 RicDG

ok thanks, we have no ETA for when that would be added so leaving this open. if someone can submit a PR for it, that would be great!

ladyada avatar Dec 16 '20 18:12 ladyada