gnieboer / GNURadio_Windows_Build_Scripts

A series of Powershell scripts to automatically download, build from source, and install GNURadio and -all- it's dependencies as 64-bit native binaries then package as an msi using Visual Studio 2015
GNU General Public License v3.0
89 stars 33 forks source link

Windows version of Hack rf one does not work for v3.7.13.5/v1.6 but works for v3.7.11.1/v1.3 #40

Closed firsttan closed 4 years ago

firsttan commented 4 years ago

Windows version of GNURadio using Hack RF one does not work for v3.7.13.5/v1.6 but works for v3.7.11.1/v1.3.

When running a flow graph with osmocom source using hack RF one using v3.7.13.5/v1.6 A popup window will show with just the icon, maximize and close button then the popup will close.

After uninstalling v3.7.13.5/v1.6 and installing v3.7.11.1/v1.3.

The same popup will occur initially then the popup will resize to show the results of the flow graph successfully. The same flow graph plays FM radio correctly in this version.

FM_Receiver1.grc.txt

image

gnieboer commented 4 years ago

OK, thanks for the description and the GRC file. Hopefully straightforward to replicate, my HackRF arrived about two months ago. I will take a look and let you know.

firsttan commented 4 years ago

Great, Thanks looking forward to it.

gnieboer commented 4 years ago

OK, I think this is a simple configuration issue. In the osmocom source block, just set "device arguments" to "hackrf".

The .grc file failed for me as well, but with that change didn't have any problems.

Why did it work before? Perhaps you had a different set of devices plugged in? (when it failed for me, it tried to load up my B200 but failed since the device args weren't correct for it)

If that's not the case, then it must be a change that happened in one of the underlying drivers involved. Either way, the fix above should take care of it.

On Mon, Oct 14, 2019 at 5:08 PM firsttan notifications@github.com wrote:

Great, Thanks looking forward to it.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/gnieboer/GNURadio_Windows_Build_Scripts/issues/40?email_source=notifications&email_token=AAYSW2ICD6JENRGD7YAVF4TQOTNVBA5CNFSM4JAFHGY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBGRLMA#issuecomment-541922736, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYSW2OZRFK6BCB3G6JZYYDQOTNVBANCNFSM4JAFHGYQ .

firsttan commented 4 years ago

Thanks! Yeah the fix above works for me. In the previous version I could drop in the "osmocom Source" and switch between the rtl-sdr and the hack rf which was nice.