New guide added to the wiki that shows how to perform a quick test to confirm operation of the LimeSDR-USB board, O/S drivers and Lime Suite:
Thanks for a step-by-step, I went round and round in circles on the website for hours last night trying to find something that didnāt link back to the page I started on⦠I think someone else mentioned the same, much better now that the front page has been re-organizedā¦
Yep, weāre rationalising the online documentation, which has come from various documents and sources. More improvements in the works and will be live over the coming days
I just think its confusing when you see āPlug and Playā you expect a complete package ready to go to be able to listen, especially from the āham/swlā community, perhaps once Simonās Console is ready, you should have a link to that also, would make a bunch of people happyā¦
LimeSDR is plug and play in that it will work with a lot of existing SDR ecosystem software without modification, thanks to the investment that has been made in the SDR driver infrastructure. The user experience will continually improve as more people get boards, put them through their paces, any wrinkles are ironed out and the documentation is continually updated.
Sure, we definitely want to promote use of his software.
HI, all
I think Iām being a bit thick, here (mitigation: Iām new to SDR and code development is something I last did in the early '80sā¦), but Iām trying to follow the instructions at https://wiki.myriadrf.org/LimeSDR-USB_Quick_Test to see if I can get my board working.
Iām working under Windows and managed to get all the assorted software installed, and everything is going well until the bit where you download the 3 files. The two ini files are not really a problem, as when l come to loading them up, you can browse to the āDownloadsā folder and select them from there⦠The problem I have is with the ālms7suite_wfm.tgzā file. I can download it, and unzip/untar it, but itās unclear where to put the resulting folder with the 3 files.
When I click the āModules->FPGA controlsā, I am greeted with an assortment of error messages which amount to the LimeSuite software not being able to find the folder/files.
Any pointers would be gratefully received
Regards
John
Hi John,
They need to go in a sub-directory called lms7suite_wfm. Iāll get the page updated.
Hi, Andrew
Thanks for your reply.
They do indeed extract to a folder with that name - whatās not clear is where exactly the folder has to be placed⦠its currently sat alongside the tgz and tar files in my āDownloadsā folder.
Sorry if Iām being a bit dim, here
John
Ah, Iām not a Windows user Iām afraid. @zack, where would the folder with the WFM files need to be located on a Windows machine?
Location should be the same as for Linux - at the same level as executable there must be folder lms7suite_wfm. You put wfm files to lms7suite_wfm.
@joshblum would it be possible to add the folder with the WFM files to the Windows Pothos SDR installer? I guess the ini files also might be goodā¦
Hi, Zack
Many thanks. Just to confirm I have this right, LimeUtil.exe, LimeSuiteGUI.exe, LimeSuiteCalibrate.py and LimeSuite.dll all reside in āC:\Program Files\PothosSDR\binā, along with all the other stuff Pothos installs⦠This (C:\Program Files\PothosSDR\bin) is where i should place the folder ālms7suite_wfmā containing the 3 wfm files, yes?
Also, when I come to install everything on the Mac, the thing same applies?
Regards
John
Correct.
Just as a side note - software looks for āonetone.wfmā and āwcdma.wfmā in ālms7suite_wfmā when you push āOnetoneā and āW-CDMAā buttons respectively.
You may choose a custom file location using an open button next to the āCustomā button. Then you may switch between 3 wfm files easily using the āOnetoneā, āW-CDMAā or āCustomā buttons.
Should be the same (as I said before, software looks for files in lms7suite_wfm folder which is located in the same level as executable), although I have no chance to test it on OSX.
Thanks, Zack - Iāll post back here (once Iāve tried it) to let you know if itās the same deal on the Mac.
Regards
John
Thanks @JohnM_G8PEF, much appreciated.
For Linux the directory ālms7suite_wfmā should be in the home directory ā~/ā (if the dir doesnāt exist it is created there!).
Regards,
Sabine, OE1YVW
Sure, just want to discuss a few options because there is this whole trade off for what we check into the repo vs what we package along with the library. The reason I bring it up is that I added an option to the LimeSuite build itself to optionally download and install firmware images, because its useful to teach the build how do to this in one place and then enable it sparingly in various packaging options like snaps or homebrew.
So we can do the same with waveform files and ini files. Add an option to download and install them with the build, and use this in the windows installer, homebrew, snaps, or whatever.
Then I suppose these data files would end up in a location like $install/share/lime/examples/
something like that. How does that sound?
When I try to run the Quick Test on macOS I get the following error when pressing the āCalculateā button on the āSXTā tab:
After pressing āOKā I get:
I tried it with the Homebrew version as well as with a build from the source!
Under Linux und Windows10 the Quick Test runās ok, so the board itself could not be the reason.
Sounds good to me.
I had similar problems also with OSX. I found that if I reloaded the file while inside the SXT tab the ācalculateā and ātuneā steps would pass. It appears there is some problem with the brew build but this should get you over the hurtle.