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

Ethernet3 + watchdog #56

Open
SanSanysch opened this issue Feb 5, 2023 · 0 comments
Open

Ethernet3 + watchdog #56

SanSanysch opened this issue Feb 5, 2023 · 0 comments

Comments

@SanSanysch
Copy link

Thank you for cool job!!! I read all closed issues, but not found answer.
I use several arduino(micro, nano, mega) + W5500 in my home automation, and discovered:
if include <avr/wdt.h> for watchdog and then eth-client is trying, but can not connect to remote server (web- ftp- mqtt-) (communication problems, packets loss... errors...) - arduino freezes -> watchdog is triggered -> loop reboot! Endlessly! Even if i install wdt_enable(WDTO_8S) - does not help, too little time.
Ethernet.setRtCount(1); Ethernet.getRtTimeOut(50) - it also does not help.
Without watchdog, eth-client wait about 30...33 seconds. I checked it. Version of the library is the last.
You can check on example WebClient.ino
Maybe i 'm doing something wrong? I'm not so strong in programming... but I'm learning!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant