rtl_sdr_aprs_igate
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
rtl_sdr_aprs_igate [2023/02/20 23:27] – created 2e0sip | rtl_sdr_aprs_igate [2023/02/22 21:24] (current) – 2e0sip | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Creating an APRS iGate with an RTL-SDR and Dire Wolf ====== | ====== Creating an APRS iGate with an RTL-SDR and Dire Wolf ====== | ||
+ | |||
+ | **This is not finished yet, don't use!** | ||
It's possible to create an APRS iGate using a relatively cheap RTL-SDR " | It's possible to create an APRS iGate using a relatively cheap RTL-SDR " | ||
Line 9: | Line 11: | ||
===== Installation ===== | ===== Installation ===== | ||
- | + | Install the required packages: | |
- | sudo apt-get install direwolf rtl-sdr | + | sudo apt-get install direwolf rtl-sdr |
+ | |||
+ | Create a directory for the logs: | ||
+ | sudo mkdir / | ||
===== Configuration ===== | ===== Configuration ===== | ||
- | Lorem Ipsum Something | + | When using Dire Wolf with an rtl-sdr it's necessary to edit the systemd service to ensure rtl_fm runs and redirect Direwolfs output into journald. |
+ | |||
+ | Open / | ||
+ | |||
+ | < | ||
+ | [Unit] | ||
+ | Description=DireWolf is a software " | ||
+ | Documentation=man: | ||
+ | AssertPathExists=/ | ||
+ | Wants=network-online.target | ||
+ | After=sound.target syslog.target network-online.target | ||
+ | |||
+ | [Service] | ||
+ | SupplementaryGroups=dialout audio | ||
+ | ExecStart=/ | ||
+ | StandardOutput=journal | ||
+ | StandardError=journal | ||
+ | SyslogIdentifier=direwolf | ||
+ | |||
+ | [Install] | ||
+ | WantedBy=multi-user.target | ||
+ | </ | ||
+ | |||
+ | Reload systemd, enable and start Dire Wolf | ||
+ | < | ||
+ | systemctl daemon-reload | ||
+ | systemctl enable direwolf | ||
+ | systemctl start direwolf | ||
+ | </ | ||
===== Usage ===== | ===== Usage ===== | ||
- | rtl_fm -f 144.8M - | direwolf -c direwolf.conf -r 24000 -D 1 - | + | Starting manually: |
+ | | ||
+ | |||
+ | View Dire Wolfs stdout: | ||
+ | journalctl -f -u direwolf | ||
+ | |||
+ | {{tag> |
rtl_sdr_aprs_igate.1676935657.txt.gz · Last modified: 2023/02/20 23:27 by 2e0sip