🌐
Arduino
projecthub.arduino.cc › ejshea › real-time-clock-d01fa3
Real-Time Clock | Arduino Project Hub
Learn how to use a DS3231 Real-Time Clock for accurate time and date in your projects!
🌐
Circuit Basics
circuitbasics.com › how-to-use-a-real-time-clock-module-with-the-arduino
How to Use a Real-time Clock Module with the Arduino
October 21, 2024 - After learning about timekeeping and the DS3231 RTC, it is now time to build a project using the DS3231 RTC. For this project, we will make a simple Arduino Calendar Clock using a DS3231 module, a 16×2 I2C LCD, and an Arduino Uno board.
🌐
Arduino
docs.arduino.cc › tutorials › uno-r4-minima › rtc
Arduino UNO R4 Minima Real-Time Clock | Arduino Documentation
In this tutorial you will learn how to access the real-time clock (RTC) on an Arduino UNO R4 Minima board. The RTC is embedded in the UNO R4 Minima's microcontroller (RA4M1). The goals of this project are: Set a start date of the RTC · Access the date / time from the RTC in calendar format.
🌐
Arduino
projecthub.arduino.cc › hibit › keeping-time-with-ds1302-real-time-clock-on-arduino-07d30b
Keeping time with DS1302: real-time clock on Arduino | Arduino Project Hub
April 17, 2025 - Clocks · Environmental Sensing · Home Automation · Monitoring · Smart appliances · Tools · Internet Of Things · Devices & Components · 1 · Arduino Nano · 1 · [HB] DS-1302 Module · 1 · [HB] CR2032 Battery · 1 · [HB] Mini Breadboard · 1 · [HB] Dupont wires · Software & Tools · Arduino IDE · Project description ·
🌐
How To Mechatronics
howtomechatronics.com › home › tutorials › arduino tutorials › arduino and ds3231 real time clock tutorial
Arduino and DS3231 Real Time Clock Tutorial - How To Mechatronics
February 18, 2022 - In this Arduino Tutorial we will learn how to use the DS3231 Real Time Clock Module. You can watch the following video or read the written tutorial below. ... The first question that comes here is why we actually need a separate RTC for our Arduino Project when the Arduino itself has built-in ...
🌐
DroneBot Workshop
dronebotworkshop.com › real-time-clock-arduino
Using a Real Time Clock with Arduino | DroneBot Workshop
April 12, 2023 - Today I will show you how to use the Tiny RTC, a real time clock based upon the popular DS1307 chip. ... I couldn’t get the square wave blink demo to work, presumably because the registers were not set correctly on my RTC. I loaded the Square wave demo from the Adafruit lib (https://github.com/adafruit/RTClib) which worked. Once I’d done that your example also worked. Thanks for the interesting videos! ... I have tryed all the demo project and nothing was working…
🌐
SunFounder
docs.sunfounder.com › projects › umsk › en › latest › 02_arduino › uno_lesson16_ds1302.html
Lesson 16: Real Time Clock Module (DS1302) — SunFounder Universal Maker Sensor Kit documentation
In this lesson, you will learn how to set up and use a Real Time Clock (RTC) module with an Arduino. We’ll cover initializing the RTC DS1302 module, displaying the current date and time on the serial monitor, and ensuring accurate timekeeping. This session is ideal for those interested in ...
🌐
Instructables
instructables.com › circuits › arduino
Real Time Clock Module With Arduino : 5 Steps - Instructables
April 6, 2021 - Real Time Clock Module With Arduino: In this Instructable, I'll go over the basics of what a real-time clock module is and how we can use it in our projects to keep an accurate representation of the time, even when the project is disconnected from the main power source
🌐
QuartzComponents
quartzcomponents.com › home › arduino based digital clock using ds3231 rtc and lcd display
Arduino Based Digital Clock using DS3231 RTC and LCD Display – QuartzComponents
In this project, we use the Arduino IDE to create a digital clock utilizing the DS3231 Real-Time Clock (RTC) module and a LiquidCrystal display (LCD).
Find elsewhere
🌐
Arduino
docs.arduino.cc › tutorials › uno-r4-wifi › rtc
Arduino UNO R4 WiFi Real-Time Clock | Arduino Documentation
March 16, 2026 - In this tutorial you will learn how to access the real-time clock (RTC) on an Arduino UNO R4 WiFi board. The RTC is embedded in the UNO R4 WiFi's microcontroller (RA4M1). The goals of this project are: Set a start date of the RTC · Access the date / time from the RTC in calendar format.
🌐
CircuitDigest
circuitdigest.com › microcontroller-projects › interfacing-ds3231-rtc-with-arduino-and-diy-digital-clock
DS3231 RTC (Real Time Clock) Interfacing with Arduino to build DIY Digital Clock
August 11, 2025 - Incorrect time: Check the system ... resistors on the I2C data lines · Constructing a digital clock with the DS3231 RTC Module and 16x2 LCD shows how to practically use the real time clock....
🌐
Electronics For You
electronicsforu.com › home › engineering projects for you › mega collection of electronics diy projects › real-time digital clock using arduino
Arduino based Real-Time Digital Clock | Electronics Projects
September 6, 2024 - HomeEngineering Projects For YouMEGA ... This project aims to build a digital clock using a real-time clock chip (DS3231) with battery backup, a liquid crystal display (JHD 204A), and an Arduino Uno board....
🌐
Arduino Intro
arduinointro.com › articles › projects › creating-an-arduino-clock-with-ds1302-rtc-module-and-i2c-lcd-display
Creating an Arduino Clock with DS1302 RTC Module and I2C LCD Display
December 27, 2024 - This project will teach you how to use the DS1302 RTC module and an I2C LCD to create a digital clock. It’s a perfect project for beginners to learn about timekeeping and LCD displays while creating something functional and visually appealing.
🌐
Random Nerd Tutorials
randomnerdtutorials.com › home › arduino › arduino ide › arduino with ds3231 real time clock (rtc): getting time and setting alarms
Arduino DS3231 Real Time Clock (RTC): Time and Alarms | Random Nerd Tutorials
April 28, 2025 - In this tutorial, you learned how to use the DS3231 RTC Module with the Arduino to set and get the time, set alarms, and get temperature readings. Now, you can take this project further and add an OLED display to create a digital clock.
🌐
ElectronicsHub
electronicshub.org › home › arduino real time clock tutorial using ds1307
Arduino Real Time Clock Tutorial using DS1307
July 15, 2024 - ... The design of the Arduino RTC Interface is quite straight forward. Connect the SDA and SCL pins of the DS1307 RTC to the SDA and SCL pins of Arduino i.e. pins A4 and A5. A 16×2 LCD is connected in order to display the data and time information.
🌐
Arduino
projecthub.arduino.cc › paulsb › accurate-clock-just-using-an-arduino-cd5ec8
Accurate Clock Just Using an Arduino | Arduino Project Hub
An accurate clock with date displayed on a 16x2 LCD using just the Arduino, the display and few buttons. No RTC module required.
🌐
Instructables
instructables.com › circuits › arduino
Arduino Real Time Clock! : 4 Steps - Instructables
February 25, 2026 - Arduino Real Time Clock!: I recently got an Arduino starter kit and have been trying out all kinds of projects. I thought about building a clock and here it is!
🌐
Electronics For You
electronicsforu.com › home › engineering projects for you › real-time clock (rtc) with temperature display using arduino
Real-Time Clock (RTC) With Temperature Display Using Arduino
December 23, 2025 - This project demonstrates how you can build a real-time clock (RTC) with a temperature display using Arduino, DS3231 RTC chip, and SSD1306 OLED display (128×64 pixel).
🌐
Instructables
instructables.com › circuits › arduino
How to Create a Clock Using Arduino , DS3231 RTC Module and OLED Display : 9 Steps (with Pictures) - Instructables
November 30, 2021 - How to Create a Clock Using Arduino , DS3231 RTC Module and OLED Display: I have made a couple of clock project in the past. I have always used DS1306 module to do it. I received the backlash from my viewers. They questioned why I would use that particuler RTC module labeling it as not relaible.