Skip to content

sam-tj/IOT-Digital-Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IOT Digital Clock

PIC1

IMAGE ALT TEXT HERE

IOT Clock which display Date and Time using NodeMCU and LCD I2C

The project uses NTP server to get the Time and Date values and uses it to display it on the LCD.


Libraries Required

You need to download the following:


List of components used:

  • NodeMCU 1.0
  • LCD I2C

About

This project is a DIY Clock which gets data from NTP ( Network Time Protocol ) servers and updates directly. It can be used instead of RTC ( Real Time Clock ) modules for IOT projects and smart devices.


Tutorial

  1. Get the code
  2. Get the libraries
  3. Attach everything
  4. Upload the code 🔥🔥🔥🔥🔥

Connections

NodeMCU LCD I2C
D5 SDA
D6 SCL
3.3V VCC
GND GND

Connections