In this article we attempt to upgrade the ESP32 Web Server that we developed in our previous article. The upgrade concerns two functions of the station. The first has to do with the power supply of the device and the…
ESP32 WebServer with automatic Wi-Fi Setup
The ESP32 microcontroller has the ability to create a wifi network in two ways, either by creating an Access Point (AP) where it functions as a Wi-Fi hotspot (router) or by creating a Station (STA) where it functions as a…