Closed JonathanB98 closed 1 month ago
I have the exact same behavior on my side.
@JonathanB98 after adding https://github.com/Nuand/gr-bladeRF to my gnuradio setup, rx with the bladeRF micro worked for me.
Thank you for the hint, I got it working with that
Hi, I am trying to run dvbs2-rx with a bladeRF source like this:
dvbs2-rx --source bladeRF --in-real-time --freq 433e6 --sym-rate 1e6 --gui
Unfortunately, the bladeRF Python-module can not be found:
I installed the libbladerf-Python-Bindings from here: Nuand/bladeRF and I can import the bladerf (but not the bladeRF) Module in Python:
The bladerf-Module can also be imported in dvbs2-rx, when I change the
import bladeRF
-line toimport bladerf as bladeRF
This fixed the ModuleNotFoundError, but apparently the Module is missing thesource
-Attribute:I suspect I have a version of the bladeRF module installed that is not compatible with dvbs2-rx or is there a whole other project for the library apart from the one in Nuand/bladeRF ? Could someone tell me where I can get a compatible bladeRF-Library