Introduction: Arduino Clock

This is a Arduino Clock features real time clock and calender. This Clock will display current time and date on the I2C Display

Supplies

1. Arduino UNO

2. I2C display

3. DS3231 realtime module

Step 1: Circuit

Breadboard connection

1. Connect GND on Arduino to the negative slot on the breadboard

2. Connect 5V on Arduino to the positive slot on the breadboard

Real-time Module Connection

1. Install the module on the breadboard

2. Connect SDA on Arduino to SDA on the module

3. Connect SCL on Arduino to SCL on the module

4. Connect the positive slot on the breadboard to VCC on the module

5. Connect the negative slot on the breadboard to GND on the module

I2C display connection

1. Connect the SDA on the top of the module to SDA on the display

2. Connect the SCL on the top of the module to SCL on the display

3. Connect the VCC on the top of the module to VCC on the display

4. Connect the GND on the top of the module to GND on the display

Step 2: Coding

Below is the provided code for this project

Link: https://create.arduino.cc/editor/cchchao/94236004-...

Step 3: Conculsion

This is a very basic version of Arduino Clock. Wish you are happy about my tutorial and hope you successfully create your first Arduino real-time clock. Thank you.