Search found 5 matches

by joelparker
Wed May 29, 2019 10:17 pm
Forum: Hardware
Topic: LAN8720 and Boot Loader (NooB question)
Replies: 1
Views: 3502

LAN8720 and Boot Loader (NooB question)

I have my esp32_Devkitc_v4 working with the LAN8720. I followed this wiring diagram https://sautter.com/blog/ethernet-on-esp32-using-lan8720/ like many before me I'm sure. The issue is that the article talks about " GPIO0 is pulled LOW during the bootup sequence the bootloader awaits serial programm...
by joelparker
Fri Mar 01, 2019 3:22 pm
Forum: Hardware
Topic: ESP32-DevKitC / LAN 8720 Waveshare DHCP Client doesn't start
Replies: 5
Views: 8026

Re: ESP32-DevKitC / LAN 8720 Waveshare DHCP Client doesn't start

I am still running into the same issue and have verified the following: 1. I am using an ESP32-WROOM-32 which does not use PSRAM ( https://docs.espressif.com/projects/esp-idf/en/latest/hw-reference/modules-and-boards.html ) 2. I removed the CONFIG_PHY_USE_POWER_PIN option from my configuration ( I a...
by joelparker
Thu Feb 28, 2019 2:04 pm
Forum: Hardware
Topic: ESP32-DevKitC / LAN 8720 Waveshare DHCP Client doesn't start
Replies: 5
Views: 8026

Re: ESP32-DevKitC / LAN 8720 Waveshare DHCP Client doesn't start

I wired it exactly like this article : https://sautter.com/blog/ethernet-on-esp32-using-lan8720/ I don't seem to have any clock issues but with getting assigned a dynamic IP address. The clock was originally giving me pain and always stopping with an emac : Reset EMAC Timeout error but when I change...
by joelparker
Wed Feb 27, 2019 8:37 pm
Forum: Hardware
Topic: ESP32-DevKitC / LAN 8720 Waveshare DHCP Client doesn't start
Replies: 5
Views: 8026

ESP32-DevKitC / LAN 8720 Waveshare DHCP Client doesn't start

I have the sample Ethernet code running and have managed to bring the Ethernet stack up but for some reason the DHCP client is not starting. Does anyone know why this is happening ? Am I missing a menu config parameter or something ? Here is the relevant output from monitor mode: I (0) cpu_start: Ap...
by joelparker
Thu Feb 14, 2019 3:47 pm
Forum: Hardware
Topic: ESP-WROOM-32 with ETH_Lan8720
Replies: 3
Views: 8770

Re: ESP-WROOM-32 with ETH_Lan8720

I followed the same procedure as the original poster (zekageri) and I am getting the same error: emac: : Timed out waiting for PHY register 0x2 to have value 0x2000(mask 0xffff). Current value 0x0007 emac: : Timed out waiting for PHY register 0x3 to have value 0xa210mask 0xfff0). Current value 0xc0f...