Tagged: ads-b

ADSBee: ADS-B and UAT Reception and Decoding On an RP2040 Microcontroller

ADSBee is an open-source project that has implemented a 1090 MHz ADS-B decoder on a Raspberry Pi RP2040 microcontroller using a programmable I/O (PIO) pin. 

PIO pins cannot handle RF signals, so the ADSBee front end is a critical analog circuit that enables this to work. It consists of a 1090 MHz SAW filter to remove other signals, a low-noise amplifier, and, critically, a log-power detector, which essentially converts the pulse-position-modulated 1090 MHz ADS-B signal to baseband, which the PIO can handle.

However, this same trick does not work for 978 MHz UAT, as UAT signals are not pulse position modulation like ADS-B. Instead, for UAT support, the ADSBee design takes a more traditional approach, using a CC1312 sub-GHz transceiver chip connected to the RP2040.

Finally, an ESP32 S3 is added to the stack to enable networking via WiFi, allowing for received and decoded data to be used.

The project is entirely open source on their GitHub, apart from some of their commercial PCB designs. They also have a store, where they sell pre-made kits. A kit consisting of the ADSBee, 1090 MHz Antenna, and 978 MHz costs US$152in total. They are also selling an industrial model for $995, which includes PoE power.

ADS-Bee 1090 MHz and Sub-GHz Boards
ADS-Bee 1090 MHz and Sub-GHz Boards

Tech Minds: Testing Out A New Signals Intelligence Tool Called Intercept

Over on the Tech Minds YouTube channel, Matt has uploaded a video where he tests out 'Intercept', a new tool for RF signals intelligence with RTL-SDRs and other wireless devices. It is open source with code available on GitHub and can be installed on Linux and OSX devices.

Intercept is a tool that combines multiple external decoder tools into one easy-to-access web interface. It is capable of the following:

  • Pager Decoding - POCSAG/FLEX via rtl_fm + multimon-ng
  • 433MHz Sensors - Weather stations, TPMS, IoT devices via rtl_433
  • Aircraft Tracking - ADS-B via dump1090 with real-time map and radar
  • Listening Post - Frequency scanner with audio monitoring
  • Satellite Tracking - Pass prediction using TLE data
  • WiFi Scanning - Monitor mode reconnaissance via aircrack-ng
  • Bluetooth Scanning - Device discovery and tracker detection

We note that features like WiFi and Bluetooth scanning will require a separate WiFi and Bluetooth adapter to be connected. In terms of supported SDR hardware, Intercept supports RTL-SDRs, as well as any SDR supported by SoapySDR.

In the video Matt shows how to install Intercept, and shows it decoding data from the various supported signal types.

Intercept Radio Signals For Intelligence Gathering With An RTL SDR

Glide Path: ADS-B Visualization Software

Thank you to Kazuya for submitting an aircraft tracking app that he's created for use with RTL-SDR dongles and dump1090. The program currently exists only as Visual C++ code and is documented in Japanese, so it may be somewhat niche and intended for advanced users to try out. Kazuya writes:

I live near Tokyo Bay, so I enjoy watching the takeoffs and landings at Haneda Airport.

The unique feature of this app is that it visualizes the descent angle, which is difficult to see on a flat map.

This app has not been available for distribution. If you are an intermediate Visual C++ user, you may be able to rebuild or modify the app.

Topographical and landmark information is in text files, allowing you to customize area information in more detail for your airport.

----

(3) Glide_Path
Can be built independently.

Execution Environment
Copy the folder (ADS_GLIDE_PATH) to C:.

・When using an ADS antenna
Install the ADSB antenna and driver software on your PC.
(As a mid-way test, you will be able to listen to radio broadcasts on your PC.)
Launch dump1090_with_StdinAPL1.bat to ensure that tmp_ADS_B-0000****.txt is continually generated in C:\ADS_GLIDE_PATH\tmpDataFolder.

