Nuand / bladeRF

bladeRF USB 3.0 Superspeed Software Defined Radio Source Code
http://nuand.com
Other
1.13k stars 455 forks source link

2023.03 Installer not yet visible on downloads page #906

Open ratzrattillo opened 1 year ago

ratzrattillo commented 1 year ago

The installer for release 2023.02 (https://github.com/Nuand/bladeRF/releases/tag/2023.02) cannot yet be downloaded at https://www.nuand.com/win_installers/

rghilduta commented 1 year ago

It's on the todo list! Trying to get a few more patches in before rolling a new Windows installer. Stay tuned!

mpumputis commented 1 year ago

Any tentative release time for this?

lgoix commented 1 year ago

[Updated] I've recently built for windows again and I figured there were missing important steps...

I've been able to compile for Windows based on this tutorial but with some modifications:

https://github.com/Nuand/bladeRF/wiki/Building-libbladeRF-for-Windows

Libusb

PThread

BladeRF

open command line and verify: SoapySDRUtil --probe="driver=bladerf" You should see the 122.88 samples rates here: Sample rates: [0.520834, 30.72], [30.72, 61.44], [61.44, 122.88] MSps <-----

zimmer777 commented 1 year ago

I attempted to build it myself, but ran into too many issues. I would really appreciate a new Windows installer.

lgoix commented 1 year ago

I've just updated my previous comment to add more infos

For the Osmocom bloc in GnuRadio (https://github.com/Nuand/gr-osmosdr/), I've found a way to build it for Windows and use it with radioconda, if there are interest, I will publish the steps

zimmer777 commented 1 year ago

Thanks so much for posting the more detailed steps!

I managed to get it to work with libusb v1.0.26. To get that working, I had to modify the directory structure so the dll and lib files were in [LIBUSB_PATH]/MS64/dll/ - the download package had them in libusb-1.0.26-binaries\VS2015-x64\dll. Also, Windows often blocks downloaded dll and lib files, so those had to be unblocked as well.

Markus43 commented 3 months ago

It's been released 2 weeks ago, right?