LimeSDRMini experiments, examples and diy documentation.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
673 B

INSTALL LIMESUITE, GNURADIO AND SOAPY
work in progress...
see: https://wiki.myriadrf.org/Gr-limesdr_Plugin_for_GNURadio
INSTALL LIME SDR GNU RADIO PLUGIN
$ sudo apt-get install libboost-all-dev swig
$ git clone https://github.com/myriadrf/gr-limesdr
$ cd gr-limesdr
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install
$ sudo ldconfig
see:
https://wiki.myriadrf.org/Gr-limesdr_Plugin_for_GNURadio
note:
The original examples provided in the gr-limesdr plugin are not optimised for the
lime sdr MINI. They require some hacking.
CONVERT MP3 FILES FOR USE WITH EXAMPLE FM TRANSMITTER PATCH
$ sudo apt-get install libsox-fmt-mp3
$ sox infile.mp3 outfile.wav