|
Project Information
Featured
Downloads
Links
|
OverviewThis is an APRS tracker for the Arduino/Atmega328p platform. It gathers position data from a GPS and broadcasts it via radio using standard APRS position messages. It was designed primarily to track high altitude balloons, so it has other handy features like reading temperature sensors and a cut-down mechanism. Trackuino is intended to be used by licensed radio amateurs. By operating on the standard APRS frequency, the signal can be picked up by an Internet gateway and reported on aprs.fi, so anyone with an Internet connection can track the flight live and even help with the chase! The project comprises both the firmware and the schematics/PCB to build your own stand-alone tracker. The tracker board includes the microcontroller, the GPS module and the radio transmitter. You can also run the firmware on an Arduino and wire up the GPS and radio modules externally. This is how a finished board looks like: Main features
How to build your ownBoth the schematic and PCB Eagle files are in the downloads section. You can do the exposure/development/etching process yourself, but I suggest sending it to a PCB house. I made the project public at BatchPCB, so anyone can go and order one. The Trackuino is designed to work with two different radios: Radiometrix HX1 and Argentdata MX146 8v. I suggest you build the HX1 version, since it's cheaper and it involves less components. Here is the bill of materials:
DownloadsGet the latest stable release from: http://code.google.com/p/trackuino/downloads/list or use a svn client to get the latest snapshot: svn checkout http://trackuino.googlecode.com/svn/trunk/ trackuino-read-only How to compileThe easiest way is with the Arduino IDE. Download the latest "trackuino-ide-xxxxxxxx.zip" from the downloads area. Unzip it in your sketches directory. Now, you have to change some settings. Go to the "config.h" tab and:
Next, compile and flash your Arduino. Then, you can take the AVR chip from the Arduino and put in your Trackuino board. If you're comfortable with command line tools, there is also a "trackuino-gcc-xxxxxxxx.tgz" version with Makefiles that you can compile with the gcc-avr toolchain on Linux and Mac OS X. SupportDiscuss firmware bugs, suggestions or ask for help at the hab-ham.org forum. More informationFor the nitty-gritty, check out the wiki. You can also follow us and stay up-to-date at the project's blog:
|
