Search found 2 matches

by DaViRiuS
Fri Dec 07, 2018 10:09 am
Forum: ESP-IDF
Topic: ESP32 Ethernet mac2mac communication
Replies: 3
Views: 5663

Re: ESP32 Ethernet mac2mac communication

FYI, you want to create a point-to-point link between two Ethernet MAC. There's a kind of interface call RevMII(Not RMII) which is aimed to this application. For now, idf doesn't have support for this feature officially. But we will eventually support it some day. Thanks for your reply ESP_morris. ...
by DaViRiuS
Fri Dec 07, 2018 8:38 am
Forum: ESP-IDF
Topic: ESP32 Ethernet mac2mac communication
Replies: 3
Views: 5663

ESP32 Ethernet mac2mac communication

Dear all, I currently struggling with a task that I want to perform. I need to interconnect two microcontrollers through their ethernet mac interface through RMII without using a physical layer. After checking the whole Ethernet code available in the SDK, I am still not able to remove the physical l...