-
Notifications
You must be signed in to change notification settings - Fork 133
Description
Hi,
I'm new to SigDigger, apologies if this is a dumb question. I installed the Windows pre-built SigDigger-0.3.0-x86_64-win32.zip and according to the user manual I should go into Settings and select the SDR device, which in my case is LimeSDR.
However, I don't see LimeSDR listed; all I see is:
SoapySDR (ABI 0.8)
Capture file (libsndfile-1.2.2)
Standard input
Tone generator with AWGN
I believe my LimeSDR is installed correctly, I see it appear in Windows Device Manager as Myriad-RF LimeSDR-USB, and as a test, when I run the Pothos-Flow application, it successfully can make use of LimeSDR.
This is the SoapySDRUtil.exe --info output:
C:\Users\shabaz>SoapySDRUtil.exe --info
######################################################
## Soapy SDR -- the SDR abstraction library ##
######################################################
Lib Version: v0.8.1-PothosSDR-2021.07.25-vc16-x64
API Version: v0.8.0
ABI Version: v0.8
Install root: c:\Program Files\PothosSDR
Search path: c:\Program Files\PothosSDR/lib/SoapySDR/modules0.8
Module found: c:\Program Files\PothosSDR/lib/SoapySDR/modules0.8/airspyhfSupport.dll (0.2.0-d682533)
Module found: c:\Program Files\PothosSDR/lib/SoapySDR/modules0.8/airspySupport.dll (0.2.0-411f73e)
Module found: c:\Program Files\PothosSDR/lib/SoapySDR/modules0.8/audioSupport.dll (0.1.1-91080cb)
Module found: c:\Program Files\PothosSDR/lib/SoapySDR/modules0.8/bladeRFSupport.dll (0.4.1-70505a5)
Module found: c:\Program Files\PothosSDR/lib/SoapySDR/modules0.8/HackRFSupport.dll (0.3.3-8d2e7be)
Module found: c:\Program Files\PothosSDR/lib/SoapySDR/modules0.8/IrisSupport.dll (2020.02.0.1-f100723)
Module found: c:\Program Files\PothosSDR/lib/SoapySDR/modules0.8/LMS7Support.dll (20.10.0-a45e482d)
Module found: c:\Program Files\PothosSDR/lib/SoapySDR/modules0.8/miriSupport.dll (0.2.6-585c012)
Module found: c:\Program Files\PothosSDR/lib/SoapySDR/modules0.8/netSDRSupport.dll (0.1.0-51516db)
Module found: c:\Program Files\PothosSDR/lib/SoapySDR/modules0.8/osmosdrSupport.dll (0.2.6-585c012)
Module found: c:\Program Files\PothosSDR/lib/SoapySDR/modules0.8/RedPitaya.dll (0.1.1-3d576f8)
Module found: c:\Program Files\PothosSDR/lib/SoapySDR/modules0.8/remoteSupport.dll (0.6.0-c09b2f1)
Module found: c:\Program Files\PothosSDR/lib/SoapySDR/modules0.8/rtlsdrSupport.dll (0.3.2-53ee8f4)
Module found: c:\Program Files\PothosSDR/lib/SoapySDR/modules0.8/sdrPlaySupport.dll (0.3.0-206b241)
Module found: c:\Program Files\PothosSDR/lib/SoapySDR/modules0.8/uhdSupport.dll (0.4.1-9a738c3)
Module found: c:\Program Files\PothosSDR/lib/SoapySDR/modules0.8/volkConverters.dll[WARNING] SoapyVOLKConverters: no VOLK config file found. Run volk_profile for best performance.
(0.1.0-62ac7f5)
Available factories... airspy, airspyhf, audio, bladerf, hackrf, iris, lime, miri, netsdr, osmosdr, redpitaya, remote, rtlsdr, sdrplay, uhd
Available converters...
- CF32 -> [CF32, CF64, CS16, CS32, CS8, CU16, CU8]
- CF64 -> [CF32, CS16, CS32, CS8]
- CS16 -> [CF32, CF64, CS16, CS8, CU16, CU8]
- CS32 -> [CF32, CF64, CS32]
- CS8 -> [CF32, CF64, CS16, CS8, CU16, CU8]
- CU16 -> [CF32, CS16, CS8]
- CU8 -> [CF32, CS16, CS8]
- F32 -> [F32, F64, S16, S32, S8, U16, U8]
- F64 -> [F32, S16, S32, S8]
- S16 -> [F32, F64, S16, S8, U16, U8]
- S32 -> [F32, F64, S32]
- S8 -> [F32, F64, S16, S8, U16, U8]
- U16 -> [F32, S16, S8]
- U8 -> [F32, S16, S8]
C:\Users\shabaz>
I notice that in the SigDigger install, the SigDigger\modules0.8 folder only contains two dll files:
libHackRFSupport.dll
librtlsdrSupport.dll
Should there be a libLimeSDRSupport.dll file there? If so, how can I obtain this? Or do I need to do something else to enable LimeSDR to be visible to the SigDigger application?
Many thanks.