How to Make an Arduino Clock

by Chandan_Kumar in Circuits > Arduino

708 Views, 3 Favorites, 0 Comments

How to Make an Arduino Clock

20201013_194738.jpg
20201013_194046.jpg
20201013_200652.jpg
20201013_195913.jpg

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

Components

20201013_193311.jpg
20201013_193207.jpg
20201013_193126.jpg

Here I have used just 3 components

1. Arduino MEGA

2. DS1307 RTC module

3. 2.4'' TFT display sheild

Connection

20201013_203706.jpg
20201013_203857.jpg

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

Download this Library

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

Capture.JPG

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

How to make an Arduino Clock | Arduino Analog Clock | Real Time Clock