Gr-limesdr Plugin for GNURadio: Difference between revisions
(Created page with "== Introduction == LimeSDR is a low cost, open source software defined radio (SDR) platform that can be used to support just about any type of wireless communication standard...") |
No edit summary |
||
Line 51: | Line 51: | ||
Now you should reload GNU Radio blocks by restarting GNU Radio or by pressing Reload blocks button in top bar as seen in Figure 1. gr-limesdr blocks appear under LimeSuite category. | Now you should reload GNU Radio blocks by restarting GNU Radio or by pressing Reload blocks button in top bar as seen in Figure 1. gr-limesdr blocks appear under LimeSuite category. | ||
[[File:Reload_Blocks_Button_GnuRadio.png|thumb|center|640px|Figure 1. Reload Blocks button in GNU Radio]] | |||
== Device configuration == | |||
=== LimeSuite Sink (TX) === | |||
First you should pick LimeSuite Sink (TX) from LimeSuite category as shown in Figure 2. | |||
[[File:LimeSuite_Sink_selection_in_LimeSuite.png|thumb|center|640px|Figure 2. LimeSuite Sink (TX) selection in LimeSuite category list]] | |||
LimeSuite Sink (TX) block appears in GNU Radio workspace as shown in Figure 3. | |||
[[File:LimeSuite_Sink_block.png|thumb|center|640px|Figure 3. LimeSuite Sink (TX) block]] | |||
To configure block double click on it. Now you can see settings as shown in Figure 4. | |||
[[File:LimeSuite_Sink_settings.png|thumb|center|640px|Figure 4. LimeSuite Sink (TX) settings]] | |||
{{Community}} | {{Community}} |
Revision as of 08:42, 24 April 2018
Introduction
LimeSDR is a low cost, open source software defined radio (SDR) platform that can be used to support just about any type of wireless communication standard. This document provides an overview of the installation process and operation of the gr-limesdr plugin for GNU Radio software. Currently this plugin supports LimeSDR-USB and LimeSDR-Mini boards.
Installation
This section covers gr-limesdr plugin installation instructions. Currently plugin supports only Linux platform. Tutorial is based on Ubuntu operating system.
Installing LimeSuite
Visit this link for information on how to install LimeSuite.
Installing GNU Radio
Visit this link for information on how to install GNU Radio.
Installing dependencies
Enter the following command in terminal to install Boost and SWIG:
sudo apt-get install libboost-all-dev swig
Building gr-limesdr from source
Downloading gr-limesdr source
Download gr-limesdr plugin by typing:
git clone https://github.com/myriadrf/gr-limesdr
Building and installing gr-limesdr from source
Enter the following commands in terminal:
cd gr-limesdr/build cmake .. make sudo make install sudo ldconfig
Now you should reload GNU Radio blocks by restarting GNU Radio or by pressing Reload blocks button in top bar as seen in Figure 1. gr-limesdr blocks appear under LimeSuite category.
Device configuration
LimeSuite Sink (TX)
First you should pick LimeSuite Sink (TX) from LimeSuite category as shown in Figure 2.
LimeSuite Sink (TX) block appears in GNU Radio workspace as shown in Figure 3.
To configure block double click on it. Now you can see settings as shown in Figure 4.
|