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…
ESP32 Web Server – Weather station
In this article we will see how to build a Web Server with ESP32. This Web Server will give us information about its environment such as temperature, humidity and atmospheric pressure. We will also have the ability to give it…