Category: RTL-SDR

Tutorial on using an RTL-SDR for ADS-B on a BeagleBone Black from Make Magazine

Make magazine has recently released a tutorial and uploaded a video showing a nice overview on how to get an RTL-SDR set up for ADS-B decoding on a BeagleBone Black embedded Linux computer. In the tutorial and video they show you the parts you will need and show you how to compile and install the RTL-SDR drivers and dump1090 ADS-B decoder on the BeagleBone.

ADS-B decoding allows you to receive GPS and other information from aircraft in your vicinity. We also have a tutorial about ADS-B decoding available here.

The BeagleBone Black is a small embedded Linux computer, similar to the Raspberry Pi. It has enough computational power to run the RTL-SDR and ADS-B decoder. 

Lantern: A New 925 MHz to 2175 MHz RTL2832U Based SDR for Satellite Reception

Over on Reddit we’ve seen news about a new 925 MHz to 2175 MHz RTL2832U based software defined radio which is currently under development. It is called the “Lantern” and is being developed for the Outernet project.

The Outernet project aims to be a “library in the sky” satellite based service that will provide free access to daily downloads of data such as books, news, videos and other information. It’s goal is to provide people who may not have easy physical or uncensored access to the internet an easy way to access daily information.

Outernet Overview Poster
Outernet Overview Poster

To achieve this goal the Outernet project needs a good low cost satellite receiver. The RTL-SDR is a good candidate, but it’s performance at about 1.5 GHz isn’t great, and this appears to be the frequency Outernet wants to use. To improve the performance for satellite reception at these frequencies they have redesigned the RTL-SDR by replacing the R820T2 tuner with a MAX2120 tuner chip which tunes from 925 MHz to 2175 MHz. They have also improved the components used and the PCB layout. The regular RTL2832U chip is used as the ADC and USB interface, so the maximum bandwidth and ADC bit depth remain the same.

The Lantern is currently being prototyped and there is a discussion about it on Reddit. They are aiming for a price point below $20, but note that it will take time to get to that low price as mass production will be required.

The current Lantern prototype.
The current Lantern prototype.

Testing the RTL-SDR on Windows 10

RTL-SDR.com reader Marty Wittrock has written in to let us know that he has been successful in getting his HF modified “KN0CK” RTL-SDRs (and by extension standard RTL-SDRs) to work with Zadig and HDSDR on a PC running the Windows 10 technical preview on a VMWare image.

We decided to also test RTL-SDR compatibility with other common software on our own Windows 10 system. We tested SDR#, SDR-Radio, CubicSDR and Unitrunker and found them all to work fine with no problems either. Finally, we also tested the Airpsy and SDRPlay on Windows 10 and found no problems with those devices either.

HDSDR Running on Windows 10
HDSDR Running on Windows 10

Monitoring FBI Surveillance Aircraft with ADS-B and an RTL-SDR

After reading an article by the Washington Post about FBI surveillance aircraft spotted in the air after the West Balimore riots, John Wiseman decided to look for more information about these aircraft. Fortunately, John had on his hands a database of about 2 months of ADS-B data that was collected by his continuously running RTL-SDR + BeagleBone Black ADS-B decoder set up.

From reports on the internet John found out that FBI aircraft squawked with 4414 or 4415 codes, and used call signs like JENNA or JENA. With this information John decided to take a look through his ADS-B logs to see if if he could find anything similar. Out of 15,000 aircraft he had tracked, he found 9 aircraft in his logs that matched the criteria, and saw that they did exhibit suspicious behaviour such as circling over LA for hours at a time. Then by looking up their FAA records of the tail numbers of the suspicious aircraft, he was able to discover that these aircraft where licensed to companies with names like NG Research, OBR Leasing, Aerographics Inc. and PXW Services which are suspected Department of Justice front companies. John also writes:

If you Google the tail numbers of aircraft registered to those companies, you start to find forum and mailing list posts (often at sites that tilt toward paranoid/conspiracy/right wing, but not always) with people discussing these specific tail numbers and linking them to the FBI. Some of the supposed evidence includes details of radio communications that people have heard, e.g. talking about “being on station” or using callsigns that start with JENNA, JENA or ROSS, which are supposedly used by the FBI. Other posts claim that DOJ/FBI surveillance aircraft often squawk 4414 or 4415 on their transponders.

An article from the startribune talks about the surveillance planes and says:

The planes use “persistent wide-area surveillance” to photograph large areas for hours at a time, Stanley said. The captured images allow authorities to go back in time, if necessary, to trace pedestrians and vehicles who come to their attention.

Other devices known as “dirtboxes,” “Stingrays” or “IMSI catchers” can capture cellphone data. Stanley said it’s still unclear what technologies have been used in the surveillance flights.

 

Possible FBI Surviellance Aircraft Path from flightradar24.com
Possible FBI Surviellance Aircraft Path from flightradar24.com

Building a Passive Radar System with RTL-SDR Dongles

Back in 2013 we posted about Juha Vierinen’s project in which he created a passive radar system from two RTL-SDR dongles, two Yagi antennas, and some custom processing code. Passive radar can be used to detect flying aircraft by listening for signals bouncing off their fuselage and can also be used to detect meteors entering the atmosphere. The radar is passive because it does not use a transmitter, but instead relies on other already strong transmitters such as FM broadcast radio stations. Juha writes:

