ESP32S3 with W5500 build #12820
-
Hello everyone I Turn on W5500 module support thru 'component config -> ethernet -> support spi to ethernet module' in idf.py menuconfig. What shall i do? What`s wrong with settings? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 14 replies
-
Look at PR #12736, which re-enables support for the W5500 with esp-idf v5.x. Tested with a generic ESP32 device and esp-idf v5.0.2. The changes are not device-specific. So it should work with an esp32S3 as well. esp-idf v5.0.2 is the version used for MicroPython at the moment. Building with v5.1.1 may work, but is not tested yet. |
Beta Was this translation helpful? Give feedback.
Meanwhile the W5500 branch has been merged into the master. So you do not have to use the PR, and from tomorrow on it should be available in the v1.22 preview build.