kareiva / micromodem-pcb

MicroModem-compatible PCB shield for Arduino Nano by LY2EN
1 stars 1 forks source link

LY2EN-made MicroModem Arduino Nano shield

PCB and schematics for a very basic MicroModem shield for Arduino Nano to use with Baofeng radios.

LY2EN-micromodem

Disclaimer

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.

How to use

  1. 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

  2. Plug the Arduino Nano into your Android phone's USB host

  3. Launch APRSDroid

    3.1 Select TNC (KISS) mode over USB.

    3.2 Keep the baud rate at 9600.

  4. 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.

Cables

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.

Pinout

The Baofeng cable has two TRS (Tip, Ring, Sleeve) connectors.

3.5mm

Features / Changelog

Version 0.4

Version 0.3 (verified)

Version 0.2

Version 0.1

TODO

Authors

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