The starter kit is short: a receiver dongle, an antenna that actually matches the frequencies you want, a cable to get that antenna to a window, and free software. Almost every frustrating first evening with an SDR comes from skipping one of those four, usually the antenna.
Everything here is a listening and learning tool. An SDR shows you what is being transmitted near you; it does not identify who is transmitting or why, and it makes no promises about finding anything in particular. Treat it like a very wide-band scanner with a screen.
What a beginner actually needs
- One RTL-SDR class dongle with an SMA connector and a TCXO
- A dipole or telescopic antenna kit with a base and a few meters of cable
- A shielded USB extension so the dongle sits away from the laptop
- A handful of SMA adapters, including RP-SMA for WiFi-style antennas
- Free SDR software for your operating system (listed below)
- Optional: a 10 dB attenuator if you live near a broadcast tower
- Optional: an HF antenna or upconverter for shortwave listening
- Optional: a powered USB hub if you plan to run two receivers
What an SDR is
A traditional radio does its tuning and demodulation in hardware, one band and one mode at a time. A software defined radio does the minimum in hardware: it grabs a slice of spectrum, a couple of MHz wide, converts it to numbers, and sends those numbers over USB. The computer does the rest. Change the software and the same dongle is an FM receiver, an aircraft transponder decoder, a weather satellite image receiver, or a spectrum display.
The dongles most beginners start with are RTL-SDR class devices, built around a chipset originally made for USB TV tuners. Modern versions add a stable oscillator, a metal case, and an SMA antenna jack. They receive from roughly 500 kHz to 1.7 GHz and cost about as much as a takeout dinner. They receive only; they cannot transmit.
What you can hear
- Aviation (118 to 137 MHz): tower, approach, and pilots talking in AM voice. Clear and easy on a first night.
- ADS-B (1090 MHz): position broadcasts from aircraft. Free decoders put them on a live map of your own sky.
- Weather satellites (137 MHz): NOAA and Meteor passes can be decoded into images with a simple V-dipole antenna.
- Amateur radio (144 and 430 MHz): local repeaters and simplex chatter in narrow FM.
- ISM bands (433 and 915 MHz): wireless thermometers, tire pressure sensors, doorbells, and remotes. Software such as rtl_433 decodes many of them.
- FM broadcast and NOAA weather radio: useful for confirming the dongle and antenna are working at all.
What you cannot do: hear encrypted traffic, cellular calls, or anything the dongle's tuner does not cover. Check local rules on what may be received and shared where you live.
The minimum kit, and why each part matters
The dongle
Look for the R820T2 or R828D tuner, a 1 ppm TCXO so the frequency does not drift as the case warms up, and an SMA connector. The cheapest MCX-connector TV sticks work, but they drift, overheat, and need an extra pigtail before you can attach a real antenna.
The antenna
The stubby whip that comes in some kits is a compromise for every band and good at none. A dipole kit with telescopic elements lets you set the length for the band you want: extend each element to about a quarter wavelength (roughly 50 cm each for airband, about 20 cm for 433 MHz). Get it near a window or outside; a meter of height beats any amplifier.
The cable and the USB extension
Use 50 ohm coax (RG-58 or RG-174) between antenna and dongle, and a shielded USB extension between dongle and laptop. The laptop is the noisiest thing in the room; every centimeter of distance helps.
Common first mistakes
- No antenna, or the wrong one. A dongle with nothing attached shows a flat noise floor and a few spurs. That is not a broken dongle. Attach the antenna, extend it, and put it by a window.
- USB noise. Vertical lines every few hundred kHz usually come from the laptop or its charger. Move the dongle with an extension, clip a ferrite on the cable, and try battery power.
- Gain set to maximum. Too much gain overloads the tuner and paints ghost copies of strong FM stations across the band. Start around 20 to 30 dB and raise it until the noise floor just starts to lift.
- Wrong sample rate or mode. Airband is AM, ham repeaters are narrow FM, broadcast is wide FM. Pick the right mode before deciding the signal is unreadable.
- Expecting a scanner. Squelch and scanning exist in most SDR software but are not the default. Set the squelch first.
Free software to pair with
- SDR++ (Windows, macOS, Linux): a clean general receiver with a waterfall.
- SDR# (SDRSharp) (Windows): the long-running default with a large plugin library.
- GQRX (Linux, macOS): simple, stable, scriptable.
- dump1090 / tar1090: ADS-B decoding and a local aircraft map.
- rtl_433: decodes ISM band sensors and remotes into readable data.
- SatDump: weather satellite image decoding.
- SDR Touch or SDRangel (Android with an OTG adapter): SDR on a phone.