User Manual

10
WiFi connection example
The ESP32 really shines in applications where WiFi connectivity is required. The following example will harness
this extra functionality by having the ESP module function as a basic webserver.
1. Open the Arduino IDE, and open the AdvancedWebServer example by going to File > Examples >
WebServer > AdvancedWebServer
2. Replace YourSSIDHere with your own WiFi network name,
and replace YourPSKHere with your WiFi network password.