TNP Client with Ethernet

Hi everyone,

I am using Arduino MKR1010 and the Ethernet shield for internet connectivity. Can I use the

NTP by Stefan Staub or the NTPClient by Fabrice Weinberg

without using WiFi but the ethernet?

Thanks in advance
Nick

You can try this library NTPClient_Generic in PIO, especially the examples written for Generic boards using Ethernet shields.

1 Like

Thank you!! That was exactly what I was looking for!!

Yes, you can also use my NTP library. You need only an UDP socket, regardless if WLAN or LAN
Stefan Staub

1 Like