Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 539 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 539 Bytes

gr-bladeRF

GNU Radio source and sink blocks for bladeRF devices.

bladeRF wiki

Installation

Build from source

git clone https://github.com/Nuand/gr-bladeRF.git
cd gr-bladeRF
mkdir build
cd build
cmake ..
make -j4
sudo make install

GNURadio-Companion Examples

Run FM-receiver example:

cd 
gnuradio-companion gr-bladeRF/apps/fm_receiver.grc

Run on Raspberry

How to install gr-bladeRF on Raspberry Pi 4