Hello,
When i compile and upload the code. I am getting below error:
On internet, forums tells me to test the Lan module with the code below:
https://github.com/espressif/arduino-esp...AN8720.ino
Here is the result:
This site tels a very complex things about worng pins and such to create the bug again.
https://github.com/espressif/arduino-esp32/issues/3734
Can you reproduce the problem, so that you may have a solution for this.
Because I cannot use Lan, I have to connect through usb cable
Here is my code: github
When i compile and upload the code. I am getting below error:
Code:
rst:0x1 (POWERON_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1044
load:0x40078000,len:10124
load:0x40080400,len:5856
entry 0x400806a8
Starting WebServer on NodeMCU_32S with ETH_PHY_LAN8720
WebServer_WT32_ETH01 v1.5.1 for core v1.0.6-
E (1041) emac: Timed out waiting for PHY register 0x2 to have value 0x0007(mask 0xffff). Current value 0xffff
E (2041) emac: Timed out waiting for PHY register 0x3 to have value 0xc0f0(mask 0xfff0). Current value 0xffff
E (2041) emac: Initialise PHY device Timeout
On internet, forums tells me to test the Lan module with the code below:
https://github.com/espressif/arduino-esp...AN8720.ino
Here is the result:
Code:
rst:0x1 (POWERON_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1044
load:0x40078000,len:10124
load:0x40080400,len:5856
entry 0x400806a8
E (1028) emac: Timed out waiting for PHY register 0x2 to have value 0x0007(mask 0xffff). Current value 0xffff
E (2028) emac: Timed out waiting for PHY register 0x3 to have value 0xc0f0(mask 0xfff0). Current value 0xffff
E (2028) emac: Initialise PHY device Timeout
E (1028) emac: Timed out waiting for PHY register 0x2 to have value 0x0007(mask 0xffff). Current value 0xffff
E (2028) emac: Timed out waiting for PHY register 0x3 to have value 0xc0f0(mask 0xfff0). Current value 0xffff
E (2028) emac: Initialise PHY device Timeout
This site tels a very complex things about worng pins and such to create the bug again.
https://github.com/espressif/arduino-esp32/issues/3734
Can you reproduce the problem, so that you may have a solution for this.
Because I cannot use Lan, I have to connect through usb cable
Here is my code: github