This tutorial demonstrates how to set up a MicroPython web server on an ESP32. A web page will show the temperature and humidity from a DHT22 sensor connected to an ESP32. Another web page will provide remote color and brightness control of a NeoPixel RGB LED.
All the code, schematics, notes and updates are available on my website: https://www.rototron.info/raspberry-p...
This is the 3rd in a series of MicroPython ESP32 tutorials. The prior 2 videos demonstrate how to load the MicroPython firmware, manipulate files, run code, use MQTT, work with sensors and NeoPixels.
Playlist for all videos: • ESP32 MicroPython Tutorials
UPDATE: Jean-Christophe released version 2.0 of microWebSrv which is more robust, more efficient and faster: https://github.com/jczic/MicroWebSrv2