From 8b702c3614dd0b08a89ee75a81fa770d2d00c32d Mon Sep 17 00:00:00 2001
From: wled-faq <137895155+wled-faq@users.noreply.github.com>
Date: Sun, 13 Oct 2024 20:40:57 +0200
Subject: [PATCH 1/2] Update compatible-led-strips.md
---
docs/basics/compatible-led-strips.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/basics/compatible-led-strips.md b/docs/basics/compatible-led-strips.md
index 234ae806b..808fdd62c 100644
--- a/docs/basics/compatible-led-strips.md
+++ b/docs/basics/compatible-led-strips.md
@@ -64,4 +64,5 @@ The amplifier shown in the picture is a cheap product. Its advantage is a metal
The simple structure means that the duty cycle of the PWM signal (the ratio between pulse and period duration) at the output is slightly distorted compared to the input. In many cases this is not critical, but it does result in the color composition of an RGB strip being slightly distorted. A significantly better (and slightly more expensive) version is described in this article (in German, includes schematics). Here the MOSFETs are controlled with push-pull drivers. This and some other measures in the circuit mean that the PWM signal is reproduced very accurately at the output.
-**NOTE:** There are some other types of LED amplifiers on the market (e.g. MiBoxer RGBW amplifiers and similar ones) that DO NOT work as described above because they require higher input voltage.
+**NOTE 1:** Meanwile there is another version of the same amplifier in the same housing on the market that does not have optocouplers and therefore can not be used as describe above (will destroy your WLED controller!).
+**NOTE 2:** There are some other types of LED amplifiers on the market (e.g. MiBoxer RGBW amplifiers and similar ones) that DO NOT work as described above because they require higher input voltage.
From 97589872899402d0c7995e9672736f43e43cb207 Mon Sep 17 00:00:00 2001
From: wled-faq <137895155+wled-faq@users.noreply.github.com>
Date: Sun, 13 Oct 2024 20:42:51 +0200
Subject: [PATCH 2/2] Update compatible-led-strips.md
---
docs/basics/compatible-led-strips.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/basics/compatible-led-strips.md b/docs/basics/compatible-led-strips.md
index 808fdd62c..871bff364 100644
--- a/docs/basics/compatible-led-strips.md
+++ b/docs/basics/compatible-led-strips.md
@@ -65,4 +65,5 @@ The amplifier shown in the picture is a cheap product. Its advantage is a metal
The simple structure means that the duty cycle of the PWM signal (the ratio between pulse and period duration) at the output is slightly distorted compared to the input. In many cases this is not critical, but it does result in the color composition of an RGB strip being slightly distorted. A significantly better (and slightly more expensive) version is described in this article (in German, includes schematics). Here the MOSFETs are controlled with push-pull drivers. This and some other measures in the circuit mean that the PWM signal is reproduced very accurately at the output.
**NOTE 1:** Meanwile there is another version of the same amplifier in the same housing on the market that does not have optocouplers and therefore can not be used as describe above (will destroy your WLED controller!).
+
**NOTE 2:** There are some other types of LED amplifiers on the market (e.g. MiBoxer RGBW amplifiers and similar ones) that DO NOT work as described above because they require higher input voltage.