From 1525bdda392c7b6c67875562e0c849b2353dc60d Mon Sep 17 00:00:00 2001 From: Harper Date: Sun, 11 Aug 2024 20:46:43 +1000 Subject: [PATCH] RTL-SDR README added --- RTL-SDR_Support/Direwolf_1200b_RX-ONLY.conf | 43 +++++++++++++++++++++ RTL-SDR_Support/README.md | 6 +++ 2 files changed, 49 insertions(+) create mode 100644 RTL-SDR_Support/Direwolf_1200b_RX-ONLY.conf create mode 100644 RTL-SDR_Support/README.md diff --git a/RTL-SDR_Support/Direwolf_1200b_RX-ONLY.conf b/RTL-SDR_Support/Direwolf_1200b_RX-ONLY.conf new file mode 100644 index 0000000..61cd715 --- /dev/null +++ b/RTL-SDR_Support/Direwolf_1200b_RX-ONLY.conf @@ -0,0 +1,43 @@ + +######################### +# RX Only RTL-SDR IGate # +######################### + +################################## +# Channels, SSID, PTT, Baud Rate # +################################## + +#-------------# +# RTLSDR APRS # +#-------------# +CHANNEL 0 +MYCALL {SSID HERE} +ADEVICE null null + +#------------------# +# Internet Beacons # +#------------------# + +PBEACON sendto=IG delay=3 every=5 symbol="igate" overlay=R lat={LAT HERE} long={LONG HERE} height={HEIGHT ASL HERE} gain={ANTENNA GAIN HERE} comment="{COMMENT HERE}" + +CBEACON sendto=IG delay=1 every=30 info="> {COMMENT HERE}" + +IBEACON sendto=IG delay=1 every=15 + +############################# +# Servers and Login Details # +############################# + +IGSERVER euro.aprs2.net +#IGSERVER noam.aprs2.net +#IGSERVER aunz.aprs2.net +IGLOGIN {SSID HERE} {PASSWORD HERE} + +#-----------------# +# Mastodon Beacon # +#-----------------# +# https://aprs.internaluse.net/@{Your Callsign Here}/ +# Do not attach your SSID "-#" to the end of your Callsign, Simply just your call as is :-) + +#IBEACON sendto=IG delay=1 every=180 via=TOOT (This doesn't work right now, Need to wait on VK4XSS to fix maybe?) + diff --git a/RTL-SDR_Support/README.md b/RTL-SDR_Support/README.md new file mode 100644 index 0000000..04e5068 --- /dev/null +++ b/RTL-SDR_Support/README.md @@ -0,0 +1,6 @@ +# RTL SDR Support + +There is a second config file named "Direwolf_1200b_RX-ONLY.conf + +Simply change your "MYCALL {SSID HERE}", Pbeacons & Cbeacons +& IGLOGIN {SSID HERE} {PASSWORD HERE} \ No newline at end of file