Skip to content

Choosing an ADS B Receiver

Daniel Frenkel edited this page Jun 25, 2026 · 2 revisions

Choosing an ADS-B Receiver

Blipscope works out of the box with the cloud Flight Data and Updates feed (OpenSky), so you don't need any of this to get started. But if you want the smoothest, most accurate radar β€” about once-a-second updates with no daily limit, working even when OpenSky is down β€” you can run your own ADS-B receiver and point Blipscope at it. This page is the shopping guide for building that receiver yourself.

πŸ›°οΈ Already have a receiver running (dump1090-fa, readsb, PiAware, tar1090, or an ADS-B Exchange feeder image)? Skip the shopping and head straight to Network and Setup to point Blipscope at it.

What a receiver is made of

A home ADS-B receiver is just three parts:

Part What it does
SDR USB dongle A software-defined radio that tunes the 1090 MHz band aircraft broadcast on.
1090 MHz antenna Picks up the signal. The single biggest factor for range.
Decoder software on a Raspberry Pi Turns the radio signal into aircraft positions and serves them on your network. Any Pi 2 or newer β€” even a Pi Zero 2 W β€” is plenty; the decoder is light.

The dongle and antenna are what you buy; the software is free.

Recommended buys

🟒 Starter combo β€” best value

Both ends are SMA, so they screw straight together with no adapter, and the pair comes in well under the price of an all-in-one kit. This is the combo to get for most people.

In an RF-noisy spot you can add a 1090 MHz band-pass filter later β€” but try without one first; you may not need it.

πŸ”΅ Better filtering β€” if you can find one

  • A FlightAware Pro Stick Plus has a 1090 MHz filter and amplifier built in, so it shrugs off nearby noise. Pair it with the same SMA antenna above (no adapter needed).

It's frequently out of stock, so don't wait on it if the Nooelec combo is available.

πŸ”΄ What to avoid

⚠️ Avoid the RTL-SDR Blog V4 kit β€” its tuner chip was discontinued, so remaining stock sells at inflated prices. The RTL-SDR Blog V3 (still in production) is a fine dongle if you already own one, but you'd still need to add a 1090 MHz antenna.

The one tip that matters most

πŸ“‘ Antenna height and sky view beat everything else. A cheap antenna in an attic or an upstairs window will out-range an expensive one sitting on your desk. Get the antenna as high and as unobstructed as you reasonably can before spending more on hardware.

Software: the quickest path

Flash the PiAware SD-card image to your Pi. It bundles dump1090-fa, which serves exactly the feed Blipscope reads, and it earns you a free FlightAware account for feeding (which also bumps your OpenSky-style perks if you feed there too).

Once it's running, open the receiver's map in a browser at http://<pi-ip>:8080/ to confirm it's seeing aircraft.

Other decoders Blipscope can read from, if you prefer them: readsb, tar1090, or an ADS-B Exchange feeder image.

Once it's built

Point Blipscope at your receiver from the config page β€” set Data source to My own ADS-B receiver and enter its address. PiAware / dump1090-fa serve on port 8080, so use http://<pi-ip>:8080. Full steps are on Network and Setup.

Related

Clone this wiki locally