Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ethernet not working #7

Closed
tilchl opened this issue Feb 9, 2021 · 1 comment
Closed

Ethernet not working #7

tilchl opened this issue Feb 9, 2021 · 1 comment

Comments

@tilchl
Copy link

tilchl commented Feb 9, 2021

When i run the exmaple sketch i get phy errors. I tried changing a few things around nohting works
I have the 1.0 Board with the WROOM no Pram

E (1200) emac: Timed out waiting for PHY register 0x2 to have value 0x0007(mask 0xffff). Current value 0xffff
E (2201) emac: Timed out waiting for PHY register 0x3 to have value 0xc0f0(mask 0xfff0). Current value 0xffff
E (2201) emac: Initialise PHY device Timeout
[E][ETH.cpp:101] begin(): esp_eth_enable error: -1
#define ETH_CLK_MODE    ETH_CLOCK_GPIO17_OUT
#define ETH_POWER_PIN   -1
#define ETH_TYPE        ETH_PHY_LAN8720
#define ETH_ADDR        0
#define ETH_MDC_PIN     23
#define ETH_MDIO_PIN    18
#define NRST            5
@dok-net
Copy link

dok-net commented Apr 12, 2022

Though this issue predates the breaking change in espressif/arduino-esp32#6259 that was fixed in espressif/arduino-esp32#6527, it might help to revisit this issue, using current master of the arduino-esp32 code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants