Has anyone managed to run an Ethernet interface on an ESP32-Ethernet-Kit using the NodeMCU https://nodemcu.readthedocs.io/en/dev-esp32/modules/eth/ ?
My board has a quartz soldered in at the IP101 chip. So I set clock_mode = eth.CLOCK_GPIO0_IN. The presence of the LAN and its speed is detected correctly. DHCP Discover packets are sent. The router responds with DHCP offer packets. However, the NodeMCU does not report an event related to the receipt of an IP address.
Does sending valid DHCP packets indicate that everything is OK with the clock signal (IP101 <-> ESP32) ?
My board has a quartz soldered in at the IP101 chip. So I set clock_mode = eth.CLOCK_GPIO0_IN. The presence of the LAN and its speed is detected correctly. DHCP Discover packets are sent. The router responds with DHCP offer packets. However, the NodeMCU does not report an event related to the receipt of an IP address.
Does sending valid DHCP packets indicate that everything is OK with the clock signal (IP101 <-> ESP32) ?