Category: News

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

KN0CK Miniature HF Upconverter Rev. 4 Now for Sale

Update: KN0CKs products are now available at http://www.kn0ck.com/HF_SDR/.

The fourth revision of the miniature HF upconverter for the RTL-SDR by KN0CK is up for sale, now that revision three has just sold out. Revision four has a 120 MHz oscillator, and is capable of receiving the 6m band.

Check out the release post over at KF7LZE’s blog, and the product sales page at the Easy-Kits store.

Receiver Opened Up

rtl_acars.c Compilation Install Video

Yesterday we posted about the command line rtl_acars ACARS decoder. Today on YouTube, Pawel Janowski has posted a video showing how to download, compile and run the rtl_acars.c code on Linux.

Pawel has also posted the compilation instructions on his blog (in Polish but the console commands are easy to discern from the text).

ACARS from DVB-T (RTLSDR)