RTLion: The Multipurpose RTL-SDR Framework

Redditor [K3PWN] has recently released his project called “RTLion”. RTLion is a software framework for RTL-SDR dongles that currently supports various features such as a power spectrum plot and frequency scanning. The software can run on a Raspberry Pi 3 and all features are intended to be accessed via an easy to use web browser interface, or via an Android app. The software can also be run with Docker, making it useful for IoT applications.

RTLion project can be described as a framework due to the implementation of various features other than the frequency scanner. The common structure of the project is appropriate for adding new features too. RTLion Framework has a FlaskSocketIO based Web interface which houses it’s features there. Web interface preferred to the command line interface for facilitating the usage and supporting remote operations. Matplotlib used for creating graphs, more specifically pylabpsd(Power Spectral Density) method mostly used for converting the complex samples (stored in a numpy array) to FFT graphs.

Main purpose of the RTLion Framework is creating a framework for RTL2832 based DVB-T receivers and supporting various features such as spectral density visualizing and frequency scanning remotely. These features are provided on the Web interface and accessible via the RTLion server or the RTLion Android App for RTL-SDR & IoT applications.

RTLion - IoT RTL-SDR

All of his code is open source and available on Github. Currently he’s looking for feedback on improving the framework and we are interested to see where this project may lead in the future.

SignalsEverywhere Podcast: Is Software Defined Radio Illegal?

Corrosive from the SignalsEverywhere YouTube channel has released a new episode of his podcast, this time discussing the topic "Is Software Defined Radio Illegal?". Recently we posted about the unfortunate arrest of a UN investigator in Tunisia. Reports from news agencies seem to indicate that a major factor in his arrest was his use of an RTL-SDR dongle for monitoring air traffic as part of his investigation on Libya arms embargo violations. Although it is suspected that other political motivations are at play.

In his podcast Corrosive tries to open a discussion on whether software defined radio (SDR) is illegal, since SDR receivers have the possibility to be able to receive, demodulate and decode almost any signal. He first focuses on mostly American FCC laws regarding scanners, but similar laws are likely to be in place throughout most of the western world. Later in the podcast he discusses transmit capable SDRs and how these are more likely to come to the attention of politicians.

Online Course: Software Defined Radio From 0 to 1

Back in March we posted about Qasim Chaudhari and his recently released book titled "Wireless Communications From the Ground Up - An SDR Perspective". The book covers advanced University level wireless topics, but he noted how he's attempted to keep the math at school complexity (although for most people we'd say it's still more at undergraduate Engineering school complexity).

Since the last post Qasim has received a lot of feedback from radio amateurs asking for a much simpler introduction to DSP concepts, without the use of University level math. Recently Qasim wrote in and noted how he's now created a set of online lectures that is intended for either professionals who want an overview of physical layer algorithms, or radio hobbyists and general technical persons who want to expand their knowledge.

The course costs US$37 (currently discounted by 20% to $29.50 via this coupon link) and has a sampling of free videos for you to watch.

A sample slide from Qasim's Lectures
A sample slide from Qasim's Lectures

Decoding EMWIN Weather Information VHF Rebroadcasts with an RTL-SDR

EMWIN is an acronym for Emergency Managers Weather Information Network, and is a service for emergency managers that provides weather forecasts, warnings, graphics and other information in real time. EMWIN is broadcast from geostationary NOAA GOES satellites, and if you have a GOES SDR receiver setup it is possible to receive and decode EMWIN data.

However, if you don't want to set up a GOES receiver, KD9IXX writes on his blog how he investigated EMWIN and found that 24/7 dedicated EMWIN VHF repeaters are common around the US. Having found an EMWIN repeater in his area at 163.37 MHz he used the TrueTTY decoder and was able to successfully decode the 1200 baud 8-bit ASCII encoded signal and receive weather text information. He notes that VHF EMWIN is an excellent source of non-internet based weather data that could be useful to anyone requiring weather data in emergency circumstances.

EMWIN VHF Repeater Decoded with TrueTTY
EMWIN VHF Repeater Decoded with TrueTTY

LimeSDR Angle of Arrival Experiments at 145 MHz

Two J-Poles used in LimeSDR Angle of Arrival Experiments.
Two J-Poles used in LimeSDR Angle of Arrival Experiments.

Together with some Spanish amateur radio operators, Daniel Estevez performed an experiment with the goal of detecting the angle of arrival of meteor reflections coming from the GRAVES radar at 143.05 MHz.

