Supporting ESP32_S3 using W5500 Ethernet #72
Replies: 9 comments 10 replies
-
and
clearly show that there is some kind of issue with your settings, even some bug of PIO. I suggest you post on PIO Forum to ask for help. Good Luck, |
Beta Was this translation helpful? Give feedback.
-
Try my
libraries written for ESP32 + W5500 |
Beta Was this translation helpful? Give feedback.
-
I have no compile error issue with static IP turned on for ESP32_S3 or even UM_TinyS3. So be sure to use the latest ESP32 core v2.0.5 and set compiler warning to
Note:Don't use GPIO10, change to another GPIO, such as IO4, IO5, etc. Also it's better to try using Dynamic IP first, if you have issue with Static IP. Only you can know and check the wiring to be sure correct. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Sorry nobody can help you out here. Try to be investigative and innovative. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, this EthernetWebServer library as well as many more, such as
don't support new ESP32_S3, ESP32_S2 and ESP32_C3 using LwIP Ethernet OK to use with non-LwIP Ethernet_Generic library I had to do some more researches, tests and figured out a fix and will create the new library to support specifically ESP32_S3, , ESP32_S2 and ESP32_C3 and will published soon Debug terminal
|
Beta Was this translation helpful? Give feedback.
-
The new WebServer_ESP32_SC_W5500 releases v1.0.0 has just been published. Your contribution is noted in Contributions and Thanks Please test and report issue in that library Best Regards, Releases v1.0.0
|
Beta Was this translation helpful? Give feedback.
-
FYI, ESP32_S3 is working now with ENC28J60 The new WebServer_ESP32_SC_ENC releases v1.0.0 has just been published. Your contribution is also noted in Contributions and Thanks Please test and report issue in that library Best Regards, Releases v1.0.0
|
Beta Was this translation helpful? Give feedback.
-
I'm moving this to the correct location @ Supporting TINYS3 using W5500 Ethernet #4 Try to use pin assignment defined in the board package um_tinys3 pins_arduino.h
by changing these lines
to
Beware that |
Beta Was this translation helpful? Give feedback.
-
Hey! Thanks for the lib!
I used the example ESP32_FS_EthernetWebserver and it works when I run it from Arduino IDE.
When I upload the code from PlatformIO, I get the correct logging :
Using mac index = 17
Connected! IP address: 192.168.1.221
FS File: favicon.ico, size: 1.12KB
...
HTTP server started @192.168.1.221
Open http://192.168.1.221/edit to see the file browser
handleFileRead: /
But my browser doesn't show the html pages. It is stuck on loading.
I use the same example code. Do you have any idea why code uploaded by PlatformIO doesn't serve the files?
ps. My setup is an WT32-SC01-PLUS board and I use an ethernet W5500 module.
Should I be using your WebServer_WT32_ETH01 lib instead?
Beta Was this translation helpful? Give feedback.
All reactions