Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 336 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 336 Bytes

ArduinoCarInterface

Arduino code to interface with a Jetson Nano for use on an autonomous RC car

To compile the arduino sketch run: arduino-cli compile parser --fqbn arduino:avr:uno make

To upload the arduino sketch run: sudo chmod 666 /dev/ttyACM* && arduino-cli upload parser --fqbn arduino:avr:uno -p /dev/ttyACM*