Trying to use w5500 as the PHY for Ethernet communication #7938
Unanswered
imammy-hacomono
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
-
I'm trying to use w5500 as the PHY for Ethernet communication on ESP32.
I tried running the esp_ping command to ping "google.com", but the processing time is unusually long.
The output shows that the Ethernet PHY speed is set to 10 Mbps.
Is this affecting the processing time?
Are there any possible reasons for this issue?
I changed the Phy Speed setting with esp_rth_ioctl(), but it seems that the setting value is not reflected even when I read it.
(It remains 10Mbps)
Why is this happening?(disable auto nego)
ESP-IDF v5.0.1
Beta Was this translation helpful? Give feedback.
All reactions