adafruit / Adafruit_CircuitPython_BNO08x

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

Try to do error recovery and make library more robust #41

Open dhalbert opened 1 year ago

dhalbert commented 1 year ago

BNO0xx sensors are known to violate I2C protocol in certain situations. See https://github.com/adafruit/Adafruit_CircuitPython_BNO055/issues/115 https://github.com/adafruit/circuitpython/issues/6255 etc.

Perhaps the library can do some workarounds.