โ๏ธ Getting Started โ Step by Step
โ ๏ธ RTL-SDR is receive only โ you listen but cannot transmit. Passive monitoring of most public broadcasts is legal worldwide. Always know your local laws for encrypted signals.
๐ก Best hardware: RTL-SDR Blog V4 (~$25 at rtl-sdr.com). Avoid cheap no-brand Amazon sticks โ they have worse noise, thermal drift, and poor driver support.
Buy your hardware
Get the RTL-SDR Blog V4 from rtl-sdr.com โ it includes the dongle + a multipurpose antenna kit. Plug into USB 2.0 or 3.0. Do NOT open any software yet โ install the driver first or things will break.
Install the WinUSB driver (Windows)
Download Zadig from zadig.akeo.ie. Run it, go to Options โ List All Devices, select "Bulk-In Interface 0" (RTL2838), choose WinUSB, click Install Driver. This replaces the TV tuner driver with an SDR-compatible one.
zadig.akeo.ie โ Options โ List All Devices โ RTL2838 โ WinUSB โ Install
Download SDR++ (recommended for beginners)
Get SDR++ from sdrpp.org โ the easiest modern SDR software, works on Windows/Mac/Linux. Just extract the zip and run. No install needed. Alternative: SDR# (SDRSharp) from airspy.com is also excellent on Windows with many plugins.
sdrpp.org โ Downloads โ Windows โ Extract โ Run sdrpp.exe
Configure SDR++ and tune to FM radio
In SDR++: set Source โ RTL-SDR, Sample Rate โ 2.4 MSPS, press โถ Play. In the modules panel, set Mode to WFM (Wide FM). Type a local FM frequency (e.g. 98.1 MHz). You should hear music! ๐ต The waterfall shows all signals at once โ bright colors mean strong signals.
Source: RTL-SDR โ Sample Rate: 2.4M โ โถ Play โ Mode: WFM โ 88โ108 MHz
Explore the waterfall display
The spectrum + waterfall is your "eyes for radio" โ it shows every signal in your bandwidth simultaneously. Drag to pan, scroll to zoom. Wide humps = FM stations. Narrow spikes = digital signals. Try hunting for signals you don't recognize โ that's the fun!
โ
Click any step number to check it off as you complete it!
๐ Mac: No Zadig needed. brew install librtlsdr, then use SDR++ (ARM build). ๐ง Linux: sudo apt install rtl-sdr, then blacklist the dvb_usb_rtl28xxu kernel module.
๐ป SDR Software Compared
All options are free unless noted. Start with SDR++ or SDR# โ explore others as you advance.
The best modern beginner option. Clean UI, fast, no clutter. Works great with RTL-SDR V4. Actively maintained. No install needed โ just extract and run.
โ
Best for beginnersFree & Open SourceLow CPU
The classic Windows SDR app. Huge plugin ecosystem โ add ADS-B, weather satellite, POCSAG pager decoders and more. Slightly more complex than SDR++.
โ
Best plugin ecosystemWindows OnlyMany Plugins
The most powerful SDR framework. Build signal processing flowgraphs visually or with Python. Used by researchers. Steep learning curve โ not for first-timers, but incredibly deep.
Advanced / DeveloperPython scriptingFree & Open Source
Dedicated ADS-B decoder โ turns your RTL-SDR into a live flight radar showing nearby aircraft in your browser. Extremely satisfying first project. FlightAware has a free feeder setup too.
โ
Best first project1090 MHz onlyFree
Modern weather satellite image decoder. Replaces the old WXtoImg. Receive actual cloud photos from NOAA-15/18/19 satellites passing overhead at 137 MHz.
Weather Satellites137 MHzFree
Runs a web-based SDR receiver accessible from any browser. Great for Raspberry Pi so you can access your SDR from anywhere on your network or internet.
Raspberry PiWeb UIRemote Access
๐ก What Can You Receive?
RTL-SDR V4 tunes approximately 24 MHz โ 1766 MHz. Here's a visual map of the signal landscape.
FM Radio ๐ต
88โ108 MHz
Aviation Voice โ๏ธ
118โ137 MHz
NOAA Weather Sat ๐ค๏ธ
137โ138 MHz
NOAA Weather Radio ๐ข
162โ163 MHz
Marine VHF ๐ข
156โ174 MHz
Ham APRS / GPS ๐
144.390 MHz
Wireless Sensors ๐ก๏ธ
433.92 MHz
ADS-B Aircraft โ๏ธ
1090 MHz
L-Band Satellites ๐ฐ๏ธ
1525โ1660 MHz
24 MHz2004006008001000120014001766 MHz
๐ฉ๏ธ ADS-B at 1090 MHz is the most satisfying first thing to receive โ within 30 minutes you can have a live flight map of aircraft in your area.
๐ Best Learning Resources
๐ Website ยท Main Hub
RTL-SDR Blog
rtl-sdr.com
Free
The essential home base. Hundreds of tutorials, project guides, and the best hardware store. Start at rtl-sdr.com/QSG โ the official quick start guide.
๐ฅ Community Forum
Reddit r/RTLSDR
reddit.com/r/RTLSDR
Free
Very active community. Great for troubleshooting, project inspiration, and seeing what others are building. Post your questions here when stuck.
๐บ YouTube Series
Frugal Radio
youtube.com/@FrugalRadio
Free
Excellent beginner SDR video series. Covers software setup, antenna basics, scanner setup, and specific projects. Very clear presentation style โ perfect for visual learners.
๐บ YouTube ยท Projects
Tech Minds
youtube.com/@TechMindsChannel
Free
Great step-by-step SDR project walkthroughs โ ADS-B, AIS, weather satellites, signal decoding. Very hands-on and practical.
๐ Free PDF Guide
SDR# Big Book (2024 Edition)
airspy.com โ Downloads section
Free
Comprehensive guide to SDR# by Paolo Romani, updated for the latest version. Covers every setting and plugin in depth. Download from the Airspy downloads page.
๐ Online Textbook
PySDR โ SDR for Engineers
pysdr.org
Free
Free textbook teaching SDR theory using Python. Covers sampling, FFT, filters, modulation, and decoding. Perfect if you want to understand the science behind the signals.
๐ Book
The Hobbyist's Guide to the RTL-SDR
Amazon ยท Carl Laufer
~$10
By the authors of RTL-SDR Blog. Setup, tips, tricks, and a wide range of projects. A great offline reference โ very affordable for the depth of content.
๐ No Hardware Needed
WebSDR / KiwiSDR
websdr.org ยท rx.linkfanel.net
Free to use
Tune into real SDR receivers around the world from your browser โ no hardware needed. Great way to explore and get excited before your dongle arrives!
๐ฏ Recommended path: rtl-sdr.com/QSG โ SDR++ setup โ FM radio โ ADS-B project โ Frugal Radio YouTube series โ r/RTLSDR community โ deeper rabbit holes!