PyCubed-Mini / flight_software

Flight Software for the PyCubed-Mini PocketQube platform
https://pocketqube.readthedocs.io/en/latest/
MIT License
3 stars 4 forks source link

B3/01 Update - Integrate new IMU driver #363

Open jbwillis opened 1 year ago

jbwillis commented 1 year ago

The B3/01 build uses a BNO085 IMU. There is an adafruit driver available at https://github.com/adafruit/Adafruit_CircuitPython_BNO08x. Integrate the driver with the flight software, having the software check the hardware version to determine which driver needs to be used.