xmikos / simplesoapy

Simple pythonic wrapper for SoapySDR library
MIT License
30 stars 7 forks source link

No device detected by simplesoapy - SDRPlay RSP2 #3

Open Toma-Bad opened 6 years ago

Toma-Bad commented 6 years ago

Hi,

I'm using an RSP2 and simplesoapy to set-up a radiolab at the uni where i work. I can't get simplesoapy to work though... After installing SoapySDR, SoapySDRPlay, simplesoapy etc., my RSP2 is detected when i run SoapySDRUtils --find

Found device 0
driver = sdrplay
label = SDRplay Dev0 RSP2 1705021710

I can import simplesoapy in python, but if i try to detect the available devices, nothing shows up, this is the message:

In [1]: import simplesoapy

In [2]: print(simplesoapy.detect_devices(as_string=True))
linux; GNU C++ version 5.4.0 20160609; Boost_105800; UHD_003.010.003.000-release

[]

The same thing happens when i try to run soapy_power, but since that's using on simplesoapy, it's kind of what i expected. Any idea what is going on? It might be an installation issue, it works on my laptop, but i didn't do the full installation on the uni computer, i just picked up from where someone else left off. I'm sure this has something to do with it but i have no idea what. Thanks for your help, T