John's Vademecum

Try to learn something about everything, and everything about something -Thomas Huxley “Darwin's bulldog” (1824-1895)

User Tools

Site Tools


public:radio:igate

This is an old revision of the document!


Table of Contents

03 : Radio

APRS iGate

PlatformRaspberry Pi
softwaredixprs
Radio HardwareTM-D710
Frequency144.800MHz
CallsignGM4SLV-2

Software

iGate Software : aprx

Using Linux AX25 network device

/etc/ax25/axports

# /etc/ax25/axports
#
# The format of this file is:
#
# name callsign speed paclen window description
#
1 GM4SLV-2 19200 236 2 VHF APRS (1200 bps)

Everything starts by a script, with options commented out to start Dixprs instead of aprx Dixprs seems to be moribund, the google site where help and information was available is gone. Dixprs works well, and I can switch back to it whenever I want to, but aprx is at least still supported.

ax_start.sh

#!/bin/bash
 
logger "AX-Start"
logger "kissattach..."
sudo /usr/sbin/kissattach /dev/ttyAMA0 1 10.0.0.1
#kissparms -p 1 -f n -l 50 -r 32 -s 320 -t 400
logger "kissattach ok"
logger "ifconfig"
sudo /sbin/ifconfig ax0 10.0.0.1 netmask 255.255.255.0
sudo /sbin/ifconfig ax0 hw ax25 GM4SLV up
logger "ifconfig ok"
logger "mheardd"
sudo /usr/sbin/mheardd
logger "mheard ok"
logger "ax25d"
sudo /usr/sbin/ax25d
logger "ax25d ok"
 
#logger "aprx"
#sudo /sbin/aprx
#logger "aprx ok"
 
screen -c /etc/screenrc -dmS dixprs /usr/local/dixprs/dixprs.py -c /usr/local/dixprs/config.txt
 
#sleep 10
#screen -S dixprs -x -X screen bash -c 'python /home/gm4slv/selcall.py; exec bash'

Aprx Config file :

Dixprs Config File

Hardware

I use a TNC-Pi attached via the GPIO serial port connections. Something had to be done to stop the serial port having a Linux Console attached, in the boot configuration, but it's been many years and I can't remember the details.

At present the Radio in use is a simple FT-60R handheld, at 5W output.

See Also

The iGate appears on aprs.fi as GM4SLV-2.

Part of the pi

John Pumford-Green Wed May 4 10:33:37 2022

Page Updated : 06/03/25 06:49 GMT

public/radio/igate.1682350351.txt.gz · Last modified: 06/03/25 06:49 GMT (external edit)