017 – ESP32 MicroPython: DHT Values Auto Updates using AJAX

In the previous tutorials we learned to create web server both as station mode and access point mode using socket connection.  And in last video, we use a DHT sensor … Read More

015 – ESP32 MicroPython: Web Server | ESP32 Station Mode in MicroPython

In this article, we will learn how to create a web server hosted in ESP32 using MicroPython language for controlling the state of GPIO pin. This can be applied for controlling a relay which is popular in home automation projects.