la3pna / trackuino-tracker

The Arduino APRS Tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trackuino

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.

Board support

This version is only able to work with the Si5351 clock generators.

Building with the Arduino IDE

Install the etherkit Si5351 library from: https://github.com/etherkit/Si5351Arduino#library-installation

  1. Open trackuino/trackuino.ino
  2. Locate the config.h tab and replace settings with your own (S_CALLSIGN, APRS_COMMENT, etc).
  3. Select the appropriate board for your hardware setup!
  4. Click Upload

About

The Arduino APRS Tracker

License:GNU General Public License v2.0


Languages

Language:C++ 58.3%Language:C 21.9%Language:Makefile 15.3%Language:Arduino 4.6%