PCB and schematics for a very basic MicroModem shield for Arduino Nano to use with Baofeng radios.
This is experimental work. The authors do not hold any responsibility for any damage to your electronics components, wiring or other property when using this prototype. Use at your own risk.
Upload the MicroAPRS 3v KISS firmware to the Arduino Nano:
avrdude -p m328p -c arduino -P /dev/ttyUSB0 -b 115200 -U flash:w:microaprs-3v-kiss-latest.hex
Plug the Arduino Nano into your Android phone's USB host
Launch APRSDroid
3.1 Select TNC (KISS) mode over USB.
3.2 Keep the baud rate at 9600.
Set the 3296W trimmer to something around 47kOhm. Your resistance might vary here. Once you're confident, you can replace it with a simple 47k resistor.
Verified working with both the MicroAPRS KISS and MicroAPRS SimpleSerial firmware for 3V.
If you're not using a Bluetooth SPP-C module, a USB-C male to USB-A female adapter is required for recent Android smartphones.
Connect to Baofeng radio over this cable.
The Baofeng cable has two TRS (Tip, Ring, Sleeve) connectors.
PCB made by Simonas Kareiva LY2EN (ly2en@qrz.lt) using KiCad and by looking at the original schematics.
Inspiration by Vilius LY3FF.
MicroModem originally by https://github.com/markqvist