Real Time Clock Using DS3231

by Ajyhooda in Circuits > Arduino

5229 Views, 27 Favorites, 0 Comments

Real Time Clock Using DS3231

FEWS0F7IFD6L0E8.MEDIUM.jpg

I have RTC chip- DS3231 is extremely hard using the arduino. Just setting the time is pretty complex, not mentioning the code. Therefore I have found a great and easy to use library which really enhances the use of the DS3231 chip.

Connections:

sku_222910_1.jpg

VCC -> Arduino 5V

GND -> Arduino GND

SCL -> SCL or A5

SDA -> SDA or A4

CODE:

Set the TIME and DATE in the programming where set... is written....and add the library of Wire.h

Downloads

OUTPUT:

Untitled.png