Skip to main content

Digital modes with VUSDR and Quisk

Hello all,

VUSDR is a popular TxRx SDR in India. Inspired by Peaberry SDR, it can also be used in Linux machines with Quisk as the software. In this post, I won't go into the details of configuring Quisk for normal SDR. Instead, assuming that it is already done, I shall go into the details of configuring it for digital modes especially configuring for WSJT-X for Ubuntu 16.04. As for normal Quisk configuration, I might blog about it in future.
A word of caution ! These steps worked for me, but I cannot guarantee that they will work for you.

So let's get started !
First download and install WSJTX from the following link.

https://physics.princeton.edu/pulsar/k1jt/wsjtx.html

You can double click and install the .deb file or can use terminal to install. I used the following command to install it (remember to open a terminal and navigate to the folder where the .deb file is present before typing this command)

sudo apt install ./wsjtx_1.8.0_amd64.deb

Next step is to install PulseAudio volume control. For that, type the following following in the terminal.

sudo apt install pavucontrol

Now we need to configure two virtual audio cables to route audio from Quisk to WSJT-X and back. For that, open a terminal and type the following.

cd /etc/pulse/
sudo gedit default.pa

In the file that opens, enter the following lines and save it. I use gedit as it is convenient for people with null expertise. Experts can use vim or some other editor !

#Virtual Cables
load-module module-null-sink sink_name=vac1 sink_properties=device.description=VCable1
load-module module-null-sink sink_name=vac2 sink_properties=device.description=VCable2

At this point, it is good to restart your machine. Now if you run Quisk, you will see new audio sources and sinks VAC1 and VAC2 added as shown in below screenshots. These shall be used for further  communications between Quisk and WSJT-X.




Next you need to inform your Quisk installation about using these new VACs as audio source and sink. For that edit your .quisk_conf.py and change the lines as shown below. It is good to comment the existing settings instead of deleting them so that you can revert back if needed. The changes are as follows - check line numbers 12 and 26 in the screenshot.

name_of_sound_play = "pulse:vac1"
microphone_name = "pulse:vac2" 


Basically what this does is to set audio source as VAC2 and sink as VAC1. Now to need to set this source and sink for WSJT-X. For this edit your WSJT-X audio settings as shown below. Set input to vac1.monitor and sink to vac2. Also set power high so as to trigger the VOX in quisk.
Next set VOX in quisk to ON and set the level to minimum so that it can be triggered easily. 



Done ! You have now configured Quisk for WSJTX ! See what I found on 40m around 7074 kHz :) So far I didn't have success with TX due my antenna inefficiencies. 
Also, I may edit this blog in future when I make changes :) 



Until next time,
73 DE VU3VWB

Comments

Post a Comment

Popular posts from this blog

Some experiments with double balanced mixers and GNURadio

Hi all, This post is all about frequency mixing , specifically double balanced mixers using diodes or ring mixers , commonly used in communication circuits . The circuit diagram of a ring mixer is given below . (Courtesy : Radio-electronics  ) Schematic of a double balanced mixer.  As you can see , this makes use of two transformers and a four diodes . For most of the HF work , switching diodes like 1N4148 suffice . However , for better performance Schottky diodes like 1N5711 can be made use of . For more information on the working of this mixer and construction aspects , I strongly recommend the excellent video by W2AEW on ring mixers given below .  So what I wish to explain in this video is a set of experiments carried out using a double balanced mixer which I shall call DB mixer for convenience :) The test gear consists of a DDS VFO , a crystal Colpitts oscillator , a variable  power supply , CRO , RTL-SDR and the PC sound card . The software tools used are GQRX and

Bias tee modification of HiLetgo RF amplifiers

Hi folks, There are some inexpensive RF amplifiers available in the hobby market by various names. They may be called LNAs, if you consider 3 dB noise figure as low noise. I purchased two of them from Amazon from a seller called HiLetgo. However documentation is sparse and the design is not all that great. People have had frustrating experiences with this type of LNA. Information regarding power supply to this board is practically non-existent, with voltage suggestions ranging from 5V to 12V ! Some even obtained the "magic smoke". Nonetheless they are reasonably cheap and therefore modifications can be done to make them useful. Let us now take a closer look at the board. Figure 1. The amplifier without any modification. Fig.1 shows the board without any modification. There are two SMA connectors and provision to externally power the board. The active element is an MMIC, with N02 as the marking. Other users have identified the MMIC as INA-02184 from HP. It seems to m

RECEIVING SSTV FROM ISS ! Steps involved in decoding when using MMSSTV ......

A very interesting mode in ham radio is SSTV and more interesting is the SSTV from ISS - the International Space Station ! Receiving the images from ISS is pretty simple . However many hams have some problems recording SSTV audio and decoding them using MMSSTV . My ham friends like OM Ramesh VU3RGB , OM Sulaiman VU3SMQ and OM Dhanesh VU3DHN encouraged me to make a blog post describing the various steps involved . 1) The first step is simple . Just tune to 145.800MHz in your VHF receiver and record the audio using some device like your smartphone,holding it near to your rig .It is better to use SDRs like RTLSDR to record audio using a computer. However my shack PC is QRT now , so ,I can't use SDR . Anyway be sure to use some excellent satellite tracking software like the Hamsatdroid (Android) or Orbitron (Windows) to guide you in tracking the ISS . 2) After recording , copy the recorded .amr file to your PC from phone . Use some tool to convert the amr to wav file . One excellen