In this tutorial we are making ESP32 as both Station and Access point and web server. We have seen how to connect to WiFi Router and make web server in previous post.
What you will Learn?
- Making ESP32 as Access Point
- ESP32 as Station
- ESP32 as both Station and Access Point at the same time
- ESP32 as web server with HTML web page
- Using Java Scripts in ESP32
- Using CSS in ESP32
A Web server is a program that uses HTTP (Hypertext Transfer Protocol) to serve the files that form Web pages to users, in response to their requests, which are forwarded by their computers’ HTTP clients.
Continue reading ESP32 Access point (AP) and Station web server with HTML using Arduino IDE