A passive radar is a special type of radar [that] doesn’t require you to have a transmitter. You rely on a radio transmitter of opportunity provided by somebody else to illuminate radar targets. This can be your local radio or television station broadcasting with up to several megawatts of power. 

How passive radar works
How passive radar works

His previous write up was brief, but now over on Hackaday Juha has made a detailed post about his RTL-SDR passive radar project. In the post he explains what passive radar is, shows some examples of his and others results, shows how it can be done with an RTL-SDR dongle, and finally briefly explains the signal processing required. In his next post Juha aims to go into further detail on how passive radar works in practice.

Below we show a video that shows an example of one of his passive radar tests that was performed with a USRP software defined radio and two Yagi antennas. 

This video shows a lot of airplanes around the New England area detected using a simple passive radar setup, consisting of: one USRP and two yagi antennas, a quad core linux PC. Every now and then an occasional specular meteor echo is observed too.

In his other tests shown on YouTube Juha also used two RTL-SDR dongle’s with a shared clock and was able to get similar results.

FM Radio Passive Radar, WWLI 105.1 MHz

New method for generating wideband spectograph’s with Radio-Sky and an RTL-SDR

Radio-Sky Spectrograph is a software application that is designed to produce waterfall displays similar to other software, but with a focus on observing radio astronomy phenomena. 

Radio-Sky Spectrograph displays a waterfall spectrum. It is not so different from other programs that produce these displays except that it saves the spectra at a manageable data rate and provides channel widths that are consistent with many natural radio signal bandwidths. For terrestrial, solar flare, Jupiter decametric, or emission/absorption observations you might want to use RSS [Radio-Sky Spectrograph].

Last year, we posted about the release of RTL_Bridge, which is a program designed to interface an RTL-SDR dongle with Radio-Sky Spectrograph. One limitation with RTL_Bridge was that it was limited to the dongles maximum bandwidth of about 2.4 MHz. Now Raydel Abreu Espinet (CM2ESP) has written a new application called RTL-WideSpectrum which allows for wideband spectral sweeps in Radio-Sky Spectrograph by using the RTL-SDR to quickly switch between frequencies and combine the outputs. It is similar to how rtl_power works.

With RTL-WideSpectrum and Radio-Sky Spectrograph, Raydel was able to capture this solar burst shown below which occurred between 28-48 MHz.

A solar burst between 28 - 48 MHz captured with an RTL-SDR dongle, RTL-WideSpectrum and Radio-Sky Spectrograph.
A solar burst between 28 – 48 MHz captured with an RTL-SDR dongle, RTL-WideSpectrum and Radio-Sky Spectrograph.

How coax cable loss affects ADS-B reception

Over on YouTube user Adam Alicajic has uploaded a video showing how coax cable loss affects the frame rate when receiving ADS-B. To do this test Adam uses a precision attenuator in between his ADS-B antenna and RTL-SDR dongle to simulate attenuation from coax cable loss. His results show that for every 1 dB of attenuation the frame rate drops by about 10%.

Coax cable loss for common type of cable can be estimated with calculators available at http://www.net-comber.com/cable-loss.html and http://www.arrg.us/pages/Loss-Calc.htm. RG-6 cable has a low loss at 1090 MHz of about 0.23 – 0.32 dB per meter, whereas RG58 has a loss of about 0.5 – 0.6 dB per meter and RG174 (stock antenna cable on most RTL-SDR units) has a greater loss of about 1.2 dB per meter.

Coax length loss contribution to the bad ADS-B reception

LightSail now active and transmitting data

The LightSail is a solar sailing spacecraft that has been launched by the planetary society. It is based on the “solar sail” concept, which uses a large reflective foil to harness the suns energy as a means of propulsion. The planetary society write about solar sails:

Solar sails use the sun’s energy as a method of propulsion—flight by light. Light is made of packets of energy called photons. While photons have no mass, a photon traveling as a packet of light has energy and momentum.

Solar sail spacecraft capture light momentum with large, lightweight mirrored surfaces—sails. As light reflects off a sail, most of its momentum is transferred, pushing on the sail. The resulting acceleration is small, but continuous. Unlike chemical rockets that provide short bursts of thrust, solar sails thrust continuously and can reach higher speeds over time.

The LightSail Concept
The LightSail Concept

Currently a test mission of the LightSail concept is under way. The LightSail is in orbit and expected stay in orbit for about 1-2 months. Initially the mission had trouble with communications, but after an automatic reboot of the on board computers they have now confirmed that the LightSail is transmitting properly.

With an RTL-SDR and appropriate satellite antenna, it should be possible to monitor the LightSail. The LightSail transmits at a frequency of 437.435 MHz with the AX.25 protocol, FSK encoding at 9600bps and with a call sign of KK6HIT. The LightSail can be tracked at http://sail.planetary.org/missioncontrol and the planetary society are also requesting that amateur radio tracking enthusiasts email over any data they capture. Over on twitter some users have confirmed LightSail downlink hits: