Giter Site home page Giter Site logo

SDRPlay support about radioconda HOT 2 CLOSED

ryanvolz avatar ryanvolz commented on July 27, 2024
SDRPlay support

from radioconda.

Comments (2)

ryanvolz avatar ryanvolz commented on July 27, 2024

Hi @jmillo! Unfortunately SDRPlay is difficult because the source code needed to build in support in various packages (e.g. Soapy) is behind a license agreement and not automatically downloadable. That does not play well with the conda-forge approach for building packages using cloud CI resources. So currently radioconda does not come with the SoapySDR SDRPlay driver, even though GNU Radio provides a block that makes it look like it does. Your issue is that the Soapy library within the radioconda environment can't find that driver, even though you have it installed through Ubuntu outside that environment.

The proper fix is to figure out a way to get the Soapy SDRPlay driver packaged and included in radioconda. No guarantees on when that could happen, so until then you might be able to get by manually building SoapySDRPlay. Activate your radioconda environment, e.g. conda activate base if you don't have it set up to do that automatically. Then

git clone https://github.com/pothosware/SoapySDRPlay.git
cd SoapySDRPlay
mkdir build
cd build
cmake ..
make install

Then you will hopefully get positive results with SoapySDRUtil -info and SoapySDRUtil --probe="driver=sdrplay", and it should work within the radioconda environment including in GNU Radio Companion.

from radioconda.

jmillo avatar jmillo commented on July 27, 2024

Hi Ryan. Your solution works as a charm.
You just have to make sure that the resulting .so gets installed in the proper directory. In my case it is ~/miniconda3/envs/radioconda/lib/SoapySDR/modules0.8 as I did a miniconda install as per your video (https://www.youtube.com/watch?v=cWKecHoNo0Q).
Thanks again

from radioconda.

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.