CarletonURocketry / ground-station

The ground station software used to interface with the ground station LoRa board and distribute signals from the rocket across websocket connections.
https://carletonurocketry.github.io/ground-station/
MIT License
7 stars 6 forks source link

Encoding for voltage packets #102

Closed linguini1 closed 5 months ago

linguini1 commented 5 months ago

The voltage packet encoding has been added to the v1 spec here: https://github.com/CarletonURocketry/telemetry-format/pull/21 (still check the PDF to see a visual representation of the changes).

There is a new test mission called TestWithVoltage.mission for your testing convenience while implementing the decoding logic.

linguini1 commented 5 months ago

Closed in #103