ECOM Digital Station – Part 4 ARDOP and PAT WinLink Client

I’ll start with ARDOP I’m using LA4TTA’s procedure and the procedure on LA5NTA’s GIT Hub page as a guide but will detail the exact steps I used here.

Find audio device with arecord -l and aplay -l Looking for card number. With mine it says card 1 yours may be different

Run in terminal with

plughw:1,0 plughw:1,0 is the capture device and the playback device change it to yours. In my case since I’m using a homebrew version of a signal link I have to add a -R at the end to make it send a tone on the right channel to key the radio.

The next step is to install the linux rig control daemon that will allow PAT and ARDOP to control the radio.

Let’s assume for a minute that you’re going to control a Icom IC-706MKIIg connected via usb on /dev/ttyUSB0, 9600 baud.

Get a list of radio identifiers:

The ic-706mkiig is listed with id 311.

Start the daemon: -r /dev/ttyUSB0 is the port your radio is connected to and -s is the serial port speed

That’s it, just leave the daemon running, we will make a script later that will start everything up with one command for simplicity.

Now onto PAT. Get the download link from the Git page and down load either through the browser or using wget like we did with piardopc I would suggest you download it to the Downloads directory to keep every thing in the same spot. Then install it.

Once it has installed we can start configuring PAT.

Now starting with the top stanza fill in your callsign, winlink password, and locator. The locator isn’t required.

Next add your radio

Now to configure ARDOP in PAT add your radio name you defined above to the ARDOP stanza.

To save the configuration hit CTRL-X then Y

Now the script to start it all up.

Paste this into the editor and change the values to match your radio and sound card.

Now save it with CTRL-X and Y then make it executable

To run it type the following then in your web browser go to http://localhost:8080 if your on the PI otherwise it will be the PI’s IP address instead of “localhost”. You should see the PAT web interface come up.

0 Comments on “ECOM Digital Station – Part 4 ARDOP and PAT WinLink Client

Leave a Reply

Your email address will not be published. Required fields are marked *

*