Tagged: rtl2832

Guglielmo FM and DAB Receiver Software Updated to V0.4

Thank you to Marco Greco for writing in and noting that V0.4 of his Guglielmo software has recently been released.

Guglielmo is a Linux (and now Windows) based RTL-SDR FM and DAB tuner software that supports SDRs including the RTL-SDR, Airspy, SDRplay, HackRF and LimeSDR. It is designed to be an easy to use program designed for media users, rather than hobbyist technical users.

The latest additions in V0.4 include support for MPRIS controllers, support for the SDRplay V3 API and support for Windows building (although at this time there appears to be no binary file available).

The AppImage can be found here https://github.com/marcogrecopriolo/guglielmo/releases

Guglielmo: Screenshot of the DAB Interface

KrakenSDR now in stock in our shop

As per our previous post we wanted to note that our direct sales KrakenSDR shop is now up and running with immediate shipping available. There is only a limited number of KrakenSDRs and antenna sets that we can sell direct to customers. After this stock is depleted all sales will need to go through Crowd Supply again. Regardless, both Crowd Supply and our direct sales shop are in stock right now.

If you weren't already aware, KrakenSDR is our 5-channel coherent radio based on RTL-SDRs, and it can be used for applications like radio direction finding and passive radar. We successfully crowd funded the device on Crowd Supply.  

KrakenSDR Shop now open
KrakenSDR Shop now open

More Information about the NOAA-15 AVHRR Failure

Thank you to Carl Reinmann (aka usradioguy) for submitting his blog post which goes into deeper detail about the NOAA-15 weather satellite imaging failure that we posted about last week. 

In his post Carl discusses in detail the technical aspects of the AVHRR Scan Motor failure, shows plots of the AVHRR motor current increasing, provides multiple examples of corrupt images being recently received and notes the history of previous failures which were eventually resolved.

He also notes that even with the AVHRR failure the other sensors on the satellite will remain functional, however a failure of this instrument would mean the end of the easy to receive APT images at 137 MHz from NOAA-15. We note that there is still the opportunity to receive NOAA-18 and NOAA-19 which are the remaining operational satellites that transmit APT at 137 MHz.

NOAA have now also released an official notice about the failure which reads:

Product Outage/Anomaly: NOAA-15 AVHRR degraded image data issued by NESDIS NSOF
Date/Time Issued: Oct 22, 2022 1947Z

The NOAA-15 AVHRR Scan Motor current began showing signs of instability on Oct 18 at approximately 1800Z, when the current began to gradually rise from about 205 mA to about 250 mA, where it remained until Oct 24. At about 0000Z on Oct 24, the current began rising again throughout the day, peaking at about 302mA on Oct 25. Scan motor temperature began rising about the same time and is currently steady at ~29°C. The instrument is still producing data, but it is highly degraded. This behavior may be a sign of an impending scan motor stall but requires further investigation. Options for recovery are limited.

NOAA-15 Scan Motor Failure

Harvey Mudd College Learn SDR Course with RTL-SDR, PlutoSDR and GNU Radio on YouTube

Professor Jason from Harvery Mudd College in California has recently uploaded a 23 lesson video series on software defined radio digital signal processing (DSP) concepts that can be learned with an RTL-SDR, PlutoSDR and GNU Radio.

If you're looking for a University level introduction to DSP this looks like a good hand on approach to learning. It covers concepts from a simple FM radio receove in GNU Radio, to doppler radar with PlutoSDR, to digital modulation, pulse shaping, GPS reception and more.

All the GNU Radio flowgraphs are available on their class GitHub as well.

Playlist: Learn SDR with Prof Jason

The NOAA-15 Weather Satellite may be Failing (Again)

The NOAA APT weather satellites are popular because they fly over most places on earth frequently, and they are easy to receive images directly from with modest hardware such as an RTL-SDR and v-dipole antenna.

Three NOAA APT satellites currently operational include NOAA-15, NOAA-18 and NOAA-19. The satellites are however long past their rated mission age, with NOAA-15 being almost 25 years old now.

Unfortunately NOAA-15 appears to be having trouble with it's image scanning motor at the moment, and it is producing corrupted images. This problem has occurred in the past in 2018 and 2019, before fixing itself, so the hope is that it will fix itself again this time.

NOAA does not appear to have released any information about the outage yet on their General Satellite Messages page.

We also wanted to note the recent news that NOAA will be transitioning NOAA-15, 18 and 19 to a private company for on-orbit operations.

niliBOX: Software for Managing RTL-SDRs and other Radios Locally and Remotely

niliBOX is a multiplatform software package in beta release that can be used to manage radio devices such as Icom radio scanners and RTL-SDRs remotely or locally. It is the evolution of the older 'PCR Anywhere' software which was specifically designed for controlling Icom Radio scanners.

Over on YouTube user Danny Shortwave And Radio DX has uploaded a video demonstrating the RTL-SDR module being used in niliBOX with his RTL-SDR Blog V3 SDR. He writes:

niliBOX developed a software for various models of computer controlled radios and also for the RTL-SDR software defined radio. I will demonstrate this by running the software while tuning the mediumwave stations. The antenna I'm using is the MLA-30 active loop antenna. This is their first initial release of this software. I will make a series of videos showing this program working. Stay Tuned. This is Version 1.0.0

They currently have Windows 64 Bit. Tested on Windows 7, 10 and 11. They also have Linux version, tested on Ubuntu and Centos 64 Bit. And also a Apple Mac version, tested with MacOS 10.14, 10.15, 11 and 12. They are also coming soon with Android and IOS versions.

Brief Demonstration of new niliBOX software for the RTL-SDR V.3 SDR USB Dongle

ADS-B Radar Android App Updated with Open Street Maps

Thank you to James Mainwaring for letting us know about the latest update to his "ADS-B Radar (RTL-SDR)" Android App. The update brings an Open Street Map (OSM) display, allowing for aircraft to be directly plotted on the map.

As before the app works with an RTL-SDR directly connected to the Android device, and also has a radar like display.

James also has other apps on the Google Play store for FM Radio, Airband and Ham Radio listening.

ADS-B Radar App for Android

A WebUSB Based RTL-SDR Aircraft ADS-B Decoder

Over on GitHub @devdevcharlie has uploaded open source Javascript code for creating an ADS-B Aircraft Radar system entirely within a web browser. The code makes use of the Web USB API, which enables USB devices like RTL-SDR dongles to connect directly to the code running in the web browser.

In her blog post, Charlie explains her code in greater detail, noting that it draws inspiration from AirplaneJS and rtlsdr.js. She explains how the Web USB API works, how to process the raw ADS-B data, and what her final setup looks like.

A demo site that you can use to directly connect to your RTL-SDR is available here.

In the past we've seen other WebUSB projects, like "aprs-sdr" which creates an APRS repeater system using a HackRF.