Tasmota support for ESP32 - Ethernet based on W5500 chip #18207
-
HI all, but I'm not able to find any reference to it in the Tasmota sources. Question: is this chip supported? |
Beta Was this translation helpful? Give feedback.
Replies: 13 comments 53 replies
-
No |
Beta Was this translation helpful? Give feedback.
-
Unfortunately W5500 requires SPI support. W5500 is indeed supported by esp-idf, but the way esp-idf manages SPI is not compatible with the way Arduino manages SPI. So until Arduino uses the native esp-idf SPI management, we can't use W5500 |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot |
Beta Was this translation helpful? Give feedback.
-
Great! thank you |
Beta Was this translation helpful? Give feedback.
-
what zigbee modules would works? until the support on C6 |
Beta Was this translation helpful? Give feedback.
-
ok got it :-) |
Beta Was this translation helpful? Give feedback.
-
There are no plans right now to support zigbee on C6. We already support ZNP and EZSP, and most commercial devices are based on one of those. |
Beta Was this translation helpful? Give feedback.
-
IMHO, in the short and mid term zigbee and thread will coexist. Because thread based devices are slow in coming and there are already a plentyfull of ZigBee devices that does the job and are cheap. |
Beta Was this translation helpful? Give feedback.
-
To our knowledge, wifi and zigbee can't be used at the same time, which is consistent with the fact that there is a single radio stage on the chip. C6 can be wifi or zigbee, but not both concurrently. Or with switching between both protocols, with bad results. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I share my successful test configuration. Tasmota: 13.4.0.1 with core v3 compiled by myself using the I kindly ask for comment if something can be better done. Can this wiring be used with tasmota too? (2 wires will be avoided because it uses only CS, SCK, MISO, MOSI) |
Beta Was this translation helpful? Give feedback.
-
Working 4 wires. ESP32-S3-MINI-1U |
Beta Was this translation helpful? Give feedback.
-
I followed your eth-w5500 connections then my ethernet work good but quite slow speed when access WebUI if compare with Wi-Fi. How can I change spi speed up or It normal speed that should be? |
Beta Was this translation helpful? Give feedback.
W5500 is already supported using Arduino Core 3. No changes needed. Just compile Tasmota using core 3