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

Adds sun data to telemetry task #332

Closed tomyyyD closed 1 year ago

tomyyyD commented 1 year ago

adds the sun_vector data to the beacon as well as updates the beacon log naming convention to be consistent with the debug logs naming. These changes work with an emulated workspace, however, I am unable to test on hardware if there are modification I need to make please let me know, but I think I modified the emulation drivers such that it is consistent with the pycubedmini driver for retrieving sun data.

Will be susceptible to the bug that prevents logging with no rtc, but I can modify this to include the changes that are being worked on for that bug when they are finished.