Fixed baud rate for 30m RX only and updated main README

This commit is contained in:
[Harper Innes] 2024-02-05 01:40:22 +11:00
parent ee01eaf32c
commit 9c6d0e7a1d
3 changed files with 13 additions and 3 deletions

View File

@ -9,7 +9,7 @@
CHANNEL 4
MYCALL {SSID HERE}
ADEVICE plughw:1,0
MODEM 1200
MODEM 300 7@30
ARATE 48000
#PTT /dev/ttyUSB0 RTS (This is commented out, We are not Digipeating on HF as this is an RX-Only Igate)

View File

@ -38,6 +38,8 @@ Simplex 10m: `direwolf -c /home/$USER/aprs/Simplex-Support/direwolf_10m-APRS.con
Cross-Band: `direwolf -c /home/$USER/aprs/Cross-Band_Support/direwolf_MultiBands.conf`
30m RX Only `direwolf -c /home/$USER/aprs/HF-RIg_RX-Only/30m-USB_APRS.conf`
Everyone's setup is different, Please ensure you have checked your
`PTT` method (If you're using an RPi your PTT method will be via the GPIO pins)
@ -132,11 +134,19 @@ IBEACON sendto=IG delay=1 every=180 via=TOOT
After further testing sending `TOOT` 's via `IBEACON` won't work and need to be an `RF ONLY` sent packet
I'll edit the configurations later on this week (1/2/24) to make sure this is properly fixed
# (This was patched 2/4/24 but still can't send Packets over IBEACON ;-; )
## FURTHER Further notes (Edited: 2/4/24)
The Mastodon beacon will not accept `IBEACON` and will only accept `RF ONLY (CBEACON)` This is something I need to speak to
VK4XSS about at some point in time whenever that will occur and have this fixed
_______________
## MORE NOTES (Why do I keep doing this to myself) (1:31am 2/5/24)
I've now added support for 30 Meter APRS (RX ONLY) and will add more bands to this setup once I get some more time on my
hands and have the spoons to do so
This is an RX Only I-Gate, If you get in trouble by Digipeating APRS packets over HF, It's not my fault.. You've gone and purposely added that to your config
This should only be in emergency situations (As much as I would love to do this as a treat :P)
_______________
## Notes about HF APRS Functionality on RTL-SDR's
Currently as far as I'm aware there is no easy way to get the RTL-SDR to run at 300 baud on Sideband for HF APRS

View File

@ -39,5 +39,5 @@ IGLOGIN {SSID HERE} {PASSWORD HERE}
# 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
#IBEACON sendto=IG delay=1 every=180 via=TOOT (This doesn't work right now, Need to wait on VK4XSS to fix maybe?)