π This video is part of a tutorial series on ESP32.
π The video demonstrates how to make an ESP32 run as a web server.
π₯οΈπ± The tutorial shows how to access the server remotely using a PC and smartphone.
π‘ To access the ESP remotely, we need to call the start server block and wait for a connection.
π» The webpage displayed will include features that the user can interact with.
π If unfamiliar with HTML, it is recommended to watch an online tutorial.
Running a simple web server on ESP32 board and accessing it on the browser.
Adding information to the webpage using the span element.
πΊ This video is a tutorial on running a simple Web Server using ESP32.
βοΈ The video explains how to display the value of an attached sensor using HTML tags.
π Additional HTML tags can be used to customize the web server.
π The video tutorial demonstrates how to use the HTML block to change the title of a webpage and display the time since the program started and the value of a touch sensor.
π The tutorial shows how to create a simple web server using the ESP32, allowing users to push a button on the webpage to change the displayed time and update the title.
π» By following the tutorial, viewers can learn how to customize and run their own web forms using the ESP32 microcontroller.
πΊ This video tutorial is about running a simple web server using ESP32.
π₯οΈ The ESP32 is a powerful microcontroller that can be used to create web servers.
π The tutorial demonstrates how to set up a basic web server and handle HTTP requests.