Skip to content

anibali/rat_trace_avr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building and running

Dependencies

  • make
  • binutils-avr
  • avr-libc
  • avrdude
  • gcc-avr

Compiling

make

The default make task builds an Intel HEX file, which can be uploaded to the Arduino Uno.

Uploading

sudo make upload

Flashes the HEX file to the Arduino Uno, which is assumed to be connected and available on /dev/ttyACM0.

Watching

To display debug messages, you need to run the server program while the Arduino Uno is connected and available on /dev/ttyACM0:

  1. cd server
  2. ./server.sh

Note: Make sure you terminate the "server" program before running sudo make upload.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published