diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/tech/esp-ledstrip.md | 23 | ||||
| -rw-r--r-- | content/tech/music-led-visualisation.md | 4 |
2 files changed, 27 insertions, 0 deletions
diff --git a/content/tech/esp-ledstrip.md b/content/tech/esp-ledstrip.md new file mode 100644 index 0000000..6dfcbeb --- /dev/null +++ b/content/tech/esp-ledstrip.md @@ -0,0 +1,23 @@ +--- +categories: +- embedded +date: 2016-06-05 +title: (Almost) Wireless LED strip controller +--- + +After a [failed attempt]({{< ref "music-led-visualisation.md" >}}), I succeeded in building a wireless analog LED strip controller. + + + +The most important part in this setup is a 12V-3.3V regulator that passes 12V to the transistors and 3.3V to the WiFi chip. Instead of gluing inefficient Darlington transistors on top of CD cases, I used IRFZ44N MOSFETs with a heatsink each on a stripboard. The principle remains the same as with the Arduino. + + + +There are fewer long cables, which makes the controller more compact and less ugly. + + + +On the ESP8266 runs a web server with a simple API to change the colors and a UDP listener that allows the Hyperion server to connect. +The Arduino sketch can be found [here](https://git.schneefux.xyz/?p=esp-ledstrip;a=blob;f=esp-ledstrip.ino). + + diff --git a/content/tech/music-led-visualisation.md b/content/tech/music-led-visualisation.md index f7d5c12..7aeba80 100644 --- a/content/tech/music-led-visualisation.md +++ b/content/tech/music-led-visualisation.md @@ -23,3 +23,7 @@ Well… that didn't work out quite well. I used Arduino Unos instead.  _Do not reproduce, this fries the ESP…_ + + + +_The controller in use_ |
