Supported SDRs
Status legend:
- โ Tested on-air โ at least one community contributor has a recorded QSO or reception report.
- ๐งช Tested flowgraph โ flowgraph runs end-to-end, no on-air QSO yet submitted.
- ๐ Planned โ on the v0.2 / v1.0 roadmap but not yet validated.
- โ Needs help โ the SDR should work via SoapySDR; nobody's confirmed yet.
| SDR | Driver | HF | VHF | UHF | Status |
|---|---|---|---|---|---|
| RTL-SDR v3 / v4 | rtlsdr (SoapyRTLSDR) | via upconverter / direct-sampling-mod | โ | โ | โ (v0.2) |
| Airspy R2 | airspy | via upconverter | โ | โ | ๐งช |
| Airspy Mini | airspy | via upconverter | โ | โ | ๐งช |
| Airspy HF+ Discovery | airspyhf | โ | โ (30 MHzโ260 MHz) | โ | โ |
| HackRF One | hackrf | โ | โ | โ | ๐งช |
| ADALM-Pluto | plutosdr | โฅ 325 MHz stock / mod below | โ | โ | ๐งช |
| SDRplay RSP1A | sdrplay (SoapySDRPlay3) | โ | โ | โ | ๐งช |
| SDRplay RSPdx | sdrplay | โ | โ | โ | ๐ |
| LimeSDR Mini 2.0 | lime | โฅ 10 MHz | โ | โ | โ |
| USRP B200mini | uhd | โ | โ | โ | โ |
| KiwiSDR (remote) | kiwisdr | โ | โ | โ | ๐ |
| RSPduo | sdrplay | โ | โ | โ | ๐ |
| Ettus B210 | uhd | โ (with ext. filters) | โ | โ | ๐ |
Per-device notesโ
RTL-SDR v4โ
- Most affordable entry point. Default flowgraph
flowgraphs/rtl_ssb_hf.grc. - For HF use: enable direct-sampling mode or add an upconverter (Ham It Up, SpyVerter, etc.).
- Common setup: RTL-SDR v4 + Ham It Up Plus + LNA โ RFWhisper @ 14 MHz USB.
Airspy HF+ Discoveryโ
- Better HF dynamic range than RTL-SDR; highly recommended if you work DX or contests.
- Lower native sample rate (768 ksps) means less CPU for decimation.
ADALM-Plutoโ
- Stock firmware tunes 325 MHzโ3.8 GHz; community mods enable full HF. Follow local regulations.
- Very popular for VHF/UHF weak-signal experimentation.
SDRplay RSP seriesโ
- Use SoapySDRPlay3 (not the legacy SDRPlay module).
- Enable broadcast notches in the API preset; helps the NN focus on actual noise rather than fighting an overloaded front-end.
HackRF Oneโ
- Half-duplex. Wideband (up to 20 Msps) but 8-bit ADC โ narrow applications like contest SSB work better than wideband monitoring.
Reporting a new SDRโ
- Run the nearest matching flowgraph.
- Open an Issue with the
hardware-reportlabel. - Include: make/model/firmware, sample rates tested, a 30 s before/after recording, and
rfwhisper doctoroutput.
We'll update the matrix and credit you.
SDRs that almost certainly workโ
If it has a SoapySDR driver listed at https://github.com/pothosware/SoapySDR/wiki, RFWhisper can use it. The only real question is whether we've tuned a flowgraph for it. Community flowgraph contributions are extremely welcome โ see Architecture โ Flowgraphs.