Skip to content

A modified example to include LCD matrix display of the IP address and the time.

Notifications You must be signed in to change notification settings

misan/NTPClockR4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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);

About

A modified example to include LCD matrix display of the IP address and the time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published