Skip to content

A quick recipe for bringing structured data from Arduino into PC over Serial ports

License

Notifications You must be signed in to change notification settings

vmanoj1996/potato-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

potato-protocol

A quick recipe for transferring structured data from Arduino to host PC. 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!

About

A quick recipe for bringing structured data from Arduino into PC over Serial ports

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published