Ethernet NTP example

Hi there

I have a strange problem I was hoping someone could make some suggests with?

I took the NTP example from the examples folder tested and used the code in a project. It worked fine but then it stopped getting the time.

I went back to the example and ran it again but not it does not work.

I have to admit that I had not got around to changing how often it requested the time from the example. I have tried changing the IP address and just tried - timeServer(96, 47, 67, 105);

The code never finds the following true - if ( Udp.parsePacket() )

Has anyone got any ideas?

David

Has the NTP time server your getting the time from gone down or maybe your Arduino is not reaching the internet due to router/firewall problems.

Hi there

Got it working again. Turned out to be my router.

Thanks

David