ESP32 WiFi Networking
Wokwi simulates a WiFi network with full internet access. You can use the ESP32 together with the virtual WiFi to prototype IoT projects. Common use cases include:
- Connect to MQTT servers to send sensor data
- Query web services over HTTP, HTTPS, and web sockets
- Run an HTTP server inside the ESP32 and connect to it from your browser (requires the Wokwi IoT Gateway)
Connecting to the WiFi
The simulator provides a virtual WiFi access point called Wokwi-GUEST. It is an open access point - no password is required.