Soapy SDR plugin for Radioberry - pothosware/SoapySDR GitHub Wiki
The Soapy Radioberry project provides a plugin module to use the Radioberry device within the SoapySDR API and software that supports SoapySDR.
Radioberry table of contents
Pre-built installers for various systems are available through the Pothos SDR environment.
- Install SoapySDR: https://github.com/pothosware/SoapySDR/wiki
The CMake build system will locate SoapySDR development files on your system. The plugin module will be built and installed into the SoapySDR modules directories.
git clone https://github.com/pa3gsb/Radioberry-2.x.git cd Radioberry-2.x/SBC/rpi-4/SoapyRadioberrySDR mkdir build cd build cmake .. make -j4 sudo make install sudo ldconfig
SoapySDRUtil --probe="driver=radioberry"
######################################################
## Soapy SDR -- the SDR abstraction library
######################################################
Probe device driver=radioberry
----------------------------------------------------
-- Device identification
----------------------------------------------------
driver=radioberry
hardware=v2.0-beta4
firmwareVersion=0.1
gatewareVersion=0.0
hardwareVersion=2.4
protocolVersion=1.58
----------------------------------------------------
-- Peripheral summary
----------------------------------------------------
Channels: 1 Rx, 1 Tx
Timestamps: NO
----------------------------------------------------
-- RX Channel 0
----------------------------------------------------
Full-duplex: YES
Supports AGC: NO
Stream formats: CF32
Native format: CF32 [full-scale=2048]
Stream args:
* Buffer Size - Number of bytes per buffer, multiples of 512 only.
[key=bufflen, units=bytes, default=64, type=int]
Antennas: ANTENNA RX
Full gain range: [0, 0] dB
Full freq range: [0.01, 30] MHz
Sample rates: [0.048, 0.192] MSps
Filter bandwidths: 0.048, 0.096, 0.192 MHz
----------------------------------------------------
-- TX Channel 0
----------------------------------------------------
Full-duplex: YES
Supports AGC: NO
Stream formats: CF32
Native format: CF32 [full-scale=32768]
Stream args:
* Buffer Size - Number of bytes per buffer, multiples of 512 only.
[key=bufflen, units=bytes, default=64, type=int]
Antennas: ANTENNA TX
Full gain range: [0, 0] dB
Full freq range: [0.01, 30] MHz
Sample rates: 0.048 MSps
Filter bandwidths: 0.048 MHz
