public:radio:2024:svxlink
This is an old revision of the document!
Table of Contents
Svxlink & Echolink
Revisiting the Analogue FM Voice Gateway
Svxlink Gateway Initial Setup
Trying not to re-invent the wheel
- find saved Pi Image File for a previous Svxlink system
- copy to a new SD Card and boot a spare Raspberry Pi with it
- connect to 2m FM radio and test initial config
- make any necessary config changes - e.g. MB7AZE → GM4SLV
- set up audio levels using devcal
- change to 9600 packet interface on 2m radio to remove radio pre/de emphasis and apply pre/de emphasis in Svxlink
- set up audio levels again using devcal
- Check connectivity to Echolink
- remember to Port Forward on ADSL router : UDP 5198 & 5199 → svxlink Pi's IP address
Pi Image File handling
Devcal
- remember to adjust path to valid svxlink.conf file which will be different to this old example
- Set for 3kHz deviation
- remember to edit the config file(s) to change the RX Pre-amp and TX Master Gain settings to match those find using Deval
sudo devcal -r -m=3000 -d=3000 /etc/svxlink/svxlink_noel.conf Rx1
sudo devcal -t -m=3000 -d=3000 /etc/svxlink/svxlink_noel.conf Tx1
- add the PRE_AMP and MASTER_GAIN settings to both
svxlink_el.conf
andsvxlink_noel.conf
Config Files
- One for Echolink Enabled
- One for Echolink Disabled
- Switch Echolink on/off via DTMF commands
- Edit Logic.tcl to give this functionality
/etc/svxlink/svxlink_noel.conf
/etc/svxlink/svxlink.d/ModuleEcholink.conf
/usr/local/share/svxlink/events.d/local
start with echolink : svx_el.sh
Catch up with git version
- The version of svxlink running on this Pi was self-compiled from the GIT repository
- I decided to pull & compile the latest version so I simply followed the instructions I'd put on the above wiki page and all went smoothly (if slowly)
DTMF Commands
- Old info SVXLink : DTMF commands
- Ignore Reflector commands - I am not (yet) connected to the SVX Reflector http://svxportal-uk.ddns.net:81/index.php
*# | System Status |
0# | Help Module |
1# | Parrot Module |
2# | Echolink Module |
# | De-activate module |
Echolink Module
<node number># | Connect to <node number> |
0# | Play the help message |
1# | List all connected stations |
2# | Play local EchoLink node id |
31# | Connect to a random link or repeater |
32# | Connect to a random conference |
4# | Reconnect to the last disconnected station |
50# | Deactivate listen only mode |
51# | Activate listen only mode |
6*# | Use the connect by callsign feature |
# | If connected = Disconnect, otherwise = Deactivate Echolink module |
Macros
D1# | Echolink | 9999 | Echotest | |
D2# | Echolink | 973498 | M0HOY-L | Hubnet |
D3# | Echolink | 662666 | M0JKT-L | FreeStar |
— John Pumford-Green 06/04/24 07:09
Further Information
public/radio/2024/svxlink.1712390844.txt.gz · Last modified: 06/03/25 06:49 GMT (external edit)