Skip to content
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

BladeRF & gr-bladeRF for GRC #76

Open
Francky46 opened this issue Jan 31, 2022 · 1 comment
Open

BladeRF & gr-bladeRF for GRC #76

Francky46 opened this issue Jan 31, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Francky46
Copy link

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 Francky46 added the enhancement New feature or request label Jan 31, 2022
@drws
Copy link

drws commented Oct 27, 2022

This one should probably be merged with #55.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants