CameronLR / FS_DAQ_System

Repositry of all code being developed for the Leeds formula student DAQ systems
6 stars 2 forks source link

Implement RF communication for Teensy Telemetry #22

Closed MellingJJ closed 1 year ago

MellingJJ commented 1 year ago

To monitor live data from the car continuously we are utilising a nrf24l01 RF module to provide a one way link between the Teensy and a pit-side laptop.

The RF module will should send a long string of parameters delimited by commas, followed by a final checksum value before a \n termination.

As the number of parameters grow a more sophisticated separated streams of data might be needed but this method should provide a good start.

For now the checksum value can be something like zero, and can implemented in a future issue