Tagged: APT

Demonstrating the New 3D Maps in SDRAngel

In December of last year we posted about a video demonstrating the many features that the SDRAngel software comes standard with. Recently they've added a new feature which are 3D maps that can be used to visualize signal data.

In the latest video demonstration they show these 3D maps projecting NOAA weather satellite images onto a 3D globe and at the same time tracking the NOAA satellites over the globe as it produces imagery. They also show the software visualizing a 3D model of aircraft on the globe, using live ADS-B data to show aircraft maneuvers when taking off, cruising and landing. With multiple SDRs they also show how the visualization can be combined with air traffic voice. Finally they also show marine vessels being visualized via live AIS data. There appear to be a wide range of vessel 3D models implemented.

SDRAngel Features Overview: ADS-B, APT, DVB-S, DAB+, AIS, VOR, APRS, and many more built-in apps

SDRAngel is a general purpose software defined radio program that is compatible with most SDRs including the RTL-SDR. We've posted about it several times before on the blog, however we did not realize how much progress has occurred with developing various built in plugins and decoders for it.

Thanks to Jon for writing in and sharing with us a demonstration video that the SDRAngel team have released on their YouTube channel. From the video we can see that SDRAngel now comes stock with a whole host of built in decoders and apps for various radio applications making it close to an all-in-one SDR platform. The built in applications include:

  • ADS-B Decoder: Decodes aircraft ADS-B data and plots aircraft positions on a map
  • NOAA APT Decoder: Decodes NOAA weather satellite images (in black and white only)
  • DVB-S: Decodes and plays Digital TV DVB-S and DVB-S2 video
  • AIS: Decodes marine AIS data and plots vessel positions on a map
  • VOR: Decodes VOR aircraft navigational beacons, and plots bearing lines on a map, allowing you to determine your receivers position.
  • DAB+: Decodes and plays DAB digital audio signals
  • Radio Astronomy Hydrogen Line: With an appropriate radio telescope connected to the SDR, integrates and displays the Hydrogen Line FFT with various settings, and a map of the galaxy showing where your dish is pointing. Can also control a dish rotator.
  • Radio Astronomy Solar Observations: Similar to the Hydrogen line app, allows you to make solar measurements.
  • Broadcast FM: Decoding and playback. Includes RDS decoding.
  • Noise Figure Measurements: Together with a noise source you can measure the noise figure of a SDR.
  • Airband Voice: Receive multiple Airband channels simultaneously
  • Graves Radar Tracker: For Europeans, track a satellite and watch for reflections in the spectrum from the French Graves space radar. 
  • Radio Clocks: Receive and decode accurate time from radio clocks such as MSF, DCF77, TDF and WWVB.
  • APRS: Decode APRS data, and plot APRS locations and moving APRS enabled vehicles on a map with speed plot.
  • Pagers: Decode POCSAG pagers
  • APRS/AX.25 Satellite: Decode APRS messages from the ISS and NO-84 satellites, via the built in decoder and satellite tracker.
  • Channel Analyzer: Analyze signals in the frequency and time domains
  • QSO Digital and Analog Voice: Decode digital and analog voice. Digital voice handled by the built in DSD demodulator, and includes DMR, dPMR and D-Star.
  • Beacons: Monitor propagation via amateur radio beacons, and plot them on a map.

We note that the video doesn't show the following additional features such as an analog TV decoder, the SDRAngel "ChirpChat" text mode, a FreeDV decoder and several other features.

Decoding NOAA on an Debian Chrooted Android Smartphone

Over on Reddit Ian Grody (u/DutchOfBurdock) has posted about his success in using a modded Android smartphone to run an RTL-SDR Blog V3 and NOAA decoder software all within the phone itself.

In the past we posted about Ian's work in getting rtl_power scans to work in conjunction with the Tasker app, in order to generate automated frequency scans on his phone on the go. His more recent work from the past year includes showing us how it's possible to install Debian chroot on an Android phone, and run Linux software like GQRX, GNU Radio, DSD, rtl_433, multimon-ng and dump1090 directly on the phone with an RTL-SDR.

