W5500-ESPAsyncWebServer
W5500-ESPAsyncWebServer
The W5500-ESPAsyncWebServer is an advanced webserver solution for the ESP32-S3-DevkitC-1 MCU. It's based on a modified version of the ESP_Async_WebServer by mathieucarbou (available at GitHub), which includes up-to-date concurrency fixes.
Key Features:
Asynchronous Functionality: Enables handling of multiple client requests concurrently.
WebSocket Support: Allows real-time communication with connected clients.
Interactive Webpage Interface: Features three buttons to control ESP32-S3 pin states.
Real-Time Client Updates: Immediate synchronization of button states across all clients.
Compatibility: Tested on Arduino IDE 2.2.1 with Espressif board package 2.0.14.
Limitation: Pin states (On as high, Off as low) are hardcoded in the current sketch.