Category: RTL-SDR

Starlink GRAVES Radar Reflections Received with SDR

Over on YouTube Jan de Jong who is based in Germany has posted a short slide show video showing that he received reflections of the GRAVES space radar from the new Starlink satellites.

Starlink is a SpaceX run satellite constellation that is slowly being launched in order to provide worldwide satellite internet access. The last launch was on 11 November 2019. Typically multiple satellites are launched at once, and they follow each other closely in a line, slowly spreading out.

The GRAVES space radar is a powerful radar based in France that is used to track satellites. If you are not too far away from France and within the GRAVES radar footprint you can point an antenna at the sky, and tune to the GRAVES radar frequency of 143.05 MHz with an RTL-SDR or any other SDR. You might then receive the reflections of this radar signal coming from satellites passing overhead. GRAVES has also been used for meteor scatter detection.

As the 60 and more satellites from Starlink 2 pass over the Graves radar signal they reflect a vertical track on the HROFFT radar image from the 143.05Mhz signal. In the first images the satellites are all still very close together, in current passes they have spread already and the display looks almost like rain in the sky on the 1 second radar plot from HROFFT.
Signal received with SDR RTL (SDRuno RSP1A) and 3 element Yagi at 45 degrees towards south

#Starlink-2 Passes over #Graves Radar #ElonMusk

A new VOR Decoder Written in Python

Thank you to Martin Bernardi for writing in and sharing with us his new VOR decoder that is written in Python. The program decodes VOR from a wav file, so any SDR such as an RTL-SDR can be used to record the audio initially.

VOR stands for VHF Omnidirectional Range and is a way to help aircraft navigate by using fixed ground based beacons. The beacons are specially designed in such a way that the aircraft can use the beacon to determine a bearing towards the VOR transmitter. VOR beacons are found between 108 MHz and 117.95 MHz, and it's possible to view the raw signal in SDR# with a software defined radio such as an RTL-SDR.

Martin notes that there are already several VOR decoders available, including vortrack written in C, and several GNU Radio based decoders [1][2]. However, Martins is the first in Python, which is a fairly easy to understand language and this should make learning from the code easier.

The GitHub readme for the project is a good read too, as it explains exactly how the VOR decoder works, and shows some results that they were able to obtain. In their testing they were able to obtain measurements at three locations with an accuracy of +/-3°.

The VOR Spectrum
The VOR Spectrum

Solving a Frequency Hopping CTF Challenge with Aliasing

At this years BSides Ottawa security conference, Clayton Smith was tasked with setting up a wireless "Capture the Flag" (CTF) competition. CTF competitions generally consist of a mystery signal that participants need to figure out how to decode with an SDR such as an RTL-SDR. 

One CTF that Clayton set up was a frequency hopping challenge with several levels of difficulty. The signal consisted of a narrow band FM signal that constantly hopped between multiple fixed frequencies. The idea was to use whatever means possible to piece together that signal again so that the speech audio could be copied.

The first level had the audio signal hopping very slowly, so the speech could be pieced together manually by listening by ear to each channel it transmitted on. Subsequent levels had the signal hopping much faster, so they required some DSP work to piece everything back together.

In his post Clayton writes about three possible GNU Radio based DSP solutions to the problem. The first method he describes is an interesting method that abuses the effects of aliasing. Aliasing is a problem in SDRs when a signal can be folded on top of another, creating interference. However, this approach makes use of aliasing to purposely fold the hopping channels into one frequency, resulting in speech that can be copied.

The rest of his post explains two other methods that could be used as well. The second method involves treating the entire band consisting of the hopping signals as a single FM signal, then filtering it with a DC block. The third approach uses FFT to detect which channel is active with the highest power, then shifting that channel by it's offset.

Spectrum of the frequency hopping CTF challenge.
Spectrum of the frequency hopping CTF challenge.

Clayton also set up another CTF with gr-paint. The idea was to read text on a "painted" waterfall with ever decreasing text spacing that would eventually be too small to read on standard SDR programs like GQRX. Instead, the solution was to open the IQ data in a tool like Inspectrum or Baudline which has much higher FFT resolution. 

Gr-Painted spectrum with decreasing text.
Gr-Painted spectrum with decreasing text spacing.

Astrophiz Podcast Interviews Steve Olney: Capturing the 2019 Vela Pulsar Glitch with an RTL-SDR

Back in May 2019 we posted about Steve Olney's HawkRAO amateur radio astronomy station which was the only station in the world to capture the 2019 Vela Pulsar "glitch" which he did so using his RTL-SDR as the radio. The astronomy focused podcast "Astrophiz" recently interviewed Steve in episode 95 where he talks about his amateur radio background, his home made radio telescope, his RTL-SDR and software processing setup, and the Vela glitch.

