User Tools

Site Tools


rtl_sdr_aprs_igate

This is an old revision of the document!


Creating an APRS iGate with an RTL-SDR and Dire Wolf

It's possible to create an APRS iGate using a relatively cheap RTL-SDR “dongle”. As is common with SDRs they don't perform quite as well as a real radio, but they're a versatile tool that's worth having in the shack.

You'll need one with a Temperature Controlled Oscillator (TCXO) as the cheaper ones without drift too much for reliably decoding APRS. If you don't already have one I recommend the Nooelec NESDR SMArt. I also recommend avoiding the SMArtee version with it's inbuilt bias-tee unless you need one for a specific application.

Note that Dire Wolf also include their own detailed documentation here but below is a quick summary to get you started.

Installation

sudo apt-get install direwolf rtl-sdr

Configuration

vim /lib/systemd/system/direwolf.service

[Unit]
Description=DireWolf is a software "soundcard" modem/TNC and APRS decoder
Documentation=man:direwolf
AssertPathExists=/etc/direwolf.conf
Wants=network-online.target
After=sound.target syslog.target network-online.target

[Service]
#User=direwolf
SupplementaryGroups=dialout audio
ExecStart=/bin/sh -c '/usr/bin/rtl_fm -f 144.8M - | /usr/bin/direwolf -c direwolf.conf -t 0 -r 24000 -D 1 -'
StandardOutput=journal
StandardError=journal
SyslogIdentifier=direwolf

[Install]
WantedBy=multi-user.target

Usage

rtl_fm -f 144.8M - | direwolf -c direwolf.conf -r 24000 -D 1 -

journalctl -f -u direwolf

rtl_sdr_aprs_igate.1677016054.txt.gz · Last modified: 2023/02/21 21:47 by 2e0sip