I’m trying to get my new LimeSDR Mini going on Windows 10. As soon as I plug it in windows detects the LimeSDR Mini and has a “working” driver for it (though it won’t show up in LimeSuite). I’ve followed the directions here (https://wiki.myriadrf.org/LimeSDR-USB_driver_installation) for the USB driver but found they don’t work. Windows says I’ve already got the best driver. If I force the issue by saying I’d like to load my own driver and select it from disk, the driver is not compatible and just gives me an error.
Through some complicated gymnastics I was able to load the FTDI FT601 driver, so now I do get a FTDI FT601 USB 3.0 Bridge device showing up in Device Manager. Is this the right driver?? I ask, because after getting this driver installed I can actually connect to the Mini it in LimeSuite.
I also get some feedback from Soapy and LimeUtil which I didn’t get before this point:
C:\Program Files\PothosSDR\bin>SoapySDRUtil.exe --find="driver=lime"
######################################################
## Soapy SDR -- the SDR abstraction library
######################################################
Win32; Microsoft Visual C++ version 14.0; Boost_106300; UHD_003.010.003.000-0-gef157678
Found device 0
driver = lime
index = 0
label = [USB]
media = USB
module = FT601
C:\Program Files\PothosSDR\bin>LimeUtil.exe --find
* [, media=USB, module=FT601, index=0]
So, then I try moving on to the Quick Test (https://wiki.myriadrf.org/LimeSDR-USB_Quick_Test). When I load the self_test.ini per section 3.2 I get some errors:
[00:50:13] DEBUG: MCU algorithm time: 0 ms
[00:50:13] DEBUG: INT 71, FRAC 629760, DIV_OUTCH_CGEN 2
[00:50:13] DEBUG: VCO 2230.29 MHz, RefClk 30.72 MHz
[00:50:13] DEBUG: ICT_VCO_CGEN: 31
[00:50:13] DEBUG: **TuneVCO(CGEN) - VCO too low**
[00:50:13] ERROR: SetFrequencyCGEN(371.715 MHz) failed
[00:50:13] DEBUG: M=180, N=9, Fvco=929.288 MHz
[00:50:13] WARNING: phase search FAIL
[00:50:13] DEBUG: M=180, N=9, Fvco=929.288 MHz
[00:50:13] DEBUG: M=180, N=9, Fvco=929.288 MHz
[00:50:13] WARNING: phase search FAIL
[00:50:13] DEBUG: M=180, N=9, Fvco=929.288 MHz
Moving on to section 3.3, if I try to set SXT I get errors when I hit the calculate button:
[00:54:31] DEBUG: INT 132, FRAC 753664, DIV_LOCH 0, EN_DIV2_DIVPROG 0
[00:54:31] DEBUG: VCO 4200.00 MHz, RefClk 30.72 MHz
[00:54:31] DEBUG: ICT_VCO: 255
[00:54:31] DEBUG: TuneVCO(SXT) - VCO too low
[00:54:31] DEBUG: VCOL : csw=0 tune fail
[00:54:31] DEBUG: ICT_VCO: 255
[00:54:31] DEBUG: TuneVCO(SXT) - VCO too low
[00:54:31] DEBUG: VCOM : csw=0 tune fail
[00:54:31] DEBUG: ICT_VCO: 255
[00:54:31] DEBUG: TuneVCO(SXT) - VCO too low
[00:54:31] DEBUG: VCOH : csw=0 tune fail
[00:54:31] DEBUG: Selected: VCOH
[00:54:31] ERROR: SetFrequencySXT(2100 MHz) - cannot deliver frequency
So, any tips here on what my USB driver should be and whether this self test needs to be adapted for the Mini would be appreciated!