This document describes the design and implementation of a real time clock using an Arduino Mega 2560 microcontroller and DS3231 RTC IC. The DS3231 IC measures time and temperature even without main power using a backup battery. It communicates with the Arduino via I2C protocol to display date, time, and temperature on a LCD screen in real time. The project aims to build a low power RTC that can keep accurate time even during power failures.