Terrapin-Rocket-Team / SRAD-Avionics

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

Basic Raspberry Pi radio code #69

Closed jhauerst closed 6 days ago

jhauerst commented 4 months ago

Write code to take in raw AV1 video data through stdin and send it from the radio using the RadioHead library. To improve speed, the video data should be passed directly to the radio tx() function, rather than going through encoding, though this may change in the future. Achieving high data rate may also require modifying how data is sent and received to reduce overhead.

jhauerst commented 4 months ago

The Radiohead library used by Platformio had difficulty compiling on Raspberry Pi, so this one was used instead.