Skip to content

This is a collection of scripts to assist installing sdrberry with various SOAPY drivers. See my YouTube video for more information.

Notifications You must be signed in to change notification settings

TechMindsYT/sdrberry-hints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

sdrberry hints

These notes are to assist any users wishing to follow along with my sdrberry pi installation video which is found on YouTube.

SOAPY should be already installed with the sdrberry installation, below are other SOAPY modules which can be used.

SOAPY RTL-SDR.

sudo apt-get install rtl-sdr librtlsdr-dev

git clone https://github.com/pothosware/SoapyRTLSDR.git
cd SoapyRTLSDR
mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig 

SOAPY SDRPlay.

Install SDRPlay API first:

wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.15.2.run
chmod 755 SDRplay_RSP_API-Linux-3.15.2.run
./SDRplay_RSP_API-Linux-3.15.2.run

Now install the SDRPlay SOAPY module.

git clone https://github.com/SDRplay/SoapySDRPlay
cd SoapySDRPlay
mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig 

About

This is a collection of scripts to assist installing sdrberry with various SOAPY drivers. See my YouTube video for more information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published