diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-07 16:42:51 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-07 16:42:51 +0200 |
| commit | 63bc7d4d733190ad3e10264224ee1e0c94518678 (patch) | |
| tree | 17d3a440fb5152f462c3d2e85e5856616d7f741b | |
| parent | 93694112f18e355663bf70d1de927c48bdeff3b3 (diff) | |
| download | blog-63bc7d4d733190ad3e10264224ee1e0c94518678.tar.gz blog-63bc7d4d733190ad3e10264224ee1e0c94518678.zip | |
esp-ledstrip: post mortem
| -rw-r--r-- | content/tech/esp-ledstrip.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/tech/esp-ledstrip.md b/content/tech/esp-ledstrip.md index ad43460..5db5e07 100644 --- a/content/tech/esp-ledstrip.md +++ b/content/tech/esp-ledstrip.md @@ -21,3 +21,5 @@ On the ESP8266 runs a web server with a simple API to change the colors and a UD The Arduino sketch can be found [here](https://git.schneefux.xyz/electronics/esp-ledstrip/src/master/esp-ledstrip.ino).  + +A few weeks later, I spotted a mistake in my build. I used IRFZ44N transistors but I should have used IRF**L**Z44N transistors instead. The difference is that the Z version needs a higher voltage at the base, so the LEDs were never bright and drew just about two thirds of the power at maximum brightness. |
