LimeSDR: updated documentation

This commit is contained in:
f4exb 2017-05-08 11:59:30 +02:00
parent 7b00c47a71
commit a159e72e20
3 changed files with 10 additions and 4 deletions

View File

@ -32,7 +32,7 @@ From version 3 transmission or signal generation is supported for BladeRF and Ha
- [BladeRF output plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/bladerfoutput) limited support in Windows
- [HackRF output plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/hackrfoutput)
- [LimeSDR output plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/limesdroutput) Linux only
- [LimeSDR output plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/limesdroutput) Linux only and experimental
- [File output or file sink plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/filesink)
<h1>Supported hardware</h1>
@ -79,7 +79,9 @@ HackRF is better used with a sampling rate of 4.8 MS/s and above. The 2.4 and 3.
<h2>LimeSDR</h2>
Linux only.
Linux only and experimental.
&#9888; LimeSuite library itself is unstable or made unstable in the source and sink plugins due to lack of documentation. These plugins are provided as a minimal support and further development is suspended until proper support for LimeSDR is available.
You will need a minimal installation of LimeSuite:

View File

@ -2,7 +2,9 @@
<h2>Introduction</h2>
This output sample sink plugin sends its samples to a [LimeSDR device](https://myriadrf.org/projects/limesdr/). LimeSDR support in SDRangel is for Linux only.
This output sample sink plugin sends its samples to a [LimeSDR device](https://myriadrf.org/projects/limesdr/). LimeSDR support in SDRangel is for Linux only and experimental.
&#9888; LimeSuite library itself is unstable or made unstable in this plugin due to lack of documentation. This plugin is provided as a minimal support and further development is suspended until proper support for LimeSDR is available.
LimeSDR is a 2x2 MIMO device so it has two transmitting channels that can run concurrently. To activate the second channel when the first is already active just open a new sink tab in the main window (Devices -> Add sink device) and select the same LimeSDR device.

View File

@ -2,7 +2,9 @@
<h2>Introduction</h2>
This input sample source plugin gets its samples from a [LimeSDR device](https://myriadrf.org/projects/limesdr/). LimeSDR support in SDRangel is for Linux only.
This input sample source plugin gets its samples from a [LimeSDR device](https://myriadrf.org/projects/limesdr/). LimeSDR support in SDRangel is for Linux only and experimental.
&#9888; LimeSuite library itself is unstable or made unstable in this plugin due to lack of documentation. This plugin is provided as a minimal support and further development is suspended until proper support for LimeSDR is available.
LimeSDR is a 2x2 MIMO device so it has two receiving channels that can run concurrently. To activate the second channel when the first is already active just open a new source tab in the main window (Devices -> Add source device) and select the same LimeSDR device.