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.
You need to download the following:
- NTPClient by taranais: https://github.com/taranais/NTPClient ( Use this only, not from Library Manager)
- LCD I2C: https://github.com/johnrickman/LiquidCrystal_I2C ( Can install it from Library Manager also)
- NodeMCU 1.0
- LCD I2C
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.
- Get the code
- Get the libraries
- Attach everything
- Upload the code 🔥🔥🔥🔥🔥
NodeMCU | LCD I2C |
---|---|
D5 | SDA |
D6 | SCL |
3.3V | VCC |
GND | GND |