From Fedora Project Wiki

(links)
mNo edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:Limesdr-8 jpg project-body.jpg|right|400px]]
'''LimeSDR''' is an USB SDR device with full OpenSource software support. It has [http://limemicro.com Lime Microsystems] LMS7002M RF-transreceiver and Altera Cyclone IV EP4CE40F23 FPGA on board. It uses [[SoapySDR]] hardware abstration library for SDR-software.  
'''LimeSDR''' is an USB SDR device with full OpenSource software support. It has [http://limemicro.com Lime Microsystems] LMS7002M RF-transreceiver and Altera Cyclone IV EP4CE40F23 FPGA on board. It uses [[SoapySDR]] hardware abstration library for SDR-software.  


Line 14: Line 15:
  Bus 002 Device 087: ID 1d50:6108 OpenMoko, Inc. Myriad-RF LimeSDR
  Bus 002 Device 087: ID 1d50:6108 OpenMoko, Inc. Myriad-RF LimeSDR
device appears as OpenMoko.
device appears as OpenMoko.
== Lime Suite ==
Device support software is called [https://wiki.myriadrf.org/Lime_Suite Lime Suite] that provides LimeUtil, LimeQuickTest and graphical LimeSuiteGUI tool.


== gqrx ==
== gqrx ==
'''Gqrx''' support was [https://discourse.myriadrf.org/t/limesdr-with-gqrx-is-working/314/126 announced at 2016-05-01] by [http://oz9aec.net/ Alexandru Csete]. It needs to be run as root permissions.
'''Gqrx''' support was [https://discourse.myriadrf.org/t/limesdr-with-gqrx-is-working/314 announced at 2016-05-01] by [http://oz9aec.net/ Alexandru Csete]. It needs to be run as root permissions.


'''Configuration settings for I/O device:''':
'''Configuration settings for I/O device:''':
Line 28: Line 32:


=== Errors ===
=== Errors ===
* ''SoapySDR::Device::make() no match''
* ''SoapySDR::Device::make() no match'' - device permission problems.
* ''[ERROR] SetFrequencySXR(30 MHz) - cannot deliver frequency''  
* ''[ERROR] SetFrequencySXR(30 MHz) - cannot deliver frequency''
 
* ''[ERROR] Rx calibration: MCU error 3 (SXR tune failed)''


== See also ==
== See also ==
Line 38: Line 42:
* [https://limemicro.com limemicro.com Lime Microsystems Ltd]
* [https://limemicro.com limemicro.com Lime Microsystems Ltd]
* [https://myriadrf.org myriadrf.org]
* [https://myriadrf.org myriadrf.org]
** https://myriadrf.org/news/limesdr-made-simple-part-1/ myriadrf.org - LimeSDR Made Simple Part 1: Introduction]
** [https://myriadrf.org/projects/software/lime-suite/ myriadrf.org - LimeSuite]
** [https://myriadrf.org/projects/software/lime-suite/ myriadrf.org - LimeSuite]
** [https://wiki.myriadrf.org/Lime_Suite myriadrf.org - LimeSuite Wiki]
** [https://wiki.myriadrf.org/Lime_Suite myriadrf.org - LimeSuite Wiki]
** [https://myriadrf.org/projects/software/lms7002m-control-driver/  myriadrf.org - LMS7002m control driver]
** [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  
* [https://groups.google.com/forum/#!forum/gqrx groups.google.com gqrx forum]


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

Latest revision as of 10:00, 25 April 2019

Limesdr-8 jpg project-body.jpg

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.

Lime Suite

Device support software is called Lime Suite that provides LimeUtil, LimeQuickTest and graphical LimeSuiteGUI tool.

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 - device permission problems.
  • [ERROR] SetFrequencySXR(30 MHz) - cannot deliver frequency
  • [ERROR] Rx calibration: MCU error 3 (SXR tune failed)

See also

External links