with 5V or even 3.3V output for direct ESP8266 power
can be found here: Synchronous step down DC-DC converter
Available on Tindie: https://www.tindie.com/products/nEXT_EVO1/universal-ac-mains-dimmer-mpdmv41/
Explore... Chat... Share...
void getV() {
R = roundf(r/10.23); //was (r/2.55);
G = roundf(g/10.23); //was (g/2.55);
B = roundf(b/10.23); //was (b/2.55);
x = max(R,G);
V = max(x, B);
}
"brightness": {
"status": "http://localhost/api/v1/brightness_s1",
"url": "http://localhost/api/v1/brightness_s1/%s"
}
//Set brightness White 1
if(readString.indexOf("brightness_s1") >0) {
brightW1 = readString.substring(9).toInt(); //This doesn't work
//brightW1=25; //this worked fine
setW1();
}
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]