Page 1 of 1

ESP32-C6 - Ethernet Support?

Posted: Mon Jun 24, 2024 2:22 pm
by Michael.Uray
I have only ESP32-C6 left in the application selector, but if I check then "Ethernet" in the peripherals filter, then all of them disappear.

https://products.espressif.com/#/produc ... 22Wi-Fi%22:[%222.4%20GHz%20802.11%20b/g/n%22],%22Thread/Zigbee%22:[%22Available%22],%22Products%22:[%22Module%22],%22Status%22:[%22Mass%20Production%22]}

On the other hand the ESP IDF Ethernet example shows the ESP32-C6 as supported target.
https://github.com/espressif/esp-idf/tr ... s/ethernet

Does the ESP32-C6 support to connect an Ethernet PHY to it?

Re: ESP32-S6 Ethernet Support?

Posted: Wed Jun 26, 2024 6:53 am
by ESP_ondrej
Hi Michael,

the trick is the ESP32-C6 does not have internal EMAC with MII/RMII. Therefore it's not shown in the selector. However, you can connect SPI Ethernet module to it. That's the reason why Ethernet examples support even these targets without internal EMAC. The only chips with internal EMAC are ESP32 and ESP32P4.

If you have any additional question, don't hesitate to ask.

Regards,
Ondrej

Re: ESP32-S6 Ethernet Support?

Posted: Wed Jun 26, 2024 10:38 am
by Michael.Uray
Thanks for the feedback, this explains it.

Why didn't you approve my second topic regarding the forum search issue?

Re: ESP32-S6 - Ethernet Support?

Posted: Wed Jun 26, 2024 3:35 pm
by ESP_ondrej
I'm responsible for Ethernet so I usually seek for Ethernet related topics here on forum. Therefore I simply missed it since it's been related to forum functionality... Approved now.