The GRAVES radar at 143.05 MHz is often used by amateur radio astronomers as a way to detect the echos of meteors entering the atmosphere. The basic idea is that meteors leave behind a trail of ionized air which is reflective to RF energy. This RF reflective air can reflect the signal from the powerful GRAVES space radar in France, allowing the radar signal to be briefly received from far away. Detecting the angle of arrival from these reflections could help determine where the meteor entered the atmosphere.

Their experiments used a pair of J-Pole antennas and a LimeSDR receiver. The LimeSDR has two channels and can receive the signal coherently from both channels. The phase difference in the received signals from the two antennas can then be measured, and the angle of arrival calculated.

In their testing the first tested with 145 MHz amateur radio satellites. Unfortunately due to the low elevation of the antennas and multipath from terrain obstructions an angle could not be calculated. In a second experiment they tried receiving terrestrial APRS signals. With APRS they were successful and were able to determine the angle of arrival from multiple stations. Unfortunately for GRAVES meteor echoes they were not entirely successful, citing multipath issues due to houses, and the need for a clear view of the horizon.

We note that it may be possible to perform similar experiments with our KerberosSDR coherent RTL-SDR unit.

Elektor SDR Hands-on Book + Arduino Shield HF SDR

Elektor is a popular electronics magazine and hobbyist kit store. Recently they have published a book titled "SDR Hands-on Book" written by Burkhard Kainka. The book is intended as a companion to their Arduino SDR shield kit, which is a low cost module that allows you to turn an Arduino into a 150 kHz to 30 MHz capable SDR. It is based on the G8JCFSDR, which is an RF front end downconverter that allows a PC soundcard to be used as an SDR analog to digital converter.

Kainka's book goes over introductory topics such as shortwave reception, explains signal to noise ratio and interference, different types of antennas, software, digital modes, SDR measurements, receiving and finally WSPR and QRP transmission. If you're interested Jan Buiting also recently reviewed the book on the Elektor website.

Elektor are currently running a promotion and are selling the book + Arduino shield for a reduced price of €49.90.

The Elektor Arduino Shield HF SDR Kit.
The Elektor Arduino Shield HF SDR Kit.

Creating a DAB+ Radio Station with a LimeSDR

Thank you to Godrey L for submitting his article/tutorial that shows us how to broadcast a DAB/DAB+ radio station using a LimeSDR and ODR-mmbTools. The LimeSDR Mini is a US$159 12-bit TX/RX capable SDR that can tune between 10 MHz – 3.5 GHz, with a maximum bandwidth of up to 30.72 MHz. ODR-mmbTools is an open source DAB transmission chain which is compatible with USRP and LimeSDR SDRs.

DAB stands for Digital Audio Broadcast and is a digital broadcast radio signal that is available in many countries outside of the USA. The digital signal encodes several radio stations, and it is considered a modern alternative/replacement for standard analog broadcast FM.

The tutorial is split into four parts. The first part simply explains what SDRs are and in particular discusses the LimeSDR and how it can be used with ODR-mmbTools. Part two discusses what hardware you need, and explains what each component of the ODR-mmbTools software does. Part three gets into the actual setup of the software on Linux. Part four finishes with actually transmitting the signal and decoding it with an RTL-SDR and the Welle.io DAB decoder.

The end result is a DAB radio station with three stations being broadcast.

LimeSDR Transmitting 3 DAB stations, and receiving it with an RTL-SDR and Welle.io.
LimeSDR Transmitting 3 DAB stations, and receiving it with an RTL-SDR and Welle.io.

SignalsEverywhere: Running PlutoSDR over an Ethernet Network Connection

Over on YouTube Corrosive from his SignalsEverywhere channel has just uploaded a new video showing us how to run a PlutoSDR over an Ethernet connection. As the PlutoSDR does not have an Ethernet port built in he uses a USB to Ethernet adapter. The rest of the video shows how to configure the IP address settings in the PlutoSDR config files, and in Windows.

The PlutoSDR is a low cost (typically priced anywhere between $99 - $149 depending on sales) RX/TX capable SDR with up to 56 MHz of bandwidth and 70 MHz to 6 GHz frequency range. It also has an onboard FPGA and ARM Cortex-A9 CPU which can be used to run programs on the PlutoSDR itself.

It is possible to run streaming software such as OpenWebRX directly on the PlutoSDR's CPU. Using an Ethernet connection can help with having enough network bandwidth to serve multiple users over the internet.

PlutoSDR over Network With USB Ethernet Tutorial