Develop the fully featured radio code, building off of the code started in #112. This includes full working transmission of live video on the software side, support for messages longer than the FIFO length, and generally resolving any issues left over from #112.
Tasks (in recommended order):
[ ] Figure out which, if any, registers from the setRegisters() function need to be modified based on other settings (e.g. transmit frequency, frequency deviation, bitrate)
[ ] Enable AFC, and test that it works and successfully compensates for Doppler shift
[ ] Remove any blocking conditions from the RX and TX function chains, or develop non-blocking versions
[ ] Add functionality to enable message lengths longer than the FIFO length
[ ] Test live video transmission working without ECC
[ ] Test live video transmission working with ECC
[ ] Ensure compatibility with low power and high power modules
Develop the fully featured radio code, building off of the code started in #112. This includes full working transmission of live video on the software side, support for messages longer than the FIFO length, and generally resolving any issues left over from #112.
Tasks (in recommended order):
setRegisters()
function need to be modified based on other settings (e.g. transmit frequency, frequency deviation, bitrate)