How to Make an Arduino Clock
by Chandan_Kumar in Circuits > Arduino
763 Views, 3 Favorites, 0 Comments
How to Make an Arduino Clock




I have designed about 15 analog clock. Here I am introducing one of them.
Components



Here I have used just 3 components
1. Arduino MEGA
2. DS1307 RTC module
3. 2.4'' TFT display sheild
Connection


Connection is so simple..
1. Just place the display shield on the Arduino MEGA.
2. Connect vcc of the RTC to 5v of the arduino, GND to gnd. SDA to SDA(pin 20) and SCL to SCL(pin 21)
Code
First download the library. Unzip that. And move to your Arduino library directory ..
Then download the M_008 File (It is the model number of the clock).
Downloads
Change the Color

From the M_008.ino file, you can change the color of the clock. Here I have used Black face and White Background.
And Upload the code...
That's It :)
Follow the Video, and Don't Miss the Last Part
