xmikos/soapy_power

How can I conect soapy_power with LimeSDR?

green512 opened this issue · 3 comments

C:\Program Files\QSpectrumAnalyzer>soapy_power.exe --detect
Detected SoapySDR devices:
No devices found!

Hello green512.
If no device is listed and the board's USB3 cable is plugged in... I guess you do not have the USB driver installed. This is needed on windows.
You can find the whole SW setup sequence that I've used here with all links to downloadable drivers and SW: https://discourse.myriadrf.org/t/limesdr-can-be-not-recognised-when-connected-to-a-pc/1325/2

Step 07-IQ-calibration is no longer available using python scripts. You have to search that forum for latest info on that topic.

I have installed the USB driver andPothosSDR in my PC. The device can be find by cmd as fellow:

soapysdrutil --find
######################################################
## Soapy SDR -- the SDR abstraction library
######################################################

Win32; Microsoft Visual C++ version 14.0; Boost_106300; UHD_003.010.002.000-3-g6f87cca4

Found device 0
  driver = lime
  index = 0
  label = USB 3.0 (LimeSDR-USB) [USB] 9062000C42615
  media = USB
  module = STREAM
  name = USB 3.0 (LimeSDR-USB)
  serial = 0009062000C42615

but cann't find by soapy_power.exe --detect

seems there's already an issue open for that specific case: xmikos/qspectrumanalyzer#33