Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 634 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 634 Bytes

NTPClockR4

A modified example to include the LCD matrix display of the IP address and the time for the Arduino UNO R4 WiFi board.

It is based on the built-in example for UDP NTP.

Sample video

Make sure you setup your WiFi data on arduino_secrets.h file.

Make sure you select the right value to be added to the received time so the printed time matches your time zone:

text.concat((2 + (epoch % 86400L) / 3600) % 24);