mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
LimeSDR: updated documentation
This commit is contained in:
parent
88442aa579
commit
7c5da2e84d
@ -28,11 +28,11 @@ From version 2 SDRangel can integrate more than one hardware device running conc
|
||||
|
||||
<h2>Transmission support</h2>
|
||||
|
||||
From version 3 transmission or signal generation is supported for BladeRF and HackRF (since version 3.1) using a sample sink plugin. These plugins are:
|
||||
From version 3 transmission or signal generation is supported for BladeRF, HackRF (since version 3.1) and LimeSDR (since version 3.4) using a sample sink plugin. These plugins are:
|
||||
|
||||
- [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 and experimental
|
||||
- [LimeSDR output plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/limesdroutput) not for Win32
|
||||
- [File output or file sink plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/filesink)
|
||||
|
||||
<h1>Supported hardware</h1>
|
||||
@ -79,9 +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 and experimental.
|
||||
LimeSDR plugins are not included in Win32 binary distribution.
|
||||
|
||||
⚠ 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.
|
||||
⚠ LimeSuite library is difficult to implement due to the lack of documentation. The plugins should work normally when running as single instances. Support of both Rx and/or both Rx running concurrently is experimental.
|
||||
|
||||
You will need a minimal installation of LimeSuite:
|
||||
|
||||
|
@ -2,9 +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 and experimental.
|
||||
This output sample sink plugin sends its samples to a [LimeSDR device](https://myriadrf.org/projects/limesdr/). LimeSDR plugins are not included in the Win32 binary distribution.
|
||||
|
||||
⚠ 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.
|
||||
⚠ LimeSuite library is difficult to implement due to the lack of documentation. The plugins should work normally when running as single instances. Support of both Rx and/or both Rx running concurrently is experimental.
|
||||
|
||||
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.
|
||||
|
||||
|
@ -2,9 +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 and experimental.
|
||||
This input sample source plugin gets its samples from a [LimeSDR device](https://myriadrf.org/projects/limesdr/). LimeSDR plugins are not included in the Win32 binary distribution.
|
||||
|
||||
⚠ 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.
|
||||
⚠ LimeSuite library is difficult to implement due to the lack of documentation. The plugins should work normally when running as single instances. Support of both Rx and/or both Rx running concurrently is experimental.
|
||||
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user