Arduino has a library for quickly and easily setting up a simple web server on an ESP8622-based board, and [Tomaž] found that power consumption on an ESP-01 can be reduced a considerable amount by ...
Of course, you’ll use the usual language you use on the ESP8266 — [Acrobotic] uses C++ in the Arduino IDE. On the browser side you’ll use JavaScript, although that will be embedded in your C++ program ...
The 'web_server' component, combined with an unreliable client connection, results in watchdog triggers when using esp-idf. I can reproduce this behaviour using a smartphone by constantly refreshing ...