Skip to content

myriadrf/gr-limesdr

gr-3.8
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 52 commits ahead, 18 commits behind master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
grc
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 

gr-limesdr

Package includes GNU Radio blocks for various LimeSDR boards.

Documentation

Dependencies

  • GNU Radio (>=3.8)
  • BOOST
  • SWIG
  • LimeSuite

Installation process

  • Installing GNURadio To install GNURadio3.8 please follow this guide Installing GNURadio

  • Installing via PPA Only available for Ubuntu 20.04

sudo add-apt-repository -y ppa:myriadrf/drivers
sudo add-apt-repository -y ppa:myriadrf/gnuradio
sudo apt update
sudo apt install gr-limesdr
  • Building from source
git clone https://github.com/myriadrf/gr-limesdr.git
cd gr-limesdr
git checkout gr-3.8
mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig

To compile with LimeRFE board support change cmake .. line to cmake -DENABLE_RFE=ON ..

GNU Radio-Companion examples

GNU Radio-Companion examples are located in: gr-limesdr/examples