Category: News

Wavesink: New Android RTL-SDR App for FM/RDS/DAB/DRM+

Wavesink is a new SDR Android App, which allows your RTL2832U based dongle to receive FM radio with RDS, Digital Audio Broadcast Radio (DAB) and VHF band Digital Radio Monodial (DRM+). DAB+ support is also to be released by next week, and a station memory will also be added in a future release.

The app is currently in beta development, and only the trial version is released, which will allow you to use the app for 5 minutes at a time. They indicate that the commercial version will be out soon.

To use this with your Android device, you will need a USB OTG (On the Go) cable, and your device must support USB host mode, which most Android devices above 3.1 should support.

I gave the app a quick spin in FM mode, and found that the interface was a little clunky, but the app worked fine, and the FM and RDS signals were decoded correctly.

wavesink

RTL-SDR.COM Forum

I’ve had a few email requests by different people over the past few months to start up a discussion forum.

The new forum can be found at rtl-sdr.com/forum, and can also be accessed from the Discussion Forum link in the top menu. Please register and post. If you have any suggestions for the forum such as categories you think should be added, you can reply in the welcome thread.

New DSD Block Available for GNU Radio

The popular digital speech decoder (DSD) software has now been wrapped into a GNU Radio Companion block. Previously, DSD required use of virtual audio cables to get decoding to work with GNU Radio, but now the signal audio can be passed directly into this block.

Luke Berndt from the HackRF-dev forums has posted his work to make the functionality of DSD available to GNU Radio users in the form of a GRC block. “I have been playing around a bit and found an easy way to receive and playback digital LMR. More and more of the radio systems are going from narrow band FM to Digital. This makes it tough to listen to them on GQRX. DSD is a great program which can decoded the audio you get when you tune in a system in GQRX, but you either have to run it on another machine with a audio cable in between or figure out how to do a virtual audio cable on your machine.

Luckily, someone wrapped the DSD libraries so they can be accessed as GRC blocks. I have put together a GRC file and a Python program that make it a little easier to use the block.

If you have a chance, give them a try and let me know if they work. There is a good chance I have messed up the values in the filters or else where, but I have gotten clean audio out of it.”

Download the files from GitHub.

DSD is a Linux and Windows software program capable of decoding popular digital speech codecs such as APCO P25 and MOTOTRBO/DMR.

Via DangerousPrototypes

ViewRF – RTL-SDR Spectrum Analyzer Software for the BeagleBone Black Released

Last month we showed a video of a spectrum analyzer project by Stephen Ong. He used a BeagleBone Black (mini embedded Linux capable computer similar to a Raspberry Pi), a touch capable LCD screen, and an RTL-SDR dongle to create a portable spectrum analyzer.

Now Stephen has released ‘ViewRF’, which is the software that powers his spectrum analyzer. It is released under the GPL licence. Also on his post are the download and install instructions.

Spectrum Analyzer using Beaglebone Black and RTL-SDR

New Command Line Utility: rtl_power

A new command line wideband spectrum monitor utility called ‘rtl_power’ has been released by keenerd on Reddit. See the original thread here. This tool let’s you gather signal data over a very wide area of the frequency spectrum, and then that data can be used to find active areas of the spectrum.

Rtl_power is a small CLI tool for logging wide swaths of bandwidth. You can specify any chunk of spectrum, with any FFT bin size and any logging rate. (For sane values of any.)

For example

rtl_power -f 150M:200M:2k -i 10 logfile.csv

will monitor everything between 150MHz and 200MHz. The resolution will be at least 2kHz fine. It will integrate for 10 seconds and dump those numbers to the logfile. The structure of the logfile is:

date, time, Hz low, Hz high, Hz step, samples, dbm, dbm, ...

So it is not quite the traditional CSV file. Each frequency hop gets its own line and the frequencies of each column are extrapolated.

Coupled with a python script, a heatmap can be generated from the excel data.

I’m scanning the region between 150MHz and 160MHz, where there is local emergency services chatter. Each pixel is 10kHz wide and 10 seconds long, over a period of seven hours

rtl_power heatmap

This is command line tool is somewhat similar to the Scanner Metrics SDRSharp plugin, which allows large areas of the frequency spectrum to be monitored from within SDRSharp.

Version 5.0 of the CT1FFU Upconverter Now Available

Version 5 of the popular CT1FFU HF upconverter which is often used with the RTL-SDR and Funcube software defined radios has been made available for sale. A ready built and tested version 5 CT1FFU upconverter will cost you 55 Euros. See the circuit diagram and technical specs in this pdf file.

The upgrades include

– Smaller size PCB

– 4 new holes for screwing PCB

– MiniUSB connector

– 2 led 5V indication USB/ Phantom Power

– It runs with phantom power directly from Fun Cube Dongle’s SMA cable

– USB power for generic RTL TV dongle sticks

– Separeted antenna inputs HF/6m and VHF/UHF

– Automatic internal relay antenna switch: HF or Bypass VHF and UP

– WFM broadcast filter avoiding saturation of SDR front-end

– LED indication for converter running

– DBM diode ring mixer 7 dBm: This ensures exellent HF reception performance

– LO on 106.250 Mhz or 65.520Mhz: This avoids interference from WFM radios

– Tests made by hams worldwide reveal exceptional clean reception on HF

– Technical assistance after selling

– Either ready built and tested or as KIT easy to build by yourself

– Worldwide shipping and tracking is included in advertised price

– You can now choose the LO freq: 106.250Mhz or 65.520Mhz models

HackRF Now for Sale

HackRF is now for sale on Kickstarter, and it has already reached it’s $80,000 USD goal in less than half a day. If you didn’t already know, HackRF is an open source Software Defined Radio that can receive and transmit between 30 MHz and 6 GHz. HackRF has a 20 MHz bandwidth which when compared to the RTL-SDRs 3.2 MHz maximum is a lot.

There have already been 500 HackRF beta units sent out so the hardware should be fairly stable by now.

The basic package which includes a fully assembled HackRF board and enclosure is selling for $275. For $315 you can get a HackRF, enclosure and a Ham-It-Up upconverter as well, which is commonly also used with the RTL-SDR and will allow you to receive the HF bands between 0 – 30 MHz.

HackRF Jawbreaker Board with Enclosure

If you are interested in some videos, here is a video showing the HackRF transmitting wideband FM using GNURadio.

Here, showing 20 MHz of the GSM band

HackRF smoke testing: GSM tower

Here, 20 MHz of the broadcast FM band

HackRF smoke testing: Full FM broadcast band

New (Work In Progress) WebRadio Software for the RTL-SDR Released

Mike Stirling has just released a still in-development version of his Linux based WebRadio software, which supports the RTL-SDR. WebRadio allows someone to connect to a remote RTL-SDR device via a web interface over the internet, much like WebSDR.

There is an installation guide here.

WebRadio

I was able to compile, install and run the software, but there were a few issues that required resolving.

Continue reading