Est. read time: 3 minutes | Last updated: July 20, 2025 by John Gentile


Contents

Waveforms

Communications

Wi-Fi (IEEE 802.11)

Cellular (LTE/3GPP, 4G/5G)

DVB-S2

Bluetooth

LoRaWAN

  • Meshtastic: open source mesh network software running on low-power, affordable devices.
    • Meshtastic SDR: This GnuRadio project aims at being a full transceiver stack (RX and TX) for a software defined radio to communicate with the Meshtastic LoRa network.
  • LoRaWAN On Helium Network

ZigBee

Orthogonal Time Frequency Space (OTFS) Modulation

Datasources & Recordings

Software Defined Radio (SDR)

SDR Software/Frameworks

GNU Radio

GNU Radio is an open-source SDR framework for prototyping communications systems.

Other SDR Frameworks

  • LiquidSDR: home to liquid-dsp, a free and open-source signal processing library for software-defined radios written in C. Its purpose is to provide a set of extensible DSP modules that do not rely on external dependencies or cumbersome frameworks. The project is now hosted on github.
  • SoapySDR: vendor and platform neutral SDR library.
  • FutureSDR: experimental asynchronous SDR runtime for heterogeneous architectures.
  • Sionna - NVIDIA Labs: Sionna is a hardware-accelerated differentiable open-source library for research on communication systems.

SDR Frontends

SDR Hardware

RTL-SDR

RTL-SDRs are cheap and omnipresent, RX-only SDRs.

Ettus Research SDRs

Ettus has been a long time maker of high-quality SDR HW. They also open-source nearly all schematics, software, and FPGA firmware/HDL. They also maintain the USRP Hardware Driver (UHD), an open-source driver library across their devices, and well supported by other open-source frameworks, like GNU Radio.

Other SDR Hardware

References