Page 1 of 1

Can I use ESP32 as a SDIO to Ethernet card

Posted: Mon Dec 23, 2019 7:28 am
by bailey
Can I use ESP32 as a SDIO to Ethernet card? Since ESP32 have both SDIO slave and EMAC.

Re: Can I use ESP32 as a SDIO to Ethernet card

Posted: Mon Dec 23, 2019 10:51 am
by ESP_Sprite
If the IOs don't overlap and you write the correct drivers for the host and ESP32, there's nothing technically stopping you from doing that; it's just a fairly large amount of work.