Project

General

Profile

LimeSDR Family » History » Version 2

laforge, 06/13/2017 06:03 PM

1 1 laforge
{{>toc}}
2
3
h1. LimeSDR
4
5
The LimeSDR is a low-cost SDR board featuring the Lime Microsystems LMS7002 RF chip.
6
7
h2. RF Power
8
9
h2. Clock
10
11
The on-board clock is a 250ppb VCTCXO.  GSM strictly requires 30ppb, but 250ppb _should_  be sufficient for laboratory use.
12
13
h3. Clock Calibration
14
15
TBD
16
17
h3. Using external clock reference
18
19
TBD
20
21
h2. OsmoTRX on LimeSDR
22
23
In terms of OsmoTRX support, you will a relatively complex driver stack consisting of:
24 2 laforge
* "LimeSuite":https://github.com/myriadrf/LimeSuite.git containing the actual drivers and utilities for LimeSDR
25 1 laforge
* "SoapySDR":https://github.com/pothosware/SoapySDR.git as middleware that wraps LimeSuite
26
* "SoapyUHD":https://github.com/pothosware/SoapyUHD.git as plug-in exposing SoapySDR devices to UHD
27
* UHD as the driver interface below OsmoTRX
28
29
You will need to observe the following dependencies when building the above:
30
# SoapyUHD depends on SoapySDR
31
# LimeSuite depends on SoapySDR.
32
33
h3. Verifying the driver stack
34
35
You can ensure that LimeSuite recognizes your device using the *LimeUtil* part of LimeSuite:
36
37
<pre>
38
$ LimeUtil --find                109/0/0
39
  * [LimeSDR-USB, media=USB 3.0, module=STREAM, addr=1d50:6108, serial=0009060B00xxyyzz]
40
</pre>
41
42
You can ensure that SoapySDR and LimeSuite work together as expected using the *SoapySDRUtil* part of SoapySDR:
43
44
<pre>
45
$ ./SoapySDRUtil --find                  101/0/0
46
######################################################
47
## Soapy SDR -- the SDR abstraction library
48
######################################################
49
50
linux; GNU C++ version 6.3.0 20170221; Boost_106200; UHD_003.009.005-0-unknown
51
52
Found device 0
53
  addr = 1d50:6108
54
  driver = lime
55
  label = LimeSDR-USB [USB 3.0] 9060B00462B1C
56
  media = USB 3.0
57
  module = STREAM
58
  name = LimeSDR-USB
59
  serial = 0009060B00xxyyzz
60
</pre>
Add picture from clipboard (Maximum size: 48.8 MB)