-
https://docs.micropython.org/en/latest/esp32/quickref.html#built-in-mac-original-esp32 I am trying to implement Ethernet communication using ESP32 + LAN8720, but I get the following error during testing. It seems that a custom firmware build is required.
How do I configure and build ESP32 to support LAN8720 Ethernet PHY firmware? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
LAN8720 ethernet support is built-in in the generic firmware. You have to make the proper connections and configuration. How dp you connect and configure the LAN8720 interface? Which board do you use? |
Beta Was this translation helpful? Give feedback.
If the LAN8720 board has it's own crystal and outputs the ref_clk, then GPIO0 has to be used for ref_clk and ref_clk mode has to be machine.Pin.IN.