This repository contains a PlatformIO project based on T-ETH-LITE ESP32-S3, using the Arduino framework.
Ce dépôt contient un projet PlatformIO basé sur T-ETH-LITE ESP32-S3, utilisant le framework Arduino.
- Asynchronous webserver
- Network management via Ethernet (W5500) and/or Wi-Fi
- PlatformIO / VSCode compatible (can be adapted to Arduino IDE)
- Minimal example in
src/main.cpp - Extending the Flash memory partition to 16MB
For more info, consult the F1ATB.fr web site.
- Serveur Web Asynchrone
- Gestion réseau via Ethernet (W5500) et/ou Wi-Fi
- Compatible PlatformIO / VSCode (peut être adapté à l'IDE Arduino)
- Exemple minimal dans
src/main.cpp - Extension de la partition mémoire sur 16Mo
Pour plus d'informations, consultez le site web F1ATB.fr.
git clone https://github.com/F1ATB/ESP32-S3-AsyncWeb-ETH-WIFI.git
cd <ESP32-S3-AsyncWeb-ETH-WIFI>
pio run