His latest Reddit post shows that the NOAA-APT decoder also runs well on the Debian chroot, leading to a truly portable NOAA decoding setup. He notes that he is now working on the possibility of Meteor M2 decoding on the phone.

Below is his video from last year demonstrating SDR GQRX and GNU Radio running on the Debain chrooted phone.

GQRX, GNU Radio, Rooted Android

Using 50 Lines of Python Code to Decode NOAA APT Weather Satellite Images

There are already many image decoders for the NOAA APT weather satellites available, with the most common and feature rich program being the abandoned freeware "WXtoIMG".

However many people may not know how simple the APT digital signal processing code is. Over on his blog post Dmitrii Eliuseev explains how only 50 lines of Python code are required to decode an image from received APT audio. Dmitrii's post shows how a Hilbert transform is used on the APT audio which is essentially the entire decoding step. This is then followed by a for loop that calculates the pixel luminosity from the decoded data, and plots it onto an image file. 

Of course the image is only grayscale (or in Dmitrii's case he decided to use greenscale), but adding false color and various other image enhancements found in advanced software like WXtoIMG are just standard image processing techniques.

Dmitrii concludes with the following:

Interesting to mention, that there are not so many operational radio communication systems in the world, the signal of which can be decoded using 20 lines of code. The NOAA satellites are about 20 years old, and when they finally will retire, the new ones will most likely be digital and format will be much more complex (the new Russian Meteor-M2 satellite is already transmitting digital data at 137 MHz). So those who want to try something simple to decode can be advised to hurry up.

[Also mentioned on Hackaday]

Simple decoding of NOAA APT satellites in Python

FAASGS: A Setup to Build a Fully Automatic Amateur and APT Weather Satellite Ground Station

Over on GitHub stdevPavelmc has released his software called FAASGS (Fully Automatic Amateur Satellite Ground Station). FAASGS is an open source program that allows RTL-SDR users to set up a satellite ground station that tunes, record and generate images for NOAA APT weather satellites, as well as records FM amateur radio satellites. The software runs on a single board computer such as a Raspberry Pi, however in the authors own setup he uses an Orange Pi Prime board. The features include:

  • Web interface to see the next passes, the recorded ones, and details for it.
  • Receive any satellite in FM mode (SSB is possible but no there is doppler control yet, so no SSB by now)
  • Record the satellite pass and keep the audio for later.
    • APT WX audio is preserved in wav format and 22050 hz of sampling (the format wximage needs to work with)
    • FM audio satellites is preserved in .mp3 mode but with high quality settings, and other tricks.
      • The spectrogram of the audio is embedded as album art (see below).
      • The pass data and receiving station are stored in the mp3 tags.
  • Automatic decode APT images from WX sats (NOAA 15, 18 and 19)
  • For the voice FM sats we craft a spectrogram and embedd the metadata of the pass on the image
FAASGS main screen showing recordings
FAASGS screen showing an FM amateur radio satellite pass

Explaining the 9A4QV V-Dipole Design for Receiving 137 MHz Weather Satellites

Back in 2017 we posted about Adam 9A4QV's simple V-Dipole antenna design which works very well for receiving NOAA and Meteor weather satellites at 137 MHz. This type of antenna is a lot easier to build compared to a QFH or turnstile, and it results in good performance if built and set up correctly. Over the years he notes that he's received a number of questions asking to clarify the design and so he's uploaded a YouTube video which explains the built and dimensions of the antenna clearly.

137 MHz WX-SAT original 9A4QV V-dipole antenna

Open Weather: An Artistic Performance Involving Live NOAA APT Signal Decoding for Sound Arts Festival

Just after our post a few days ago about an art project involving weather satellite reception with SDRs, we received a story submission about an artistic performance with similar weather satellite and SDR themes. The submission from Sasha Engelmann reads:

Open Work, Second Body is a live-streamed performance by designer Sophie Dyer (@sophiecdyer) [M6NYX] and geographer Sasha Engelmann (@sashacakes) [M6IOR] in collaboration with the author Daisy Hildyard. The work was performed twice during Reveil 2020, a global sound arts festival streaming sounds from listening points around the planet on the day of the International Dawn Chorus.

Open Work, Second Body asks: From the climate crisis to coronavirus: what are the tools we need to make sense of events unfolding on vastly disparate scales? Through spoken word, field recordings and live radio reception of two NOAA satellite images, the work probes the porous boundaries between our bodies, local atmospheres and weather systems.

Still image capture from livestream of Open Work, Second Body, AM performance, May 2nd 2020

Due to lockdown constraints in London, Sophie and Sasha were not able to be in the same place or to leave their apartments, so they performed the work via simultaneous streams from their respective balconies in South East and North West London. Using RTL-SDRs, Turnstile antennas, Open Broadcast Software and collaborating with two NOAA satellite passes, Sophie and Sasha shared the process of decoding NOAA satellite images with hundreds of viewers around the world, employing spoken word poetry and field recordings to complicate relationships of local and global, weather and climate, the individual and the collective. 

Recordings of the performances can be found at the links below. 

☀️Morning: https://youtu.be/-5JrxwNpJqI [performance starts at 05:25]
?️ Afternoon: https://youtu.be/h88zaCtX8cw [performance starts at 05:00]

Still image capture from livestream of Open Work, Second Body, PM performance, May 2nd 2020
Still image capture from livestream of Open Work, Second Body, PM performance, May 2nd 2020

Open Work, Second Body is part of Sophie and Sasha's larger artistic research and design project Open Weather, which employs ham radio, open data and feminist theories and approaches to build new and diverse communities around satellite image decoding and weather sensing. The Open Weather web platform will be launched in Summer 2020 and will host an archive of SDR-generated weather images, visually rich how-to guides for those with no radio and engineering experience, and material about Sophie and Sasha's collaborative artistic practice. 

For Open Work, Second Body, Sophie and Sasha would like to thank the Soundcamp Team: Grant Smith, Dawn Scarfe, Christine Bramwell, Maria Papadomanolaki and Ciara Drew. They are grateful to Daisy Hildyard for her willingness to be in conversation with them, Bill Liles NQ6Zfor technical advice, Jol Thoms for sound design, Rachel Dedman, Laure Selys and Arjuna Neuman (Radio Earth Hold) for early curatorial input, Akademie Schloss Solitude for the support of a residency, the satellites NOAA 18 and NOAA 19 and the RTL-SDR and wider ham radio community. 

http://www.sophiedyer.net

http://www.sashaengelmann.com

It's very cool to see technical hobbies like ours starting to make an impact in art and reaching a wider audience. More content and images available on Sophie's Open Weather webpage, and Sasha's Open Weather webpage
Open Weather Live Stream

A Few GOES Reception Tips and Info on Receiving EMWIN Data

Thank you to Carl Reinemann for writing in and sharing his website that contains a few tips that he's learned when setting up an RTL-SDR based receiver for GOES 16/17 weather satellite image reception.  As well as the tips, he's uploaded a nice set of images that show his setup, and several of the images he has received.

In addition, he's also noted how the default config files provided by goestools do not download EMWIN (Emergency Managers Weather Information Network) images. EMWIN images are not photos, but rather weather forecast and data visualizations that may be useful for people needing to predict or respond to weather. Over on his Github he's uploaded a modified version of goestools which has config files for EMWIN and other image products that might be of interest to some.

If you're interested, Carl Reinemann also has various bits of information about building APT/Meteor satellite RTL-SDR receivers on his main site too. Of interest in particular is his notes on creating wide area composites of NOAA APT images with WXtoIMG which we have posted about in the past.

Some EMWIN Images Received by Carl Reinmann's GOES receiver.
Examples of some EMWIN Images Received by Carl Reinemann's GOES receiver.