Page 1 of 1

Only GNU radio sees bladeRF

Posted: Mon May 01, 2017 10:29 am
by txjacob
Hi all,
I recently switched from windows to OS X, and I am trying to get my bladeRF up and running on it. I've gotten GNU radio to work and I can receive signals with it, however, I have been unable to get anything else to work. I've downloaded the GQRX binary off of their website and tried it, but it didn't work. I've also tried cubicSDR and it also fails to see the bladeRF. I've made a short attempt to install GQRX by compiling it through homebrew, but haven't actually gone through the entire process since QT takes so long to build.

Any advice or help troubleshooting would be MUCH appreciated.

Re: Only GNU radio sees bladeRF

Posted: Mon May 01, 2017 10:58 am
by bglod
Gqrx uses GNURadio, so it should work. What's the device string you are using when you try the Gqrx binary?

I highly recommend building all these tools from source, or at the very least installing them through your Linux package manager. That's the only way you can be sure things are compiled against the same library versions as what's on your system.

Re: Only GNU radio sees bladeRF

Posted: Mon May 01, 2017 11:06 am
by txjacob
bglod wrote:Gqrx uses GNURadio, so it should work. What's the device string you are using when you try the Gqrx binary?

I highly recommend building all these tools from source, or at the very least installing them through your Linux package manager. That's the only way you can be sure things are compiled against the same library versions as what's on your system.
I have been using "bladerf=0,buffers=128,buflen=8192,transfers=32"

I'm currently installing Pothos as it seems to have a more integrated install through homebrew then some of the other homebrew instructions I have read.