THE QUICK TAKE
  • XDA Developers has covered at least three separate ESP32-S3 flight-tracker builds since June 2026, suggesting a genuine independent micro-trend rather than a single viral project.
  • The newest build, attributed to a creator called Vadmalis by XDA Developers, reportedly adds space-launch monitoring, but its source code has not yet been released, per that same report.
  • Several of these projects reportedly require zero soldering and flash straight from a browser tab, which according to project documentation dramatically lowers the barrier for non-expert builders.

What Folks Are Chattering About

Well, butter my biscuit and call me impressed — somewhere between June and August 2026, at least five separate makers independently decided that staring at the ceiling wondering what that rumbling plane was just ain't good enough anymore. According to coverage across XDA Developers, Hackster.io, DigiKey's maker platform, and Hackaday, a loose cluster of open-source projects has converged on Espressif's ESP32-S3 microcontroller as the go-to brain for a sub-$35 desk gadget that shows live overhead aircraft in real time. The chatter ain't coming from one PR firm either — these are individual builders posting to GitHub and Reddit, with editorial outlets picking up each one separately like hound dogs catching different trails off the same fox.

The through-line across all of 'em is ADS-B, which stands for Automatic Dependent Surveillance-Broadcast. As documented by LavX News and Hackaday.io, every properly equipped commercial aircraft continuously transmits its own position, altitude, speed, and identifier. These little ESP32 boards grab that data — either straight off the air with a radio dongle or through cloud APIs — and paint it onto a touchscreen sitting right there next to your coffee mug. It is, as one might say back home, watching the sky without ever getting up off the porch.

What Is Actually Known and Documented

XDA Developers reported on a project called FlightScnr, built by a maker named Yash Mulgaonkar, which runs on a LilyGO T-Encoder Pro and, according to that report, requires zero soldering. XDA Developers notes it polls flight position data from adsb.fi while caching supplementary route information from AirLabs, FlightAware, and FR24 to stay inside free-tier API limits — clever as a one-eyed coon working a trash-can lid.

A second build, called esp32flight and documented independently by both XDA Developers and its own GitHub repository maintained by user theqkash, runs on a Waveshare ESP32-S3 Touch LCD 7-inch board that costs roughly $35. According to XDA Developers and the project's GitHub page, it flashes entirely from a browser tab with no accounts or API keys needed, refreshes every eight seconds, and can display up to 80 aircraft within a user-configurable radius of 10 to 250 nautical miles. That is about as plug-and-play as a project gets without somebody just handing you the dang thing already assembled.

XDA Developers also covered a third ESP32-S3 tracker originally built as a module for a custom handheld game console by a GitHub user identified as emir173. According to that report, it uses the OpenSky Network API, polling every 120 seconds, and renders aircraft data across a dual TFT-plus-OLED screen setup with joystick controls. Separately, Hackster.io independently documented a desktop ESP32-C3 build it called a 'Micro Radar,' featuring a 1.28-inch round IPS display and, per that report, no soldering required. And DigiKey's maker platform published a full step-by-step guide for a real-time air traffic radar using an ESP32-S3 CrowPanel 7-inch HMI display, which DigiKey says also skips soldering and uses a free ADS-B API key.

The Newest Build: Flights AND Space Launches, But Hold Your Horses

The freshest log on this particular fire, reported today by XDA Developers, comes from a maker the outlet refers to as Vadmalis. According to XDA Developers, this build stacks space-launch monitoring on top of live overhead flight tracking and features type-specific aircraft icons, detailed per-aircraft views, and a world-map mode that can project a flight's path six to twelve hours out. That sounds fancier than a rhinestone belt buckle at a county fair.

Here is the big ol' muddy pothole in the road, though: XDA Developers specifically notes that Vadmalis has not yet released the source code for this project. That means right now it cannot be independently reproduced, verified, or poked at by anyone outside the creator's own machine. Coverage of this specific build rests on that single XDA article published today. Until the code drops, this one is more 'pretty screenshots on the internet' than 'thing you can actually build this weekend.'

What Stays Unverified and Genuinely Murky

Beyond the missing source code situation, there are some real practical disagreements baked into this trend that nobody has fully ironed out. Some of these projects receive ADS-B data directly off the air using an RTL-SDR radio dongle, meaning they work fully offline with truly real-time data. Others pull from cloud APIs like OpenSky Network, adsb.fi, or FlightAware, which introduces polling delays ranging up to 120 seconds in some builds and creates a dependency on those services keeping their free tiers alive. That is the difference between drinking from your own well and hoping the county water district ain't doing maintenance.

Hardware costs and setup complexity also vary more than the cheerful headlines let on. The esp32flight board runs roughly $20–$35 and needs nothing but a browser to configure, per XDA Developers and the project's own GitHub. Builds requiring a separate RTL-SDR dongle and antenna pile on additional cost and setup steps that casual builders may not anticipate. Whether any of these projects remain reproducible long-term if API free tiers get tightened is a question none of the current coverage addresses head-on.

Our Analysis: A Real Micro-Trend, With Honest Asterisks

This is analysis, not settled reporting: the simultaneous emergence of at least five independent builds — across different hardware platforms, different API backends, and different makers with no apparent coordination — does look like a genuine grassroots micro-trend rather than a single viral project getting laundered through multiple headlines. The ESP32-S3 appears to have hit a sweet spot of price, Wi-Fi capability, and display support that makes it irresistible for ambient-display hobbyists the same way a good cane pole is irresistible to anyone standing next to a stocked pond.

That said, analysis again: the practical gap between 'cool demo on Reddit' and 'reliable always-on appliance you set and forget' remains wide. API rate limits, firmware maintenance, and the yet-unreleased code from the most feature-rich build all represent friction that will separate the determined tinkerers from the folks who buy the board and leave it in a drawer. Whether this coalesces into a lasting maker category or just a summer of screenshots is genuinely unknown right now. But for thirty-odd dollars and a free weekend, the barrier to finding out is mighty low.

Who is doing the hollering

These links show where the chatter came from. A link is attribution, not our endorsement or independent confirmation.

  1. This ESP32-S3 build lets you monitor overhead flights and space launches from your deskXDA Developers · specialist
  2. This ESP32 project shows you what's flying overhead from the comfort of your deskXDA Developers · specialist
  3. This ESP32 flight tracker shows what's in the sky around you, and it installs from a browserXDA Developers · specialist
  4. You, too, can build this ESP32 plane tracker to keep an eye on the skiesXDA Developers · specialist
  5. Build a Desktop Flight Tracker with an ESP32 and Zero SolderingHackster.io · specialist
  6. Real-Time Air Traffic Radar using ESP32 + ADS-B DataDigiKey Maker · specialist
  7. Air Traffic Radar using ESP32 + ADS-B DataHackaday.io · specialist
  8. esp32flight — standalone desk flight radar on a single ESP32 board with a 7" touchscreenGitHub (theqkash) · primary
  9. Build an ESP32 plane tracker for a live view of nearby flightsLavX News · specialist
Revision record

Last checked Aug 3, 2026, 5:07 AM EDT. Talk Around Town: The most recent build (flight + space launches, 'Vadmalis') has not yet released source code, so it cannot be independently reproduced or fully verified. Coverage of that specific project rests on a single XDA article published today.