diff --git a/Readme.md b/Readme.md
index 61915465f..365e21eb3 100644
--- a/Readme.md
+++ b/Readme.md
@@ -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)
Supported hardware
@@ -79,7 +79,9 @@ HackRF is better used with a sampling rate of 4.8 MS/s and above. The 2.4 and 3.
LimeSDR
-Linux only.
+Linux only and experimental.
+
+⚠ 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:
diff --git a/plugins/samplesink/limesdroutput/readme.md b/plugins/samplesink/limesdroutput/readme.md
index 139c08a78..a8650768d 100644
--- a/plugins/samplesink/limesdroutput/readme.md
+++ b/plugins/samplesink/limesdroutput/readme.md
@@ -2,7 +2,9 @@
Introduction
-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.
+
+⚠ 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.
diff --git a/plugins/samplesource/limesdrinput/readme.md b/plugins/samplesource/limesdrinput/readme.md
index 676e001df..e1bca2d9b 100644
--- a/plugins/samplesource/limesdrinput/readme.md
+++ b/plugins/samplesource/limesdrinput/readme.md
@@ -2,7 +2,9 @@
Introduction
-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.
+
+⚠ 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.