Supporting TINYS3 using W5500 Ethernet #4
Replies: 3 comments 1 reply
-
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.
-
If you're using
If still not working, try
If not, I have no idea as I don't have the same You're on your own or ask the Beware that Ethernet and SD card can't use the same SPI in new ESP32 |
Beta Was this translation helpful? Give feedback.
-
Check the new AsyncWebServer_ESP32_SC_W5500 library, designed specifically for ESP32_S3 (and in the future will support ESP32_S2 and C3) Tested OK on |
Beta Was this translation helpful? Give feedback.
-
MOved from
khoih-prog/EthernetWebServer#72 (reply in thread)
I tried and this is my output:
I think it's not enough output, it should also say local ip etc .
These PIN number work with the EthernetWebServer example so they should be correct.
Beta Was this translation helpful? Give feedback.
All reactions