APRS transmission from a Raspberry Pi interfaced w/ Baofeng UV-5R over standard audio output
VOX
1
TXP
HIGH
Clone this repository and go into it
$ git clone https://github.com/Kmschr/APRS-TX
$ cd APRS-TX
Install dependencies
$ pip3 install -r requirements.txt
Ensure pi output is set to analog/headphones (NOT HDMI)
$ alsamixer
$ python3 APRS.py YOUR_CALLSIGN
$ python3 APRS.py YOUR_CALLSIGN --without-gps
For automatic startup when pi is turned on
$ crontab -e
XDG_RUNTIME_DIR=/run/user/1000
@reboot python3 /home/pi/APRS-TX/APRS.py KE0SPF &