Skip to content

The trackuino firmware compiled with the Arduino 1.0 tools

License

Notifications You must be signed in to change notification settings

qbit/trackuino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to compile the Trackuino firmware:
--------------------------------------

## With the Arduino IDE

1. Copy the "trackuino" folder into your Arduino sketches folder.

2. Launch the Arduino IDE and open up the sketch. You need version 23 of the
Arduino IDE.

3. Locate the "config.h" tab and replace settings with your own (YOUR CALLSIGN
   GOES THERE).

4. When uploading the firmware, unplug the GPS or flashing will fail with an
error.

Stay up-to-date at:

http://code.google.com/p/trackuino

## With Make

1. Locate the "config.h" tab and replace settings with your own (YOUR CALLSIGN GOES THERE).

2. In the trackuino folder, run `$ make`

3. Before uploading the firmware, unplug the GPS or flashing will fail with an error.

4. Run `$ make upload` to put the compiled code on the arduino.

Done!



About

The trackuino firmware compiled with the Arduino 1.0 tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.2%
  • C 6.9%
  • Processing 4.9%