"ESPAsyncWebServer" equivalent working with LAN Module 13.2 ?
-
General informations :
- M5Stack Core 2
- LAN Module 13.2
- Using PlatformIO with platform=platformio/espressif32@^6.9.0 & board=m5stack-core2
- M5Stack powered by USB-C
Problem :
I'm trying to run a web server on my M5Stack and I'll need the benefits of async to do parallel processing.Unfortunately the best-known lib “ESPAsyncWebServer” doesn't seem to be ethernet compatible, and I can't get its variant for ethernet to work with W5500, even with their example program.
Do you know of another library that would work, or if you can get the example library to work?
Thanks for your time!
-
By the way, I get this info when I run it, I think the pins are wrong but no idea what to put here 😅
Start AsyncSimpleServer_ESP32_W5500 on M5Stack Core2 with ESP32_W5500 AsyncWebServer_ESP32_W5500 v1.6.4 for core v2.0.0+ Default SPI pinout: SPI_HOST:2 MOSI:23 MISO:19 SCK:18 CS:5 INT:4 SPI Clock (MHz):25
-
Hi @msauv
Looking at the log, maybe the pin configuration is wrong? You can check the corresponding pins of Core2 and LAN13.2 here.