From Fedora Project Wiki

(first cut)
 
(links)
Line 37: Line 37:
== External links ==
== External links ==
* [https://limemicro.com limemicro.com Lime Microsystems Ltd]
* [https://limemicro.com limemicro.com Lime Microsystems Ltd]
* [https://myriadrf.org myriadrf.org]
** [https://myriadrf.org/projects/software/lime-suite/ myriadrf.org - LimeSuite]
** [https://wiki.myriadrf.org/Lime_Suite myriadrf.org - LimeSuite Wiki]
** [https://myriadrf.org/projects/software/lms7002m-control-driver/  myriadrf.org - LMS7002m control driver]
* https://www.crowdsupply.com/lime-micro/limesdr  
* https://www.crowdsupply.com/lime-micro/limesdr  


[[Category:Radio]]
[[Category:Radio]]
[[Category:SDR]]
[[Category:SDR]]

Revision as of 08:50, 23 April 2019

LimeSDR is an USB SDR device with full OpenSource software support. It has Lime Microsystems LMS7002M RF-transreceiver and Altera Cyclone IV EP4CE40F23 FPGA on board. It uses SoapySDR hardware abstration library for SDR-software.

Main features:

  • RD frequency range: 100kHz-3.8GHz
  • RF bandwidth: 61.44MHz
  • Sample depth: 12 bits
  • Sample rate: 61.44MSPS
  • Host interface: USB 3.0

Hardware

$ lsusb
Bus 002 Device 087: ID 1d50:6108 OpenMoko, Inc. Myriad-RF LimeSDR

device appears as OpenMoko.

gqrx

Gqrx support was announced at 2016-05-01 by Alexandru Csete. It needs to be run as root permissions.

Configuration settings for I/O device::

  • Device string: soapy=0,driver=lime
  • manually set sample rate and bandwidth:
    • sample rate:
    • bandwidth:
  • Leave “LNB LO” at 0 unless you actually have an LNB in front of your device.

Sample rates that work: 1.25, 2.5, 5, 10 Msps. Bandwidths: 1.5, 4, 10 MHz Other sample rates will also work For frequencies < 30 MHz, use bandwidth 60 MHz (or 100 ) For frequencies > 30 MHz, we can use 0 meaning auto. Other bandwidth values should also work, but some of them crash.

Errors

  • SoapySDR::Device::make() no match
  • [ERROR] SetFrequencySXR(30 MHz) - cannot deliver frequency


See also

External links