pisdr-image icon indicating copy to clipboard operation
pisdr-image copied to clipboard

BladeRF & gr-bladeRF for GRC

Open Francky46 opened this issue 3 years ago • 1 comments

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

Francky46 avatar Jan 31 '22 15:01 Francky46

This one should probably be merged with #55.

drws avatar Oct 27 '22 08:10 drws