Skip to content
Josh Blum edited this page Oct 27, 2018 · 1 revision

Soapy SDR plugin for Funcube Dongle Pro+

https://raw.githubusercontent.com/wiki/pothosware/SoapyFCDPP/images/soapy_sdr_fcdpp_logo.png

The Soapy Funcube Dongle Pro+ project provides a plugin module to use the Funcube Dongle Pro+ device within the SoapySDR API and software that supports SoapySDR.

Installers

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

Dependencies

Ubuntu

sudo apt-get install libhidapi-dev libasound2-dev

Building Soapy Funcube Dongle Pro+

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

To access USB without being root you need this:

# Udev rules for the Funcube Dongle Pro+ (0xfb31)
# Put this in:
# /etc/udev/rules.d/81-funcube.rules

# HIDAPI/hidraw:
KERNEL=="hidraw", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="fb31", GROUP="audio", MODE="0666", SYMLINK+="hidfcd"

Probing Soapy Funcube Dongle Pro+

SoapySDRUtil --probe="driver=fcdpp"