Skip to content
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

Ethernet cable is not connected #194

Open
stevenlianyi opened this issue May 10, 2022 · 1 comment
Open

Ethernet cable is not connected #194

stevenlianyi opened this issue May 10, 2022 · 1 comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@stevenlianyi
Copy link

Initialization (begin()) adds soft reset to prevent the switch from not detecting the cable.
Situation: Using WIZ820io RC5 module, ESP32 control
I found that if the switch and the module are powered on at the same time, there is a slight chance that the module cannot get the IP address, and if I observe the switch, I find that the corresponding port green light is off and cannot recognize the module.
Solution: Modify Ethernet.h/Ethernet.cpp to add software reset at the beginning. Problem solved.

@per1234 per1234 added topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project labels May 10, 2022
@admindotnu
Copy link

Initialization (begin()) adds soft reset to prevent the switch from not detecting the cable. Situation: Using WIZ820io RC5 module, ESP32 control I found that if the switch and the module are powered on at the same time, there is a slight chance that the module cannot get the IP address, and if I observe the switch, I find that the corresponding port green light is off and cannot recognize the module. Solution: Modify Ethernet.h/Ethernet.cpp to add software reset at the beginning. Problem solved.

We experience same behavior with the w5500 chips.

Could you share what u changed ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

3 participants