Hi,
I was trying to get things on Matlab running by Christmass but I did not have much of success.
However, I had problem by upgrading FX3 and FPGA too:
the fpga file addresses/links seem to be incorrect. They lead to error 404 (“This is not the webpage you are looking for”).
after I had successfully built the LimeSuite, I upgraded the the FX3, as suggested by jocover. But then I lost connection with the board. After upgrading FX3, I couldn’t connect to the board using “LimeSuiteGUI.exe”.
I can run the system on Ubuntu using GNUradio (I actually did the DVB-s2 tx example by Alexandru Csete example) but I prefer MATLAB rather GNUradio because all my codes are in MATLAB and I have many costum blocks that are not available in GNUradio library. I will need to put a lot of effort to write many out-of-tree modules.
with respect to matlab, I am getting problem with loading library. at the moment it is LimeSuite library missing.
Anyway, I have got a fresh windows machine and I am going to try everything again. I will let you know if I get any success.
If you have any advice, I would appreciate if you let me know before starting to build again
this driver is modified cyusb driver,you need disable windows driver signature enforcement,so i don’t like this.
or you can using Zadig(http://zadig.akeo.ie/) to install winusb driver for limesdr,and using my winusb version LimeSuite.dll
I’m able to successfully install the LimeSDR driver for ZADIG, but the DLL in the the Windows 10 Windows Drivers on Github don’t seem to be recognized by SDR# - it usually likes to see ExtIO style of DLLs…Am I doing anything wrong for the LimeSDR not to play on SDR#? Please let me know - this is a GREAT addition to the LimeSDR capability.
Keep us all advised here - and THANKS much for working this…!
ABSOLUTELY AWESOME! I have the LimeSDR running on the latest SDR# and it’s functioning GREAT on the US FM Band, and I’m now listening to the LimeSDR operating at 162.475 MHz (the local Weather Station WXL73 in Cedar Rapids, Iowa). Again, RUNNING GREAT…!!
If I can put in a plug…Please have it tune the HF band (2.0 to 30 MHz)…You’ll have a stampede of Hams that will want to use this app when everyone gets their LimeSDRs. I got this running within 1 minute of seeing your latest post. Again, GREAT JOB ON THIS…!!
Hi,
I finally could upgrade the FX3 firmware according to http://wiki.myriadrf.org/Lime_Suite#Flashing_images
but failed the FPGA programming. Please see the attachments. I believe this is the reason I can’t run the matlab routine. I still get the “no connection object”.
jcoover,
many thanks for your help. I eventually was successful setting up the system and running the matlab routine :)) though I will need to learn about the parameters of matlab functions defined for limeSDR.
However, I have few questions and I would appreciate if you could answer:
1- how did you know my hardware version is 1.2?
2- after I upgraded the FX3 and FPGA, I built the Lime Suite using Cmake and copied the LimeSuite.dll in matlab path. but I was getting the no connection error in matlab until I copied the your LimeSuite.dll from “cyusb version” folder. Would you please explain what is the problem and whether I have had problem in compiling Lms7suite?
I now finally received my LimeSDR HW and I am trying out your Matlab code. I have accessed your GitHub files. However I have problems with error messages. This is what I get when running your example:
Error using loadlibrary (line 419)
There was an error loading the library “E:\Ingolf\Elcad\MatLab\LimeSDR\LimeSuite.dll”
Undefined function ‘strsplit’ for input arguments of type ‘char’.
In the Simulink LimeSDR block I see “LPF Bandwidth” defined for each RX/TX channel.
Does it mean the data from/to this block are LP filtered?
I don’t see any effect changing this filter value.
@jocover , hi
How can i create transmit Repeat function or same like algorithm?
transmit Repeat function transfers the baseband packets with idle time to the SDR platform, and stores the signal samples in hardware memory. The example then transmits the waveform continuously over the air until the release method of the transmit object is called.