User Tools

Site Tools


packet:bpq_nodes_on_aprs

BPQ Nodes on APRS

This guide explains how to configure BPQ nodes to interact with APRS (Automatic Packet Reporting System) using APRSDIGI. We'll cover formatting APRS data, configuring IDMSG and beacons, and setting up APRSDIGI for listening and forwarding data to the APRS network.

Formatting APRS Data

To ensure compatibility with the APRS network, follow this format for location information in your IDMSG:

!5505.10N/00136.44WBGB7CNR OARC PRN (https://packet.oarc.uk). AX.25 1200bd @ 144.9375
||       ||        ||     |
||       ||        ||     |_________________________Comment_________________________
||       ||        ||_Node
||       ||        |_Symbol (2nd part from the Primary Symbol Table)
||       ||_Longitude (DDDmm.mmW/E)
||       |_Symbol (1st part from the Primary Symbol Table)
||_Latitude (DDmm.mmN/S)
|_APRS indicator "!"

For additional status information, prefix a “>” to your beacon line. This will display as a status packet in purple on most APRS network tools.

Thanks to Robin (M0JQQ) for the above diagram

Configuring IDMSG and Beacons

1. IDMSG Configuration: Update your bpq32.cfg file with the following IDMSG entry:

IDMSG:
!5505.10N/00136.44W#GB7CNR OARC PRN (https://packet.oarc.uk/). AX.25 1200bd @ 144.9375
***

This entry ensures regular updates to the APRS network.

2. Beacon Configuration: Navigate to PORTS > [Port of Choice] > BEACON to set up additional information to be sent to the APRS network.

Configuring APRSDIGI

APRSDIGI is configured to listen and forward data to the APRS network without transmitting back. NOTE! if you configure APRSDIGI on your node. you do not need to alter your IDMSG or BEACON.

APRSDIGI
; Local station data for APRS-IS
APRSCall=GB7DLV ; Node callsign
StatusMsg=OARC PRN (https://packet.oarc.uk)
Symbol=B
Symset=/

; Specify position
LAT=5450.84N
LON=00149.30W

; IGATE Params
ISHost=euro.aprs2.net
ISPort=14580
ISPasscode=[APRS-IS PASSCODE] ; https://apps.magicbug.co.uk/passcode/

; Object with additional information
OBJECT PATH=IS PORT=1,IS INTERVAL=30 TEXT=>PORT1: 144.9375Mhz ax.25 1200bd PORT3: TELNET

; Specify Dest Address and Path
APRSPath 1=

BeaconInterval=5
MobileBeaconInterval=2

; Define Crossport Digi
; If you are listening to more than one port. add lines Digimap n=IS (n matches the port number you wish to listen to)
Digimap 1=IS

; Define Digipeating parameters
TraceCalls=WIDE,TRACE
DigiCalls=[callsign] ; node or your callsign here

ReplaceDigiCalls
MaxTraceHops=2
MaxFloodHops=2

ISFilter=m/0
packet/bpq_nodes_on_aprs.txt · Last modified: 2024/03/13 08:09 by m7esw