Tagged: Automatic dependent surveillance broadcast

TechMinds: Building a Portable ADS-B Aircraft Tracker and VHF Airband Radio Receiver

Over on the TechMinds YouTube channel, Matt has uploaded a video demonstrating a portable ADS-B aircraft tracker with VHF airband radio reception as well. The build consists of a 7-inch screen, Raspberry Pi 4 and two RTL-SDR dongles.

In the video, Matt shows what hardware is required, how it's all put together, and how to install the OS and software and set it up. The software Matt uses for displaying aircraft is tar1090, a comprehensive web interface for ADS-B data. For receiving AM VHF airband communications, he uses an HTML5-based RTL-SDR receiver that can run directly in the Chromium browser and connect to a local RTL-SDR through the web interface.

Your Very Own Aircraft Tracker With VHF Airband Radio - RTL-SDR & PiADSB

Skies-ADSB Updated to V2.0.3

Back in 2022, we first posted about the release of skies-adsb, a browser-based app that uses ADS-B data from an RTL-SDR to provide a 3D view of the air traffic around your area. Recently skies-adsb has been updated from version 1 to version 2, bringing with it several improvements.

The new improvements include:

  • Generate custom GeoJSON map layers from Natural Earth, FAA, and OpenStreetMap data
  • Aircraft trails visualization
  • Enhanced map renderer with multi-layer vector support:
    • Aerodromes
    • Airspaces
    • States / Provinces
    • Counties
    • Urban areas
    • Roads
    • Rivers
    • Lakes
  • New aircraft follow camera controls

The YouTube video below by the author demonstrates some of the new features.

skies-adsb v2 release - RTL-SDR ADS-B 3D plane tracking app

A Detailed Guide to Setting up RTL1090 for ADS-B Decoding

RTL1090 is a popular ADS-B decoder program that works with RTL-SDR dongles. With it, you can receive ADS-B signals from aircraft, decode them, and then pass that data to a mapping program to plot aircraft positions on a map.

Recently, RTL-SDR.COM reader Frank wrote in and wanted to share with us a detailed guide he's written on the process of setting up RTL1090. The guide starts by showing how to set up the RTL-SDR dongle by installing the WinUSB drivers via Zadig. It goes on to show how to download, unzip, and run RTL1090. Guides for RTL1090 V1, V2, and RTL1090 Scope are shown separately.

RTL1090 Scope
RTL1090 Scope

Updates to Knowle Consultants RTL-SDR Android Apps

Thank you to James Mainwaring, who wanted to write in and share that he has made some updates to his suite of Android apps, which include ADS-B Radar (RTL-SDR)FM Radio (RTL-SDR)Airband Radio (RTL-SDR) and HAM FM Radio (RTL-SDR).

James notes that all his apps now support the ability to connect to an rtl_tcp instance running remotely. He also writes that the ADS-B app now automatically downloads and displays photos of the aircraft being tracked via the API connection to planespotters.net.

ADS-B Radar (RTL-SDR) Android App now shows aircraft images.

A Tutorial on Setting up a XHSI Cockpit Display with Live Data from an RTL-SDR Receiving ADS-B

Back in 2017, we first posted about using a program called RTL1090-XHSI which is used to display a simulated aircraft cockpit using live data acquired directly from an RTL-SDR receiving ADS-B flight data from nearby aircraft. The ADS-B signal provides not only position and heading data but also information about altitude and speed, which is then used to simulate the cockpit display.

Recently Al wrote in and wanted to share with us a step-by-step tutorial that he has created that shows how to set this up. The guide shows how to download, install and use all the software programs required.

XHSI Cockpit Display with Live ADS-B Data Received by an RTL-SDR
XHSI Cockpit Display with Live ADS-B Data Received by an RTL-SDR

Setting up the Cheapest FlightAware ADS-B Feeder with RTL-SDR and Raspberry Pi 2W

Over on his YouTube channel, TAKEAPART has recently uploaded a new video showing how to set up a cheap ADS-B FlightAware feeder using an RTL-SDR Blog dongle, and a Raspberry Pi Zero 2W. The Raspberry Pi 2W is a US$15 computer that is capable of running the PiAware ADS-B feeding software which uploads ADS-B data to the FlightAware.com flight tracking service. If you are a contributor to this service, you can get a Premium FlightAware subscription for free.

In the video, TAKEAPART shows how to install the PiAware software on the Pi 2W, and how to configure the PiAware settings. Finally, he shows it in action, receiving flight data with a homemade 1/4 wave ground plane antenna.

Cheapest ADS-B feeder RTL-SDR and Raspberry Pi Zero 2W (PiAware/FlightAware)

Setting up an ADS-B Radar in a Vehicle Android Head Unit

Over on YouTube channel 'TAKEAPART' has uploaded a short video showing how he tracks aircraft via an RTL-SDR Blog V3 dongle and his car's Android head unit. The head unit is capable of running the ADS-B Radar App available on the Google Play store.

Once the app is installed, it's a simple matter of plugging in the RTL-SDR Blog V3 unit and running the app to start tracking aircraft.

How to ADS-B Radar in the CAR - Tracking Planes...

A Video on Radar-TUI: A Terminal User Interface Based ADS-B Display

Back in 2022 we first posted about adsb_deku and radar-tui, a TUI (terminal user interface) for displaying ADS-B aircraft locations with an RTL-SDR receiver. A terminal user interface means that no desktop GUI is required, instead, the map and aircraft are drawn in the terminal window using just text characters.

adsb_deku and radar-tui are based on the open-source ratatui library. Recently, Orhun, one of the maintainers of ratatui wrote in and wanted to share a YouTube video he created demonstrating radar-tui in action. In the video, Orhun explains the RTL-SDR, shows how to set up radar-tui, and shows a demo of it in action.

If you're interested in this type of application, another similar terminal based ADS-B UI is coole-radar which we also posted about previosuly in 2019.

RADAR-TUI: View planes around you from the terminal! (Terminal Tool of the Week #1)