Decoding Voyager 1 Telemetry with GNU Radio

Daniel Estévez often posts on his blog about advanced SDR and radio experiments he's worked on. In a recent post he describes how he decoded telemetry from the Voyager 1 spacecraft using GNU Radio. As Voyager 1 is so far away, and the signal so weak, a rather large scale 100 meter dish is required to receive Voyager 1. So he uses publicly available recorded data received by the Green Bank Telescope in 2015.

Using GNU Radio he first converts the telescope's data file discarding most of the 187.5 MHz recorded bandwidth, then decimates the signal allowing the very weak carrier and data subcarriers to be seen in the resulting high resolution FFT plot. Daniel notes how most of the power is spent in the carrier, allowing ground stations to more easily detect the signal and at least measure doppler to determine the spacecrafts trajectory. The rest of the post explains how the carrier is tracked, how to correct for doppler and phase shifts, how to demodulate the data, apply error correction, and finally decode the data packet.

While not something we can easily listen to directly, it is amazing that we can all be NASA engineers right at home with GNU Radio and tutorials like this.

Voyager 1's Spectrum. Strong carrier in the middle, and two data subcarriers.

Installing Remote SDR V2 on a Raspberry Pi 4B

Remote SDR V2 is software that allows you to easily remotely access either a PlutoSDR, HackRF or RTL-SDR software defined radio. It was originally designed to be used with the amateur radio QO-100 satellite, but version 2.0 includes multiple demodulation modes, NBFM/SSB transmission capability, CTCSS and DTMF encoders, modulation compression and a programmable frequency shift for relays.

Over on the programmers blog, F1ATB has put out a new post showing how to install Remote SDR V2 on a Raspberry Pi 4B. The installation has been made simple thanks for a ready to use SD card image.

If you're interested in an overview of Remote SDR V2, we have posted previously about a Tech Minds review of the software.

Remote SDR V2 with a PlutoSDR

Arinst Dreamkit SDR now on sale for $230 + Shipping

About a month ago we posted about the Arinst Dreamkit, which was an unreleased Russian made portable receive only SDR with 16-bit ADC, 1 - 3100 MHz tuning range, up to 5 MHz instantaneous bandwidth, and very fast scanning capabilities.

Reader 'sunny' has written in and informed us that the Arinst Dreamkit is now released and available for sale on both eBay and Aliexpress. The pricing is $230 + shipping costs. Sunny notes that the manual is only in Russian, and currently it does not have any digital decoding capabilities, and no preselector on the input.

The Arinst Dreamkit

Viewing the RF Spectrum in Virtual Reality + Augmented Reality EMC Probe

Thank you to Manahiyo for submitting his video which shows his software that allows the RF spectrum to be viewed in virtual reality, using a VR headset and an RTL-SDR. In his setup he currently uses a Oculus Quest 2 VR headset, but it should work with others too. The VR screen allows you to have multiple graphs set up, as well as allowing you to explore a 3D spectrograph from all angles by moving it around via the pointer, or by moving your head. 

[Volume warning] RTL-SDR×VR(Virtual Reality) with oculus quest2

Manahiyo also has another new VR video on his channel where he uses his RF Watcher software. RF Watcher is his software that allows augmented reality and RF power measurements from an RTL-SDR to be combined. His video demonstrates him using an RTL-SDR and EMC probe, together with RF watcher. As the EMC probe is moved over an RF 'hot spot' on a PCB, red dots are drawn around it in augmented reality.

The programs don't appear to be available to the public yet, but we will follow up with Manahiyo.

Receiving the ‘Hidden’ Broadcast FM SCA Audio Subcarrier with an RTL-SDR and SDR#

Broadcast FM channels can often contain additional subcarriers hidden within the bandwidth. A common subcarrier is Radio Data System (RDS), and this is what provides song and radio station text information to your radio.

Another less commonly seen subcarrier is the Subsidiary communications authority (SCA), which is a separate audio channel hidden within the broadcast FM signal. SCA is typically used for niche radio programs, elevator music, music for doctors offices, and niche services such as reading for the visually impaired. In the past you needed a special hardware SCA radio to receive these channels, however receiving these channels with an SDR is relatively simple. Not all broadcast FM stations will have an SCA service, but the video shown below explains how to find one.

Over on YouTube channel Double A has uploaded a video showing how to decode these SCA subcarriers using an RTL-SDR, two SDR# instances and the MPX Output plugin. The idea to to use a virtual audio cable to pipe the FM Multiplex (MPX) audio output from one instance of SDR# to another. In the second SDR# instance you can then directly tune into the SCA channel. In his video he also explores the FM MPX spectrum, showing the different components, and also how to install and use RDS Spy for decoding RDS.

Tuning an FM Audio Subcarrier (SCA) & Decoding RDS Data with RTL-SDR USB

DragonOS: RF Propagation Analysis with Signal Server GUI

DragonOS is a ready to use Ubuntu Linux image that comes preinstalled with multiple SDR software packages. The creator Aaron also runs a YouTube channel showing how to use the various packages installed. In his latest video Aaron shows how to use the new Signal-Server GUI that has recently been added to DragonOS.

We posted about Signal Server before as it's a very powerful open source tool for creating RF Propagation simulations. With this tool you can determine how a signal from a transmitter might propagate, by taking into account factors like frequency, EIRP, and geographic elevation maps. The resulting propagation map can then be plotted on Google Earth.

Aarons recent work adds thetacoms GUI to the Signal Server install on DragonOS, and his video shows how to use it, including an introduction to RF propagation analysis in general. This version of DragonOS with the GUI is not yet available for download, but it will be in a future version. For now the video also shows how to install the GUI.

DragonOS Focal New Signal Server GUI Setup + Intro to RF Propagation Analysis (Signal-Server) Part 1

SDRSharp Guide V3.0 Released

Paolo Romani (IZ1MLL) has recently released version 3.0 of his SDRSharp PDF Guide which we posted about last in March of this year. As before the document is a detailed guide about how to use SDRSharp, which is the software provided by Airspy. While intended for Airspy devices, SDRSharp also supports a number of third party SDRs, including the RTL-SDR, and it is the software we recommend starting with when using an RTL-SDR.

The guide is now 61 pages long, and covers all the settings, UI customization, included and third party plugins, and use of some external decoders.

SDRSharp Guide

A SDR Digital Voice Hotspot with GNU Radio, MMDVM and QRadioLink

Thank you to Adrian (YO8RZZ) for writing in and sharing with us his article explaining how to use an SDR to set up a digital voice hotspot for digital voice modes supported by MMDVM such as D-Star, DMR, System Fusion, P25 and NXDN. Adrian notes that this is possible with any full duplex SDR such as the LimeSDR or PlutoSDR, or with a combination of simplex devices, such as a HackRF for transmitting combined with an RTL-SDR for receiving.

MMDVM is firmware that normally runs on an ARM microcontroller board such as the Arduino Due, and is designed to be interfaced with hardware radios via the microcontrollers built in ADC and DAC hardware.

In order to use an SDR instead of physical hardware radios, Adrian's article describes how a fork of MMDVM called MMDVM-SDR is used in his system as this allows the code to run on a normal Linux computer with an SDR. GNU Radio running on Adrian's own QRadioLink software is then used to create software ADC/DAC interfaces for the SDR and MMDVM-SDR to interface with, as well as providing a user interface.

QRadioLink used as the UI for MMDVM-SDR and GNU Radio