Category: ESP32S3
-
Building a WiFi-Controlled Device with ESP32-S3 – Adding a web socket – Part 3
In this third part of the article series on building a WiFi-controlled device with the ESP32-S3, we will explore how to integrate WebSocket functionality into the project. With the groundwork laid in Part 2, where we set up the WiFi connection, access point, and served a web page, we will now enhance the interactivity of…
-
Building a WiFi-Controlled Device with ESP32-S3 – Adding a web interface – Part 2
In this second part of the Wi-Fi-controlled Pokéball project, I’ll guide you through setting up the ESP32-S3 to serve the web app directly to a connected client. This involves configuring a basic HTTP server on the ESP32, initializing it, and handling URI requests to serve our HTML, CSS, and JavaScript files. I’ll also cover building…