ninotnc-aprs
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ninotnc-aprs [2023/02/18 21:10] – 2e0sip | ninotnc-aprs [2023/02/20 22:48] (current) – 2e0sip | ||
---|---|---|---|
Line 5: | Line 5: | ||
The NinoTNC can be used to send and receive [[https:// | The NinoTNC can be used to send and receive [[https:// | ||
- | This document will cover installing and configuring the software to run as an Rx only iGate, with a periodic position beacon sent via RF. Two software packages are documented, you can chose one or the other. [[https:// | + | This document will cover installing and configuring the software to run as an Rx only iGate, with a periodic position beacon sent via RF. Two software packages are documented, you can chose one or the other. [[https:// |
- | The guides for both packages assume you're using Raspberry Pi OS or Debian, but may work for other Debian derivatives. | + | **The guides for both packages assume you're using Raspberry Pi OS or Debian, but may work for other Debian derivatives.** |
+ | |||
+ | |||
+ | ===== NinoTNC / Radio Setup ===== | ||
+ | |||
+ | === NinoTNC ==== | ||
+ | |||
+ | For 1200 Baud AFSK set the MODE switches to 0110. | ||
+ | |||
+ | === Radio === | ||
+ | |||
+ | The vast majority of APRS in the UK takes place on 144.800Mhz FM with narrow deviation. Configure your radio accordingly. | ||
===== Notes on licensing ===== | ===== Notes on licensing ===== | ||
Line 94: | Line 105: | ||
- | / | + | Open / |
< | < | ||
Line 112: | Line 123: | ||
sudo systemctl enable aprx | sudo systemctl enable aprx | ||
sudo systemctl start aprx | sudo systemctl start aprx | ||
+ | </ | ||
+ | |||
+ | ==== Usage ==== | ||
+ | |||
+ | Aprx is relatively simple and once configured and started it should start to automatically forward packets to APRS-IS. | ||
+ | |||
+ | To view the RF log: | ||
+ | tail -f / | ||
+ | | ||
+ | To view the generic log: | ||
+ | tail -f / | ||
+ | | ||
+ | It might be useful to debug Aprx in the foreground. To do so, stop Aprx with | ||
+ | systemctl stop aprx | ||
+ | |||
+ | Then run it in the foreground with the debug arguments: | ||
+ | aprx -f / | ||
+ | | ||
+ | ===== BPQ32 ===== | ||
+ | |||
+ | coming soon | ||
+ | |||
+ | < | ||
+ | SIMPLE | ||
+ | |||
+ | NODECALL=2E0SIP-11 | ||
+ | LOCATOR=NONE | ||
+ | |||
+ | |||
+ | IDINTERVAL=0 | ||
+ | IDMSG: | ||
+ | !5139.20NR00025.09W& | ||
+ | *** | ||
+ | |||
+ | PORT | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | ENDPORT | ||
+ | |||
+ | PORT | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | ENDPORT | ||
+ | |||
+ | APRSDIGI | ||
+ | |||
+ | | ||
+ | ; | ||
+ | |||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | ; | ||
+ | | ||
+ | | ||
+ | |||
+ | | ||
+ | |||
+ | | ||
+ | | ||
+ | |||
+ | ; Posistion Params | ||
+ | | ||
+ | | ||
+ | |||
+ | ; IGATE Params. If specified you will gate RF packets and your beacons to APRS-IS | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | *** | ||
</ | </ |
ninotnc-aprs.1676754625.txt.gz · Last modified: 2023/02/18 21:10 by 2e0sip