¿ªÔÆÌåÓý

Ubitx with the Raspberry pi and WSJT-x #ubitx


Bo Barry
 

Raspberry pi and ubitx FT8 setup? ?Bo Barry 5/20/18 first draft
?
NOTE:?
The AGC and pop mods are not needed for digital mode. You operate with AGC
off and adjust the audio signal level with the volume control.
?
The pop isn't noted if you don't have headphones on! :)
?
USB sound cards don't like the DC on the mic input. Use a 1uf cap.
?
Remove the orange wire (the PTT line on the mic jack.?
The sound card puts audio on it! PTT is not needed for digital)
?
Enter aplay -l to see if the USB card is device 1 If not, the following is not helpful. :)
?
If so edit or create the ~/.asoundrc file to look like this.
Note: ~/ means it goes your home directory and the . indicates it is a hidden file.
?
pcm.!default {
? ? ? ? type hw
? ? ? ? card 1
}
?
ctl.!default {
? ? ? ? type hw
? ? ? ? card 1
}
?
A reboot is needed for this to take effect.
?
To get sufficient volume out from the USB sound card I had to install the pimixer program: sudo apt-get install pimixer
Set it up and move the sliders to maximum.
?
After this I had a clean input signal to the ubitx and the RF output looked good on a scope.
?
Badly needed is a meter/indication of the audio input level to the mic.?
?
I'm using one of the USB sound cards that has a button and volume control on it.
Be sure to tap the button to turn on its audio output!!!
?
Be sure to power on the ubitx and connect the USB cable to the ubitx, plus the USB sound card, BEFORE power on the Raspberry pi
?
Set the rig to Yaesu 817, 38400 baud, 8 data bits, 2 stop bits? no handshake,?
CAT Control to /dev/tty/USB0, PTT mode to CAT, USB mode (important), & None
?
When you select your sound source in WSJT-X, you simply pick the default option. No worry with all the options.
Check the audio ports. They should be sysdefaultCARD=Device
?
You can get the WSJT-X program for the Raspberry pi at https://physics.princeton.edu/pulsar/k1jt/wsjtx.html
?
Let me know if you find this helpful!!? ?Bo W4GHV
?


 

Bo, ?I'd like to leverage your good work (aka copy). ?My current cheap sound card dongle is installed in my uBitx case. ?I put a easydigi between the dongle and the uBitx audio input/output, and I wired a pot I series with the input to the uBitx mic so I could easily control drive level. All driven perfectly by my win laptop (fldigi, WSJTX, js8call, etc.)

while it works well, I hate having to dedicate my old laptop to the job. ?Hence the RPi. ?I know next to nothing 'bout ?no UNIX or Pi. ?But the goal is to put the Pi in the case, and use an old excess monitor/keyboard, etc.

i assume from your write up that the Pi will drive the cat control, usb sound card, run fldigi, and a browser to do QRZ call sign lookups?

is this doable, or am I signing up for a endless nightmare?

thanks so much for the help.?

Don
km4udx