AirSpy – A New 12Bit, 20Msps SDR Dongle Prototype by the Author of SDRSHarp

AirSpy is a new SDR Dongle currently being prototyped by the author of the popular SDRSharp software receiver platform. The technical specifications are as follows

– 24 – 1750 MHz range
– 12bit ADC @ 20msps
– Cortex M4F @ 204 MHz
– 10 MHz panoramic spectrum view
– Highly programmable / customizable

AirSpy also uses the R820T tuner, which is commonly used in the RTL-SDR as well.

Compared to the RTL-SDRs 8bit [email protected], this is a large improvement, but we hope it will not cost much more than the RTL-SDR or FunCube.

Currently, if you want more information on the dongle there is only an AirSpy Yahoo Group available.

AirSpy Prototype Front

ADS-B Decoder for the RTL-SDR now available for Android

A (beta version) of an ADS-B decoder and display app for the RTL-SDR dongle for Android has been released. This app allows you to receive the ADS-B radio signals emitted by modern aircraft, which contain information such as flight number, latitude, longitude and altitude, essentially giving you a live portable aircraft radar.

To use the app, you will need an Android device that supports USB OTG, which most Android devices on Android 4.0+ should support. You will also need a USB OTG cable, and an RTL-SDR dongle. You may want to consider a USB OTG cable that has a second port for external charging capabilities, as the RTL-SDR can drain the battery quickly.

The app is cheaply priced at under $2, so give it a try!

ADS-B Decoding on Android
ADS-B Decoding on Android

Demonstrating GQRX Running on a BeagleBone Black with RTL-SDR

YouTube user Brad Bowers has posted a video showing GQRX running on his BeagleBone Black with an RTL-SDR dongle. The BeagleBone Black is an embedded Linux computer, similar to the Raspberry Pi, but with significantly more processing power. He found that GQRX actually performed quite responsively on the BeagleBone.

Beagle Bone Black as Rtl-SDR front end with gqrx

Reverse Engineering Radio Controlled Bus Stop Displays

Over on her blog www.windytan.com, Oona has shown how she was able to reverse engineer a radio controlled bus stop display using a receiver like the RTL-SDR. Radio bus stop displays are used by bus services to display GPS enhanced bus timetables and expected bus arrival times.

Oona discovered that the bus displays in her area use Data Radio Channel (DARC) encoding. Once she discovered that no DARC decoders exist online, she implemented the full five layer DARC protocol stack in Perl and was left with data packets that had some human readable strings containing information such as bus terminal stations. With some extra work she was able to also get more information such as expected waiting times and bus numbers as well.

Bus Terminal Packet
Bus Terminal Packet

Using the RTL-SDR to listen to the Funcube Satellite

Recently, the FUNcube-1 satellite was successfully launched. The FUNcube is a CubeSat (a low cost miniature 10cm cube sized satellite) which is intended mainly for educating young people about radio, space, physics and electronics, but has also piqued the interest of amateur radio hobbyists.

Amateur radio hobbyist N4JTC’s has shared on his blog his experiences with receiving the FUNcube-1’s telemetry using his RTL-SDR dongle. By using the RTL-SDR to receive the telemetry beacon as the satellite passes overhead, he was able to use the FUNcube Dashboard software to record and decode and view the satellites telemetry data.

Receiving the FUNcube-1 Satellite
Receiving the FUNcube-1 Satellite

Demo of Osmocoms ‘Phosphor’ Spectrum Visualizer

Over on YouTube, user superkuh2 has posted a video showing off osmocoms gr-fosphor GNU Radio block which shows a real time spectrum visualization using the GPU. He combines gr-fosphor with multimode for visualizing the ISM and pager bands with his RTL-SDR.

osmocom's fosphor with patchvonbraun's multimode looking at ISM + FLEX pager bands with rtlsdr

LNA4HF: Interest Check

Adam, the manufacturer of the LNA4ALL low noise amplifier designed for use with the RTL-SDR, and similar software radios is putting out an interest check for an LNA4HF product. The LNA4HF will be a low noise amplifier with low pass filter designed to work with an existing RTL-SDR upconverter. It will amplify signals between 2 Mhz – 30 Mhz by 16.5dB.

Adam will make a batch once there is interest for at least 50.

lna4hf
LNA4HF
LNA4HF block diagram
LNA4HF block diagram

Decoding Efergy Energy Monitor Signals with RTL-SDR

An Efergy energy monitor is a wireless device with an LCD screen that shows how much power your household is using. The device is useful for helping reduce power usage by determining what appliances cause the largest power draw.

Nathaniel Elijah has posted on his blog about how he was able to create an RTL-SDR based decoder for the FSK data transmissions sent out by the Efergy energy monitor. His program receives and decodes the transmissions, saving the data to an excel file for later analysis.

Gough Lui from the Goughs Techzone blog has also attempted decoding these energy monitors as well, and has written a large writeup on his experiences.

Update: Gough Lui has been working on extending Nathaniels software and now has it working in Windows, and sending broadcast UDP packets of the received data.

Decoding an Efergy Energy Meter with RTL-SDR
Decoding an Efergy Energy Meter with RTL-SDR and a Raspberry Pi