Firmware to turn your Arduino into an APRS tracker. This is a fork of the original mercurial repo by EA5HAV Javi and John Boiles. Changed to use the Si5351B by Thomas S. Knutsen LA3PNA.
This version is only able to work with the Si5351 clock generators.
Install the etherkit Si5351 library from: https://github.com/etherkit/Si5351Arduino#library-installation
- Open
trackuino/trackuino.ino
- Locate the
config.h
tab and replace settings with your own (S_CALLSIGN
,APRS_COMMENT
, etc). - Select the appropriate board for your hardware setup!
- Click Upload