A pulsar is a rotating neutron star that emits a beam of electromagnetic radiation. If this beam points towards the earth, it can then be observed with a large dish or directional antenna and a radio, like the RTL-SDR. The Vela pulsar is the strongest one in our sky, making it one of the easiest for amateur radio astronomers to receive.

Pulsars are known to have very accurate rotational periods which can be measured by the radio pulse period. However, every now and then some pulsars can "glitch", resulting in the rotational period suddenly decreasing. Glitches can't be predicted, but Vela is one of the most commonly observed glitching pulsars.

The HawkRAO amateur radio telescope run by Steve Olney is based in NSW, Australia and consists of a 2 x 2 array of 42-element cross Yagi antennas. The antennas feed into three LNAs and then an RTL-SDR radio receiver. 

Astrophiz 95: Steve Olney: From Ham Radio to Radio Astronomy - "The 2019 Vela Glitch" 

Feature Interview: This amazing interview features Steve Olney who has established the Hawkesbury Radio Astronomy Observatory in his backyard. Steve has constructed a Yagi antenna array, coupled it with a receiver and observed a pulsar 900 LY away and generated data that has enabled him to be the only person on the planet to observe Vela’s 2019 glitch in radio waves as it happened.

If you're interested in learning more about Vela, Astrophiz podcast episode 93 with Dr. Jim Palfreyman discusses more about the previous 2016 Vela glitch and why it's important from a scientific point of view.

Reverse Engineering and Controlling a Pan-Tilt Camera Servo with an RTL-SDR and Arduino

The ZIFON YT-500 is a pan-tilt tripod designed for mounting small cameras and smart phones. It also comes with an RF based 433 MHz wireless remote control that allows you to remotely control the positioning.

However, Konstantin Dorohov wanted to be able to control the camera positioning from his PC rather than through the remote control, so he set out to reverse engineer and clone the 433 MHz wireless control signal.

To do this he first used an RTL-SDR and SDR# to record the signals generated by each button press of the remote. He then opens the audio files in Audacity which allows him to inspect the signal's structure and determine some important information such as the preamble + payload timing and ON/OFF pattern. 

Knowing this information he was then able to use an Arduino with a 433 MHz transmitter connected to replicate the signal exactly. His post contains the sample code that he used.

Reverse Engineering the Pan/Tilt Servo with an RTL-SDR, and replicating the signal with an Arduino.
Reverse Engineering the Pan/Tilt Servo with an RTL-SDR, and replicating the signal with an Arduino.

SignalsEverywhere Reviews our RTL-SDR Blog L-Band Active Patch Antenna Kit

Over on the SignalsEverywhere YouTube channel Corrosive from the SignalsEverywhere channel has uploaded a review of our RTL-SDR Blog L-Band Active Patch antenna. Our patch antenna can be used for applications such as Inmarsat, Iridium and GPS reception. 

In the video Corrosive shows what the kit comes with, and first demonstrates the antenna working indoors. He also shows how signal SNR can be improved for indoor reception simply by adding a larger ground plane to the back of the antenna and clamping it on with the mounting screw. Later he shows what reception is like outdoors, and shows it being used to decode from STD-C Inmarsat and Iridium signals.

If you're interested in this antenna we also previously posted about TechMinds review video.

The antenna is available for sale on our web store, or from Amazon.

RTL SDR Blog L-Band Inmarsat/Iridium Satellite Service Patch Antenna

Coole-Radar: A Retro Terminal Based Radar Display for ADS-B Aircraft Data

John Wiseman has been working on a cool old-school retro styled aircraft ADS-B radar that runs entirely within a terminal window. So no GUI desktop should be required. The project, called "coole-radar", is available as open source code on GitHub.

It takes decoded ADS-B data via a Virtual Radar Server webpage, so it should be fairly easy to set up together with an RTL-SDR and dump1090 that feeds Virtual Radar Server. The latest version displays a radar screen with decay-like effect, a list of currently detected aircraft, and a pixelated screen of the aircraft image downloaded from the internet.

A Homebrew All-In-One RTL-SDR with Screen and Control Knobs Running on a Mini PC

Over on YouTube user Pablo Sala (KI7OJL) has uploaded a video that shows a neat all-in-one receiver build based on an RTL-SDR. Pablo's build runs on a Pipo x8 Mini PC which is a US$110 PC/tablet that includes a build in LCD touch screen. The build also adds several Arduino powered control knobs for tuning, mode and bank selection, squelch and volume to the base. The knobs directly interface with HDSDR, his chosen software.

The video titles are dated 2017, but the video only seems to have been uploaded recently. Unfortunately we weren't able to find much more information about this build, other than the video.

Homebrew: RTL-SDR Receiver with Arduino-powered knobs on a Pipo X8 Mini PC running HDSDR, May 2017