I am building a slightly modified version of the Micro Modem by Mark Quist (http://unsigned.io/projects/micromodem/). My goal are to adapt the circuit to be used with an Arduino Nano driving a Baofeng UV-82. Then hookup an old android phone to the tnc modem and use the ARPdroid app to send and receive ARPS positions and messages.
Pre-build firmware for the atmega328p chip (which the Arduino Nano uses) can be found in at https://github.com/markqvist/MicroAPRS/tree/master/precompiled. One can also build the firmware from source, which is required for Arduino boards with different microprocessors. In that case check the Makefile and device.h have the desired configuration.
Windows OS Notes
make clean all
command.Current Issues