-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
ETH can't get IP from DHCP #5252
Comments
What kind of board is this? See: https://espeasy.readthedocs.io/en/latest/Reference/GPIO.html#best-pins-to-use-on-esp32 |
ESP32 DEVKITV1 |
OK, so you could change pins and check wiring. Could you test using the wiring as described here for an "ESP32-classic" (or "M5Core") Best to pick GPIO pins which do not have a warning symbol next to its label. Also make sure not to use long wires and also make sure the GND and 3V3 are not too thin as Ethernet may take quite some energy. (quite high frequency spikes of higher current) The SPI frequency is in the order of 10 MHz (not sure if it was 8 MHz or 20 MHz, have to check the code), so longer cables will cause issues. |
Thanks, I will test "ESP32-classic" (or "M5Core") , but is that OK in the console show |
It's just an initialization message, reminding the user that CS ('Chip Select') should be set in the Task config page (except for SD-card or SPI-Ethernet, that have their specific CS-pin settings on the Hardware page). |
I tested everything and not any chance to use w5500 with esp easy mega . |
Describe the bug
Hi
Sometimes ESP32-DevKit can't get IP from dhcp and ETH not start.
To Reproduce
Steps to reproduce the behavior:
in serial mode if ETH cable disconnected from w5500 switvh to wifi and after connect the cable shown as :
20:56:30.002 : (217512) Info : processEthernetConnected()
20:56:30.003 : (217512) Info : WiFi : WifiDisconnect()
20:56:30.223 : (217944) Info : WIFI : Disconnected! Reason: '(1) Unspecified'
20:56:30.224 : (217848) Info : WIFI : Arduino wifi status: WL_DISCONNECTED 6 ESPeasy internal wifi status: DISCONNECTED
20:56:30.325 : (217960) Info : Set Network mode: Ethernet
Screenshots
Port config :
Used platform (please complete the following information):
Platform Specifics (when applicable, please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: