ESP8266 Network Clock Without Any RTC | Nodemcu NTP Clock No RTC | INTERNET CLOCK PROJECT
by electronicGURU in Circuits > Arduino
7349 Views, 6 Favorites, 0 Comments
ESP8266 Network Clock Without Any RTC | Nodemcu NTP Clock No RTC | INTERNET CLOCK PROJECT
In the project will be making a clock project without RTC, it will be taking time from internet using wifi and it will display it on st7735 display.
Supplies
Things You Need
Buy ESP8266/Nodemcu :
https://www.banggood.in/NodeMcu-Lua-WIFI-Internet-...
https://www.banggood.in/NodeMCU-V3-340G-Lua-WIFI-M...
Buy 1.8" SPI TFT ST7735 dispay :
https://www.banggood.in/1_8-Inch-128X160-ILI9163ST...
Buy USB Cable for programming :
https://www.banggood.in/BlitzWolf-BW-CB7-2_4A-3ft0...
Schmatics
Code
You can download the Code, Schematics & Gerber file:
https://github.com/shveytank/ESP8266-NTP-Clock/tre...
After downloading the file just add st7735 library and NTPClient library into your arduino ide
Then open the NTP_CLK sketch
And before uploading the code just edit it and you need to provide your wifi ssid and password in it and then
You need to set offsettime for me it is 19800
Because my timezone is utc+5:30 so
UTC +5:30=5.5*60*60=19800
UTC+1=1*60*60=3600
CALCULATE your timezone and edit it and then upload the code.
Make It More Professional
After uploading the code it will look better as shown but to make it more professional lets make a pcb as already uploaded gerber file it is with code files and then i uploaded my gerber to https://jlcpcb.com , you can also get your pcb from there. And after soldering everything it will look like my image.
For more information watch my video to know more about this project.
Code, Schematics & Gerber file:
https://github.com/shveytank/ESP8266-NTP-Clock/tre...