openeew / openeew-sensor

Hardware for an OpenEEW sensor
https://openeew.com/docs/build-sensor
Apache License 2.0
43 stars 12 forks source link

Change RMII pins in Kicad layout #8

Closed andygrillo closed 4 years ago

andygrillo commented 4 years ago

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: image

Its not possible to reassign these pins in code because the ESP32 has a fixed RMII bus, so the wiring must be done correctly.

perigoso commented 4 years ago

This was one thing in particular that i wanted to ask when i ported the schematic, makes sense now.

andygrillo commented 4 years ago

Yes, was our mistake. Its a shame because we wanted to test the LAN8720

perigoso commented 4 years ago

Check If this is the only erroneous connection in the RMII