aprs
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| aprs [2024/09/22 18:48] – [APRS Telemetry] m0lte | aprs [2025/03/30 14:47] (current) – [LoRa APRS] 2e0hkd | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| BPQ (packet node software) supports APRS pretty well, it turns out. | BPQ (packet node software) supports APRS pretty well, it turns out. | ||
| - | See [[packet: | + | See [[packet: |
| + | |||
| + | Michael GM5AUG uses this script to collect the CPU temperature of the Raspberry Pi his packet node runs on: | ||
| + | < | ||
| + | # | ||
| + | temp=$(/ | ||
| + | nowtime=$(date ' | ||
| + | echo -n "> | ||
| + | echo -n $temp >> / | ||
| + | echo -n " at " >> / | ||
| + | echo $nowtime >> / | ||
| + | </ | ||
| + | |||
| + | This file, saved (in this case) in < | ||
| + | < | ||
| + | >CPU temp=43.8' | ||
| + | </ | ||
| + | |||
| + | Michael then runs this script every five minutes using a ' | ||
| + | < | ||
| + | */5 * * * * / | ||
| + | </ | ||
| + | |||
| + | To send this data to APRS, we can then configure BPQ to read the beacon data from a file: | ||
| + | |||
| + | 1) Enter your BPQ web UI, click on ' | ||
| + | {{:: | ||
| + | 2) In the first box, enter how frequently you wish the data to be transmitted. In the ' | ||
| + | {{:: | ||
| + | 3) If you monitor the port (`lis $port` in BPQ), and press the ' | ||
| + | {{:: | ||
| + | 4) Turning to aprs.fi, we can now see it on the Internet, having been picked up by an iGate listening on the frequency: | ||
| + | {{:: | ||
| + | \\ | ||
| + | Needless to say, any data you can save to a text file, you can send as a APRS beacon. Just change the shell script above to output your chosen information. You could even change what information you send each time! | ||
| ===== APRS Telemetry ===== | ===== APRS Telemetry ===== | ||
| Line 30: | Line 64: | ||
| ===== LoRa APRS ===== | ===== LoRa APRS ===== | ||
| - | This is a thing. More to come later. | + | See [[packet: |
aprs.1727030935.txt.gz · Last modified: by m0lte
