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

Current sensor drivers #370

Closed tomyyyD closed 1 year ago

tomyyyD commented 1 year ago

New drivers for the current sensor. In testing, the current sensor was accurate within about 5% error.

tomyyyD commented 1 year ago

Note that current IMU drivers have to be commented out for testing as IMU is no longer i2c, which breaks things if the satellite thinks it still is an i2c device. The IMU driver returning None enabled testing.

tomyyyD commented 1 year ago

Most relevant changes come in pycubed.py. Relevant for #364