ESP32 Web Server part 2

After the ESP32 development environment was set up. Now we can run some sample code. There are a lot of sample code in Arduino IDE. The Arduino IDE will open the sample code. Change the ssid and password to connect with Wifi. Then you need select port. After connected the ESP32 to PC, it will … Read more

ESP32 Web Server part 1

Projects A very simple web server which hosted on a ESP32 What’s ESP32 The ESP32 is a popular microcontroller module that is widely used in the field of embedded systems and IoT (Internet of Things) development. It is part of the ESP (Espressif) series of microcontrollers and modules developed by Espressif Systems, a company based … Read more