Terrapin-Rocket-Team / SRAD-Avionics

Code and PCBs for the avionics subteam for the SRAD flight computer and side projects
6 stars 2 forks source link

Create test files for radios #33

Closed jhauerst closed 9 months ago

jhauerst commented 10 months ago

Write test files to test the functionality of the RFM69HCW class and the radio hardware. This requires a file to test both transmitting and receiving data. The transmission test should transmit test data encoded as an APRS message, and the receiving test should receive and display this data, decoded into a human readable format. The RFM69HCW class is used for transmitting and receiving similarly to how the CtrlSerial and RadioSerial were used last year.