Closed andygrillo closed 4 years ago
This was one thing in particular that i wanted to ask when i ported the schematic, makes sense now.
Yes, was our mistake. Its a shame because we wanted to test the LAN8720
Check If this is the only erroneous connection in the RMII
The TXD1 pin from the ESP32 should go to the TXD1 pin in the LAN8720 module. Similarly, the TXD0 pin should also go to the TXD0 pin in the LAN8720.
Currently we have these crossed:
Its not possible to reassign these pins in code because the ESP32 has a fixed RMII bus, so the wiring must be done correctly.