Skip to content

myriadrf/LimeSuiteNG

Folders and files

NameName
Last commit message
Last commit date
Jan 28, 2025
Feb 12, 2025
Feb 11, 2025
Feb 14, 2025
Jan 28, 2025
Jan 27, 2025
Jan 28, 2025
Jan 24, 2025
Jan 21, 2025
Dec 29, 2024
Feb 17, 2025
Feb 17, 2025
Feb 17, 2025
Jan 26, 2025
Oct 31, 2023
Jul 3, 2024
Apr 5, 2024
Jun 12, 2024
Jan 26, 2025
May 28, 2022
Nov 26, 2024
Mar 25, 2024
Jan 27, 2025
Jan 27, 2025
Feb 12, 2025

Repository files navigation

Lime Suite NG

Build Status: Cross platform build status

Lime Suite NG is a collection of software supporting several hardware platforms based on the LMS7002M transceiver RFIC, such as LimeSDR family. It contains the following components:

  • limesuiteng library that provides C++ API ;
  • limeGUI graphical user interface for manipulating low-level chip functions and board settings, displaying FFT;

Plugins for external software:

  • SoapyLMS LimeSDR devices support for SoapySDR;

Supported devices

Installing

Linux:

  • Building from source:
git clone https://github.com/myriadrf/LimeSuiteNG
cd LimeSuiteNG
sudo ./install_dependencies.sh
cmake -B build && cd build
make
sudo make install
sudo ldconfig
  • Installing from packages:

apt:

Install the GPG key:

wget -qO - https://repo.myriadrf.org/lime-microsystems-public.gpg | gpg --dearmor | sudo tee /etc/apt/keyrings/lime-microsystems-public.gpg > /dev/null

Add source for your distribution:

echo "deb [signed-by=/etc/apt/keyrings/lime-microsystems-public.gpg] https://repo.myriadrf.org/apt stable main" | sudo tee /etc/apt/sources.list.d/repo.myriadrf.org.list

Update apt sources and install limesuiteng:

sudo apt-get update
sudo apt-get install limesuiteng

Windows:

git clone https://github.com/myriadrf/LimeSuiteNG
cd LimeSuiteNG
cmake -B build
cmake --build build --config Release

Optionally can be installed into system, installation requires to be ran with Administrative privileges
cmake --install build --config Release

Documentation

Information about LimeSDR boards:

Help and support

The discourse forum is a good way to find help and discuss topics: