Giter VIP home page Giter VIP logo

Comments (5)

zuckschwerdt avatar zuckschwerdt commented on May 27, 2024

You need a module for your SDR hardware. They build and install the same as SoapySDR.
E.g. for an RTL-SDR use https://github.com/pothosware/SoapyRTLSDR -- clone or download and unzip, then

cd SoapyRTLSDR
mkdir build
cd build
cmake ..
cmake --build .
sudo cmake --build . -- install

(using the traditional "make" the last two last two lines can also simply be make then sudo make install)

from soapysdr.

RaspiGui avatar RaspiGui commented on May 27, 2024

Thanks for your fast reply but im an absolute beginner with Raspberry PI and SDR hardware on Raspberry PI.

Please let me know the link to the modules for RSPduo hardware, i dont use the RTLSDR.

Did you mean following code:

cd SoapySDR
mkdir build
cd build
cmake ..
cmake --build
sudo make build
sudo make install

or did i understand this wrong?

from soapysdr.

zuckschwerdt avatar zuckschwerdt commented on May 27, 2024

No, the commands you posted won't work. But for RSPduo just use https://github.com/pothosware/SoapySDRPlay3
and read the Wiki https://github.com/pothosware/SoapySDRPlay/wiki on how to build.

from soapysdr.

RaspiGui avatar RaspiGui commented on May 27, 2024

Many thanks.

I follow your description and receive after the cmake .. following error message:

-- Build type not specified: defaulting to release.
-- libsdrplay not found.
CMake Error at CMakeLists.txt:16 (message):
SDRplay development files not found...

-- Configuring incomplete, errors occurred!
See also "/home/langenhan/SoapySDRPlay/build/CMakeFiles/CMakeOutput.log".

It looks like that something is missing. Is their an libary missing?

from soapysdr.

zuckschwerdt avatar zuckschwerdt commented on May 27, 2024

Dependencies are missing. You need to get SDR Play driver binaries from: http://sdrplay.com/

from soapysdr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.