Instability in Ethernet connections with RTL8201FI #11304
Unanswered
danieldecesaro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Board
ESP32-WROOM
Device Description
ESP32-WROOM-32 + RTL8201FI with external oscilator
Hardware Configuration
ETH_CLK_MODE ETH_CLOCK_GPIO0_IN
ETH_POWER_PIN -1
ETH_TYPE ETH_PHY_RTL8201
ETH_ADDR 0
ETH_MDC_PIN 23
ETH_MDIO_PIN 18
Version
v2.0.9
IDE Name
Sloeber
Operating System
Windows 11
Flash frequency
80MHz
PSRAM enabled
yes
Upload speed
115200
Description
Hello everyone,
I'm changing my hardware project to use the RTL8201 instead of the LAN8720A.
The problem is that I can't get a stable connection with this new IC. When I start the communication, I can't always connect, and when I remove the cable and reconnect it, I don't receive the reconnection event. Can anyone help me with this???
I created a firmware as a proof of concept, below, along with the execution logs.
I'm using version 2.0.9 of the core, since this is the version that the rest of the project is based on, and a change would be extremely honorable.
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
Beta Was this translation helpful? Give feedback.
All reactions