Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 661 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 661 Bytes

potato-protocol

A quick recipe for transferring structured data from embedded computers to host PC (or vice versa). It is similar to MAVLink.

  1. Upload this code into teensy 4.1 or any other arduino board.
  2. Check if the arduino board prints gibberish on serial monitor. Close the serial monitor.
  3. Set the Arduino serial port in main.cpp. Compile and run the host receiver code.
bash compile.bash && ./main.out

image

Credits:

Joao Alves CRC library is used in this repo!