Ina226 voltage and current sensor with esp8266 sending by MQTT36V max voltage and current sensor with ESP8266

Ina226 voltage and current sensor with esp8266 sending by MQTT36V max voltage and current sensor with ESP8266
Super dumb question. Why does my toy ESP8266 hang up and never recover when the windows PC does its usual thoughtless reboot because ‘reasons.’ Am I doing something dumb? beyond using windows that is, I know that already ^^;
IOT based home automation project | Circuits4you.comhttp://circuits4you.com/2016/05/19/iot-based-home-automation-project/
A tour of ChiliPeppr Cayenn devices, how they work, and what your Gcode needs to look like to use this amazing new feature.
esp8266 wroom-02 mains switch and optoisolated input
Can someone please look at my PCB – it’s my first one, and the circuit is pretty simple. However, when I soldered the components in and programmed the ESP8266, for some reason all the pins of the ESP8266 go high Read More
Hey everybody! I’ve been Googling around and I was wondering if anyone has gotten u8glib working with the esp8266? I see the u8glib maintainers saying that there’s a lack of garbage collecting that’s not compatible between Atmel and ESP, but Read More
Hola, Estoy trasteando un poco con NODEMCU y me estoy encontrando un problema enviando datos a un navegador web. intento enviar una pagina con el siguiente codigo: servidor:listen(80,function(con) con:on(‘receive’,function(con,pl) print(pl) con:send(‘HTTP/1.1 200 OK\r\nContent-Type: text/html\r\nServer: Manolo-Nodemcu\r\nConnection: Keep-Alive\r\n\r\nlinea1\r\nlinea2\r\n’) file.open(‘sitioweb.html’,r) repeat linea=file.readline() if Read More
Does anyone have an example of using SPIFFS file system in current ESP8266 Arduino IDE?