How to save BNO080 Dynamic Calibration Data (DCD) on host memory?

Hi there,

I am calibrating BNO080 IMU using Arduino Uno and SparkFun_BNO080_Arduino_Library from https://github.com/sparkfun/SparkFun_BN … no_Library

I would like to save calibration results on the Arduino. How can I do that?

Thanks in Advance.

Zulfi

If you’re able to read that data out of the bno080, you could save it into the Uno’s EEPROM. See https://www.arduino.cc/en/Reference/EEPROM for details on storing and retrieving data from EEPROM.