Tracking and Recovering A NWS Weather Balloon & Radiosonde with an RTL-SDR

Over on YouTube OLHZN High Altitude Balloons has posted a very entertaining video showing how to use an RTL-SDR and small grid dish antenna to track and recover a fallen weather balloon and its radiosonde. OLHZN writes:

The US National Weather Service (#NWS) launches over 200 weather balloons everyday carrying an LMS-6 #radiosonde / rawinsonde made by Lockheed Martin to an altitude of over 100,000 ft. and you can track & follow the flights from home and even find the landing site and pick them up! This is a fun #DIY project that you can do yourself from home and I'll show you how to do it here along with some tips so you can go find yourself a weather balloon & radiosonde!

How to track & recover a NWS weather balloon & radiosonde 🎈🎈 Ham Radio DIY

SignalsEverywhere: Common Modulations Tutorial Video

This week on the SignalsEverywhere YouTube channel, host Corrosive gives us a tutorial on common modulations that you'll see on your software defined radio. His tutorial covers Amplitude Modulation (AM), Frequency Modulation (FM), Single Side Band (SSB) and Conintuous Wave (CW) modulations. In the video he shows what they look like and how to select the correct mode and bandwidth settings in SDR#. Corrosive uses an Airspy in the video, but the same concepts are valid for any SDR, like the RTL-SDR.

If you're new to SDR then this is a great introductory video to watch and learn from.

AM FM SSB and CW | Common Modulation You'll See on SDR

An RTL-SDR and Pi 3 Based Ground Station for Simulated CubeSats

CubeSats are small and light satellites that can these days be built and launched into orbit by almost anyone with a small budget of roughly $40,000. They are a great way for schools and other organizations to get into a space based technology project. A "simulated" CubeSat is one that is not designed to be really launched into space, and is made from low cost hardware. The idea is that simulated CubeSats can be used as tools to help demystify the inner workings of satellites to the public and help CubeSat builders get experience and competence before building the real thing.

A Simulated CubeSat made from a Solar Panel board, Pi Zero, UPS and Tranceiver.
A Simulated CubeSat made from a Solar Panel board, Pi Zero, UPS and Transceiver.

A team from AMSAT have been working on creating open source CubeSat simulator hardware and software. In order to demonstrate the RF capabilities of the simulator a ground station simulator is also required. Recently the team have uploaded instructions on creating a Raspberry Pi and RTL-SDR based ground station.

If you're interested in the CubeSat simulator hardware itself, there was a presentation held back in 2018 that may be of interest to you. According to the presentation somewhere between 30% - 50% of CubeSats fail as soon as they're deployed, so building competence with simulated hardware is a good goal.

2018 AMSAT William A. Tynan W3XO Memorial Space Symposium - Saturday Sessions

Decoding FT8 with an RTL-SDR Blog V3 in Direct Sampling Mode

Over on YouTube user ModernHam has uploaded a useful tutorial showing how to use our RTL-SDR Blog V3 dongles for FT8 monitoring. The RTL-SDR Blog V3 has a built in direct sampling circuit which allows for reception of HF signals without the need for any upconverter. FT8 is an amateur radio weak signal digital communications mode which can be received all around the world even with low transmit power.

In his setup he uses SDR# and Virtual Audio Cable to pipe audio to the WSJT-X decoder. His video goes through all the steps and settings that need to be set and then shows a demo of some signals being received. ModernHam also has another video uploaded a few days earlier which is a more general introduction to FT8 decoding.

If you're interested we uploaded a tutorial last year that shows how to set up a Raspberry Pi 3 based FT8 decoding station with a V3 dongle.

Decoding FT8 with a RTL-SDR (Software defined Radio)

The RadioInstigator: A $150 Signals Intelligence Platform Consisting of a Raspberry Pi, RPiTX, 2.4 GHz Crazyradio and an RTL-SDR

Circle City Con is a yearly conference that focuses on information security talks. At this years conference Josh Conway presented an interesting talk titled "SigInt for the Masses Building and Using a Signals Intelligence Platform for Less than $150". Josh's talk introduces his "RadioInstigator" hardware which is a combination of a Raspberry Pi, CrazyRadio and an RTL-SDR all packaged into a 3D printed enclosure with LCD screen. The idea behind the RadioInstigator is to create a portable and low cost Signals Intelligence (SIGINT) device that can be used to investigate and manipulate the security of radio signals.

The RadioInstigator makes use of the RPiTX software which allows a Raspberry Pi to transmit an arbitrary radio signal from 5 kHz up to 1500 MHz without the use of any additional transmitting hardware - just connect an antenna directly to a GPIO pin. Connected to the Pi is a CrazyRadio, which is a nRF24LU1+ based radio that can be used to receive and transmit 2.4 GHz. And of course there is an RTL-SDR for receiving every other signal. Josh has made the plans for the RadioInstigator fully open source over on GitLab.

In his talk Josh introduces the RadioInstigator, then goes on to discuss other SDR hardware, antenna concepts and software installed on the RadioInstrigator like RPiTX, GNU Radio, Universal Radio Hacker, Salamandra, TempestSDR and more.

[First seen on Hackaday]

Track 3 07 SigInt for the Masses Building and Using a Signals Intelligence Platform for Less than 15

SignalsEverywhere: What SDR To Buy? Choose the Right one For You

Over on his YouTube channel SignalsEverywhere, Corrosive has just released a new video titled "Software Defined Radio Introduction | What SDR To Buy? | Choose the Right one For You". The video is an introduction to low cost software defined radios and could be useful if you're wondering which SDR you should purchase.

The video includes a brief overview of the Airspy, KerberosSDR, PlutoSDR, LimeSDR Mini, HackRF, SDRplay RSPduo and various RTL-SDR dongles. In addition to the hardware itself Corrosive also discusses the compatible software available for each SDR.

Software Defined Radio Introduction | What SDR To Buy? | Choose the Right one For You

Tracking Tagged Orangutans in the Bornean Jungle with Drones, GNU Radio and an Airspy Mini

Due to various human activities causing the environmental destruction of it's habitat, the Orangutan is now classed as a critically endangered species. In addition to being endangered, Orangutans face another problem in that they are often captured and sold as pets due to their intelligence and cuteness.

To combat these problems, NGOs, charities and rescue centers have been using RF tags on rehabilitated Orangutans that have released back into the wild. The RF tag regularly transmits a data-less pulse at VHF frequencies which is then typically tracked using direction finding equipment such as a directional Yagi antenna. The range is only approximately 200-400m. 

In order to try and alleviate the range issue Dirk Gorissen has been working on creating a drone based system that could detect the VHF transmission and create a heatmap of Orangutan positions. The first iteration of his system uses an RTL-SDR, Odroid and lightweight loop antenna. A simple Python script then monitors the spectrum and logs the drones current location, altitude, speed and heading when a pulse is detected. Tests confirmed that the signal was able to be detected from the sky, but unfortunately the drone was eventually crashed and lost before it could be properly used.

In his second try a few years later, Dirk used a larger drone and switched SDRs to an Airspy Mini with preamp. The pulse detection code was also improved by using GNU Radio to create a DSP algorithm combining peak detection, cross correlation with a known template of the signal, and a phase locked loop. Visualization and data transfer is achieved through react.js and a Flask web server running on the drones WiFi hotspot. This time with the new drone and system Dirk was able to successfully detect and locate several Orangutan's on various flights, despite noting that some RF tags appeared to be glitchy.

Orangutan Detected with Drone, Airspy Mini and GNU Radio.
Orangutan Detected with Drone, Airspy Mini and GNU Radio.
Drone used in the experiment
Drone used in the experiment

Podcast: The magic of Software Defined Radio with Ben Hilburn

Hanselminutes is a weekly podcast that aims to promote fresh technology and fresh voices to software developers. Last Friday they interviewed Ben Hilburn who is the project lead and president of the GNU Radio Foundation and Director of Engineering at DeepSig Inc who are working on combining deep learning with the signal processing. In the podcast Ben talks briefly about a broad range of topics like spectrum scarcity issues, different SDR hardware, basic SDR fundamental concepts, multipath, GPS, RF security, analogue vs digital and more. It is aimed at technical people who know little about SDR and radio.

EPISODE SUMMARY

Ben Hilburn is the Director of Engineering at DeepSig Inc., which is commercializing the fundamental research behind deep learning applied to wireless communications and signal processing. He also runs GNU Radio, the most widely used open-source signal processing toolkit in the world, serving as Project Lead and President of The GNU Radio Foundation. Ben talks to Scott about why Software Defined Radio is magical and they talk about how SDR can be used to teach STEM and solve interesting engineering problems.

EPISODE NOTES

Ben Hilburn is the Director of Engineering at DeepSig Inc., which is commercializing the fundamental research behind deep learning applied to wireless communications and signal processing. He also runs GNU Radio, the most widely used open-source signal processing toolkit in the world, serving as Project Lead and President of The GNU Radio Foundation. Ben talks to Scott about why Software Defined Radio is magical and they talk about how SDR can be used to teach STEM and solve interesting engineering problems.