We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've tested these features on my PiSDR 6.1 (64) and it works fine for me.
BladeRF Compile the BladeRF sources from the official official repository
cd ~ git clone https://github.com/Nuand/bladeRF.git cd bladeRF mkdir build && cd build cmake .. make -j3 sudo make install && sudo ldconfig
gr-bladeRF Compile the gr-bladeRF sources from the official official repository
cd ~ git clone https://github.com/Nuand/gr-bladeRF.git cd gr-bladeRF mkdir build && cd build cmake .. make -j3 sudo make install && sudo ldconfig
Find both BladeRF Sink and BladeRF Source You can find both BladeRF source and sink directly in the bladeRF category of gnuradio
Additional : fpga images for bladerf use To load the FPGA Images corresponding to your bladeRF device:
bladeRF-cli -l path/to/fpga-image.rbf
Please check the documentation before
bladeRF-cli -h
The text was updated successfully, but these errors were encountered:
This one should probably be merged with #55.
Sorry, something went wrong.
No branches or pull requests
I've tested these features on my PiSDR 6.1 (64) and it works fine for me.
BladeRF
Compile the BladeRF sources from the official official repository
gr-bladeRF
Compile the gr-bladeRF sources from the official official repository
Find both BladeRF Sink and BladeRF Source
You can find both BladeRF source and sink directly in the bladeRF category of gnuradio
Additional : fpga images for bladerf use
To load the FPGA Images corresponding to your bladeRF device:
Please check the documentation before
The text was updated successfully, but these errors were encountered: