-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uisng bb60 signalhound sdr #138
Comments
You could install https://github.com/SignalHound/soapy-bb60 and try to use it using a Soapy source as outlined here: https://github.com/muccc/gr-iridium#soapy-source-section First step would be to install the software mentioned above and post the output of |
I was just testing the bb60c on DragonOS (20.04) and found it to work with SoapySDR and GQRX, SDR++ via Soapy, etc.. however I only had it for a day and didn’t get to throughly test with GR. The directions above should work. Edit: the SDK part and doing the symlink was slightly confusing and I recall having to tweak the directions some. |
The output of SoapySDRUtil --info: `## Soapy SDR -- the SDR abstraction library ## Lib Version: v0.7.1-myriadrf1~ubuntu18.04
Available factories... airspy, bladerf, hackrf, miri, osmosdr, remote, rfspace, rtlsdr, uhd
|
Download DragonOS Focal here, https://sourceforge.net/projects/dragonos-focal/ Grab this zip here, unzip and sudo cp the contents of the 18.04 folder into /usr/local/lib Grab the sh_usb.rules from here and place in /etc/udev/rules.d/ Then follow the BB60C Soapy install steps This should get you support (but I've also only tested it on my install), gr-iridium is also built in already located in /usr/src/ This is part of my output from SoapySDRUtil. It's possible the files above will work on your 18.04 install.
|
Issue still not resolved. Getting following error while running this `-- The CXX compiler identification is GNU 7.5.0
Add the installation prefix of "SoapySDR" to CMAKE_PREFIX_PATH or set -- Configuring incomplete, errors occurred! ` |
Looks like the BB60's Soapy driver is based on an outdated version of SoapySDR (0.4 is at least 6 years old). I think you need to talk to Signalhound to update their driver. The other option for you might be to record raw IQ data to disk and process it offline. I don't know the tools for the BB60, but I assume the offer something like that. gr-iridium is able to process most formats. |
$ SoapySDRUtil -info Soapy SDR -- the SDR abstraction library###################################################### Lib Version: v0.8.1-g9cbaa3cf
|
Looks like you managed to get support. What happens if you try this:
|
Can somebody help me how one can use bb60c signalhound sdr with gr-iridium instead of RTL or HACKRF SDR? Manual of sdr can be found at https://signalhound.com/sigdownloads/BB60C/BB60C-User-Manual.pdf
The text was updated successfully, but these errors were encountered: