Açıklama Yok

Your Name 7401015041 testing shows that analogwriterange does not work as it states, analogwriteresolution works, but only gives three options, 8, 9, and 10. tested 8 and 10, they work as intended 10 ay önce
web fbb842fe86 still working 10 ay önce
README.md ae16f4dc71 add some files 10 ay önce
esp-12f-product_specification_en.pdf 0469a81079 first commit 10 ay önce
esp12-f-guide.pdf 0469a81079 first commit 10 ay önce
esp8266-house-led-rgb.ino 7401015041 testing shows that analogwriterange does not work as it states, analogwriteresolution works, but only gives three options, 8, 9, and 10. tested 8 and 10, they work as intended 10 ay önce
pinout.png 0469a81079 first commit 10 ay önce

README.md

Simple WiFi RGB Light Controller

We have a cheap LED strip that has RGB lights connected in parallel. The strip looks like a single LED, technically a single red, single green, and single blue LED. It came with a junk controller and terrible documentation. When we plugged it in it allows selecting between on/off, six colors, and a weird strobing animation.

This project uses a ESP8266 WiFi enabled microcontroller that runs a HTTP server and connects to our network. There is a web based frontend that allows one to see what color is currently being displayed, select color, and program an animation.

ESP8266

Turn on the green LED maximum brightness, curl -X POST http://rain-gutter-rgb.lan.rome7.com/rgb -d "color=00FF00". Get the current color in decimal, curl http://rain-gutter-rgb.lan.rome7.com/dec.