ropg / ezTime

ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
MIT License
327 stars 92 forks source link

Querying pool.ntp.org ... ERROR: No network #56

Open zobile opened 4 years ago

zobile commented 4 years ago

I am using the default arduino example eztime-ethernetshield. I was using it for longer, however as of today i can not get it to work any more. Arduino SW-version 1.8.10 and eztime 0.7.10. Serial output: Ethernet connection ... got DHCP IP: 192.168.2.103

UTC: Thursday, 01-Jan-1970 00:00:08 UTC New Zealand: Thursday, 01-Jan-1970 00:00:08 UTC Germany: Thursday, 01-Jan-1970 00:00:13 UTC Local (GeoIP): No network

Now ezTime will show an NTP sync every 60 seconds

ezTime debug level set to INFO Querying pool.ntp.org ... ERROR: No network

I tried to set to de.pool.ntp.org and tested it on a mega and an uno with different ethernet shields, with the same result. I tried with a different code on the same board to access google, which works. Any idea?

dorkmatt commented 4 years ago

This seems related the issue I posted under #72, which board are you using?