- Without an ADSB antenna
You can use the data in DemoData (approximately 30 minutes, 6,000 entries) to check the software's operation.
(Procedure) Launch Glide_Path.exe and, on the parameter change screen, set [S001] Demo Mode to 1.
Exit Glide_Path.exe and restart it. The Start Demo button will appear; press it.

(4) Stdin_Apl1
Can be built independently.
This is an auxiliary program when using the ADS antenna described above in (3). Stdin_Apl1.exe
This program parses the standard output of dump1090.exe, provided by the ADS antenna manufacturer, into a text file and processes the data so that it can be read by Glide_Path.exe.

Kazuya's ADS-B Visualization Software
Kazuya's ADS-B Visualization Software

Decoding ADS-C with a Cheap Aliexpress LNB and SDRplay RSP1B

Thank you to Nagy István for sharing with us his setup for decoding ADS-C with a 180cm prime focus dish, a cheap Aliexpress LNB, an Aliexpress bias tee, and an SDRplay RSP1B.

István receives the ADS-C signal from the Inmarsat 4A-F4 satellite, which he can see from his home in Hungary. 

István also notes the following information about the Chinese LNB:

This LNB original for DVB reception, but it works on Inmarsat reception, 3.6Ghz where ADS-C signals are, without any modification... But sometimes you need correcting frequency because of LNB oscillator drifting. I don't use dielectric plate, I don't have any material for this, at the moment.

Compared to ADS-B, which continuously broadcasts an aircraft’s GPS position and velocity to any ground station or nearby aircraft, ADS-C instead sends position reports via satellite, and is especially used over oceans and remote areas without ADS-B ground receivers.

However, ADS-C is relatively complex for hobbyists to receive due to the need for a large satellite dish and LNB to convert the 3.6 GHz frequency down to a frequency receivable by most SDRs. However, fortunately, as István shows, the LNB can be obtained cheaply these days.

Inmarsat ADS-C decoding with Jaero and Virtual Radar

ADS-C Being Received with an 1.8m dish, cheap Aliexpress LNB and SDRplay RSP1B.
ADS-C Being Received with an 1.8m dish, cheap Aliexpress LNB and SDRplay RSP1B.

Saveitforparts: Tracking US Government Spy Planes over your Neighbourhood

In his latest YouTube video, Gabe from the saveitforparts channel has uploaded an interesting video detailing how he's tracking government spy planes over his neighbourhood using SDRs to monitor ADS-B data, and Orbic hotspots to detect Stingray activity (fake cell tower basestations).

In the video, Gabe highlights how he detects and follows a suspicious aircraft, concluding that it is most likely a DEA surveillance plane. This conclusion is supported by the fact that the ADS-B data is censored on FlightRadar24, something which normally only happens with law enforcement aircraft, as well as private jets. Upon zooming in on the aircraft with a camera, various antennas and cameras are also visible on the belly. Finally, Gabe found that the plane's registration number is linked to a Texas-based shell company with connections to the DEA.

In the video Gabe also tests out the RayHunter custom firmware for Orbic mobile internet to WiFi hotspot devices. This custom firmware turns these devices into Stingray detectors. A Stingray is a fake cellular base station that is often used by law enforcement to spy on cell phone activity.

Is That Really A Government Spy Plane Over My Neighborhood?

A Video Tutorial on Setting up RTL-SDR ADS-B Reception with Dump1090 and Virtual Radar Server

Thank you to Paul Maine for writing in and letting us know about his YouTube video showing how to set up ADS-B reception with an RTL-SDR, dump1090, and Virtual Radar Server on a Windows machine. ADS-B reception is a common project for RTL-SDR users; however, as Paul notes, most of the video tutorials available on YouTube are outdated.

Paul has also been uploading other videos to his YouTube channel recently, including tutorials on GNU Radio and setting up rtl_433, so check it out if you are interested.

E11 Tracking Airplanes using RTLSDR with Virtual Radar and ADS-B

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

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