Ethernet MAC-to-MAC connection possible for ESP32?
Posted: Fri Feb 14, 2020 10:17 am
Hello everyone,
I was wondering if it would be possible to directly attach the ESP32 to an ethernet MAC interface, e.g. a switch like KSZ9896 ?
It would greatly reduce BOM cost and current consumption if we could remove the PHY layer in the connection from the ESP to the Ethernet Switch.
Obviously there are no drivers in ESP-IDF for this. What do I have to do to write such a driver to enable the ESP-MAC to directly communicate with another Ethernet MAC without PHY layer involvement?
Many thanks in advance!
I was wondering if it would be possible to directly attach the ESP32 to an ethernet MAC interface, e.g. a switch like KSZ9896 ?
It would greatly reduce BOM cost and current consumption if we could remove the PHY layer in the connection from the ESP to the Ethernet Switch.
Obviously there are no drivers in ESP-IDF for this. What do I have to do to write such a driver to enable the ESP-MAC to directly communicate with another Ethernet MAC without PHY layer involvement?
Many thanks in advance!