LimeSDR ExtIO Plugin for HDSDR: Difference between revisions

Democratising Wireless Innovation
Jump to navigation Jump to search
Line 16: Line 16:
=== ExtIO plugin installation ===
=== ExtIO plugin installation ===


* Install HDSDR software. Download it by following this link: [link]  
* Install HDSDR software. Download it by following this [http://www.hdsdr.de/download/HDSDR_install.exe link].
* Install Microsoft Visual C++ Redistributable for Visual Studio 2017 x86. Download it by following this link: [link].
* Install Microsoft Visual C++ Redistributable for Visual Studio 2017 x86. Download it by following this [https://aka.ms/vs/15/release/vc_redist.x86.exe link].
* Unzip the ''ExtIO_LimeSDR.dll'' file to the HDSDR program directory (The default installation directory is: ''C:\Program Files (x86)\HDSDR'').
* Download the precompiled [http://downloads.myriadrf.org/project/limesuite/18.04/ExtIO_LimeSDR_1.04.dll ExtIO_LimeSDR.dll] file to the HDSDR program directory (The default installation directory is: ''C:\Program Files (x86)\HDSDR'').


This concludes the plugin installation process.  
This concludes the plugin installation process.  
After launching HDSDR program choose ''ExtIO_LimeSDR.dll'' if demanded.
After launching HDSDR program choose ''ExtIO_LimeSDR.dll'' if demanded.


=== Building from source ===
=== Building from source ===

Revision as of 06:19, 17 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 ExtIO plugin for HDSDR software. Currently this plugin supports LimeSDR-USB and LimeSDR-Mini boards.


Installation

This section covers ExtIO plugin installation instructions. For a simple installation process use precompiled libraries and skip section 2.3. To build plugin from source follow instructions in section 2.3.


Driver installation

First make sure the correct USB drivers are installed. For LimeSDR-USB visit this link and for LimeSDR-Mini visit this link.


ExtIO plugin installation

  • Install HDSDR software. Download it by following this link.
  • Install Microsoft Visual C++ Redistributable for Visual Studio 2017 x86. Download it by following this link.
  • Download the precompiled ExtIO_LimeSDR.dll file to the HDSDR program directory (The default installation directory is: C:\Program Files (x86)\HDSDR).

This concludes the plugin installation process. After launching HDSDR program choose ExtIO_LimeSDR.dll if demanded.

Building from source

Get dependencies

  • Visual Studio 2015 or later.

All other dependencies will be installed when building LimeSuite.


Build LimeSuite from source

To build LimeSuite from source you can follow this guide. Before generating the project with cmake-gui make sure that BUILD_SHARED_LIBS is unchecked, as shown in Figure 1.

Figure 1. Cmake configuration


Build ExtIO_LimeSDR from source

After building LimeSuite from source open the GIT Bash command prompt and run the fallowing command to clone the repository:

git clone https://github.com/myriadrf/ExtIO_LimeSDR

Then open the project in Visual Studio and go to Project->ExtIO_LimeSDR Properties...->C/C++->General->Additional Include Directories. Change LimeSuite source and installation directories to the ones matching your paths. Include directories paths example is shown in Figure 2.

Figure 2. Include directories paths


Next open Project->ExtIO_LimeSDR Properties...->Linker->General->Additional Library Directories. Change LimeSuite binaries, source and installation directories matching your paths. If you installed CyUSB in different path change that location too. Library directories paths example is shown in Figure 3.

Figure 3. Library directories paths


After that run the build target. Now copy the ExtIO_LimeSDR.dll file which is located in ExtIO_LimeSDR/Release directory to HDSDR installation directory. This concludes the installation process. After launching HDSDR program choose ExtIO_LimeSDR.dll if demanded.

Device configuration

Device configuration in ExtIO dialog

To open the configuration window, click the ExtIO button in the HDSDR program as shown in Figure 4.

Figure 4. HDSDR ExtIO button


After clicking the button, a dialog box shown in Figure 5 should appear.

Figure 5. Main dialog panel


Available dialog panel options:

  • Device: This dropdown menu shows all connected LimeSDR devices. After switching to a different device all settings are reset to their defaults.
  • Channel: This dropdown menu is used to change the active RX channel. The number of available channels depends on the connected device. After switching to a different channel, all other settings are kept unchanged.
  • Antenna: This dropdown menu is used to select the antenna for the specified RX channel. Number of available antennas depends on selected device.
  • Calibrate: This button performs an automatic IQ gain and phase correction of the specified RX channel. The calibration bandwidth is set in the textbox and the available range for bandwidth is from 2.5MHz to 120MHz. Calibration is performed automatically after changing the device, switching the channel, changing the antenna, pressing the reset button, changing the sampling rate, enabling or disabling the LPF or changing LPF bandwidth. Calibration bandwidth is automatically changed after switching sample rate or after setting the LPF bandwidth lower than calibration bandwidth. Calibration can and should be performed manually after changing the LO frequency or any gain control.
  • Calibration Status: This text indicates the current status of calibration. Currently it can have three states:
    • Calibrated – This shows that the device is calibrated and ready to use.
    • Not Calibrated – This shows that the device is not calibrated.
    • Calibration Failed – This shows that the calibration was performed unsuccessfully.
  • Set: This button changes the LPF bandwidth to the one set in the textbox and enables the filter if it was disabled. The available range for bandwidth selection is from 1.4MHz to 130MHz. The LPF bandwidth is automatically changed after switching sample rate. For more information about the LPF follow this link.
  • Enable LPF: This checkbox controls if the LPF is enabled or disabled.
  • Reset: This button reinitializes the LimeSDR board with default settings. Default settings are listed in Table 1.
Table 1. Default settings
Setting Default value
Channel RX1
Antenna LNA_H
Calibration bandwidth 4.0 MHz
Analog LPF bandwidth 4.0 MHz
LNA -3dB
TIA -12dB
PGA -4dB


  • Gain settings: This block has three sliders which control the three separate gain control elements. The gain control architecture is shown in Figure 6.
    • LNA: This gain control consists of 30 dB range with 1 dB steps at high gain settings and 3 dB steps at low gain settings.
    • TIA: This gain control slider has 12 dB range but only three steps which are 0 dB, -3 dB and -12 dB.
    • PGA: This gain control slider has 32 dB range with 1 dB steps.


Figure 6. RX gain control architecture


Device configuration in the HDSDR software

To change the device gain with one slider, press the RF button and move the slider in the HDSDR software window as shown in Figure 7.

Figure 7. HDSDR RF gain slider


This gain control consists of 74 dB range with 1 dB steps.

To change the sampling rate, press the Bandwidth [F6] button in the HDSDR software window. A new menu will appear where you can change the sample rate.

Figure 8. HDSDR sampling rate settings


Available sampling rates are 2, 4, 8, 10, 15, 20, 25 and 30MSPS. Changing the sampling rate also changes current LPF and Calibration bandwidth.


More information

  1. Installing and using HDSDR
  2. HDSDR 2.61 Documentation
  3. LimeSDR-Mini Wiki page
  4. LimeSDR-USB Wiki page