Skip to content
Josh Blum edited this page Sep 8, 2017 · 4 revisions

Soapy SDR plugin for Red Pitaya

image

The Soapy Red Pitaya project provides a plugin module to use the Red Pitaya device within the SoapySDR API and software that supports SoapySDR.

SoapyRedPitaya table of contents

Installers

Pre-built installers for various systems are available through the Pothos SDR environment.

Dependencies

^^^^^^^^^^^^^^^^^^^^^^^ Building Soapy Red Pitaya ^^^^^^^^^^^^^^^^^^^^^^^

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/pothosware/SoapyRedPitaya.git
cd SoapyRedPitaya
mkdir build
cd build
cmake ..
make
sudo make install

^^^^^^^^^^^^^^^^^^^^^^^ Probing Soapy Red Pitaya ^^^^^^^^^^^^^^^^^^^^^^^

SoapySDRUtil --probe="driver=redpitaya, addr=192.168.1.100"