ESP32 Ethernet Link (IP101GRI)

ethernet_esp
Posts: 1
Joined: Tue Jun 21, 2022 11:56 am

ESP32 Ethernet Link (IP101GRI)

Postby ethernet_esp » Tue Jun 21, 2022 12:17 pm

Hello Team,

i rebuilded the ESP32 Ethernet Development Board (https://docs.espressif.com/projects/esp ... t-kit.html#) but its nor working properly.
First of all, the ESP is turned on and is flashable via USB. I am using the example program and the ESP boots fine.
The problem is that a Ethernet connection is not getting recognized. I have also the development board here and it works. Does anyone have an idea about the solution?
I will add my schematics. I have already fixed the problem with the GPIO0 (its pulled-up now).
Serial output:
(446) esp_eth.netif.glue: ethernet attached to netif
(4448) ethernet-manager: Ethernet Started
------------
Thats where the program stucks.
Attachments
ETH2.PNG
ETH2.PNG (47.54 KiB) Viewed 2351 times
ETH1.PNG
ETH1.PNG (129.2 KiB) Viewed 2351 times

ESP_ondrej
Posts: 198
Joined: Fri May 07, 2021 10:35 am

Re: ESP32 Ethernet Link (IP101GRI)

Postby ESP_ondrej » Tue Jun 21, 2022 2:03 pm

The first thing I noticed is you kept floating RESET_N input signal. You might have issues with IP101 start-up since it should be released from reset after some time when clock is stabilized. See IP101 datasheet section "3.2 IP101GR/GRI pin description":
25MHz clock (x1) must be active for a minimum of 10 clock cycles before the rising edge of RESET_N. Chip will be able to operate after 2.5ms delay of the rising edge of RESET_N.
and section "7.4.1 Reset, Pin Latched-in, Clock and Power Source" for timing diagram.

Who is online

Users browsing this forum: Bing [Bot] and 172 guests