From 72b8246702be0297af6c09aa3921a7ff2caaa476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Sun, 16 Jun 2024 16:07:32 +0200 Subject: [PATCH] doc: add SP511E alternative --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ff3312..60fc955 100644 --- a/README.md +++ b/README.md @@ -185,3 +185,4 @@ With WLED, but without DMX: - [GLEDOPTO](https://www.gledopto.com/h-col-438.html): poor transistor based level shifter, does drown out at 5V ([analysis](https://www.youtube.com/watch?v=I4psXhLCSxY), around 1:40) - [athom](https://www.athom.tech/blank-1/wled-esp32-music-addressable-led-strip-controller): level shifter input issue ([analysis](https://www.youtube.com/watch?v=I4psXhLCSxY), around 2:40) - [A1-SLWF-03](https://smlight.tech/product/slwf-03/): poor antenna design (surrounded by copper), and dangerous transistor based level shifter to input voltage ([analysis](https://www.youtube.com/watch?v=I4psXhLCSxY), around 3:30) +- [SP511E](https://github.com/scottrbailey/WLED-Utils/blob/gh-pages/sp511e_wled.md): ESP8266-based board, transistor-based level lifter, 5-24V capable. The two output share the same data pins. It's a pretty limited device, but it is very cheap, and just to drive or test LED strips, it does an OK job.