Skip to content
forked from Nuand/gr-bladeRF

GNU Radio block for bladeRF devices

License

Notifications You must be signed in to change notification settings

aoweis/gr-bladeRF

 
 

Repository files navigation

gr-bladeRF

This is a fork of GNU Radio source and sink blocks for bladeRF devices. The only difference is the reduction in the default number and size of the Tx buffers in the sink to reduce latency.

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

About

GNU Radio block for bladeRF devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.8%
  • Python 19.9%
  • CMake 9.8%
  • C 2.2%
  • Other 1.3%