- 原理图1:原理图2:
- ESP32引脚接线:主要参考ESP32数据手册可知相关以太网定义。
esp32-wroom-32e_esp32-wroom-32ue_datasheet_cn.pdf (espressif.com.cn)https://www.espressif.com.cn/sites/default/files/documentation/esp32-wroom-32e_esp32-wroom-32ue_datasheet_cn.pdf
ESP32 GPIO | Ethernet PHY IO |
---|---|
GPIO 21 | TXEN |
GPIO 19 | TXD0 |
GPIO 22 | TXD1 |
GPIO 27 | CRS_DV |
GPIO 25 | RXD0 |
GPIO 26 | RXD1 |
GPIO 23 | MDC |
GPIO 18 | MDIO |
GPIO 0 | REF_CLK |
- PCB layout说明:ESP32上的以太网接口速度不会让你大吃一惊。以太网线路上的时钟速率适中,在布局PCB时不需要特别注意。虽然草率的布局可能不会破坏您的设计,但遵循基本的高速布局规则总是好的,以便在嘈杂环境中获得良好的性能:
- 网口部分需要采用差分走线
- 确保以太网GPIO线上的所有系列终端电阻都靠近ESP32。
- 长度匹配不是必需的,但是长度不应该变化太大。
- GPIO0或任何其他GPIO承载50 MHz时钟信号必须尽可能少的电容负载。
- 时钟走线的长度应该与其他信号线相同。连接以太网插孔和PHY接口芯片的走线最好短。它们应该作为差分对路。
- 注意事项:
- 以太网接口需要50MHz时钟源才能工作。时钟必须同步,ESP32和以太网PHY芯片才能正常工作。
- 编程指导:请读者自行参考,作者讲的非常详细ESP32 使用LAN8720以太网模块 – 凌顺实验室 (lingshunlab.com)https://lingshunlab.com/book/esp32/esp32-use-lan8720-eth-boardIntegrating LAN8720 with ESP32 for Ethernet Connectivity with plain (HTTP) and SSL (HTTPS) – Renzo Mischiantihttps://mischianti.org/integrating-lan8720-with-esp32-for-ethernet-connectivity-with-plain-http-and-ssl-https/