Category: ESP-IDF
-
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…