🌐
Arduino
projecthub.arduino.cc › Tishin › display-time-date-i2c-lcd-and-ds3231-real-time-clock-visuino-184f26
Display Time Date-I2C LCD and DS3231 Real Time Clock-Visuino | Arduino Project Hub
16x2 LCD display with I²C interface · 1 · Solderless Breadboard Half Size · 8 · Female/Female Jumper Wires · 3 · Male/Male Jumper Wires · 1 · DS3231 Real Time Clock · Apps and platforms · 1 · Visuino - Graphical Development Environment ...
🌐
Instructables
instructables.com › circuits › arduino
Real Time Clock : Arduino UNO + DS3231 Rtc Module + LCD 20x4 I2C : 4 Steps - Instructables
May 2, 2023 - Real Time Clock : Arduino UNO + DS3231 Rtc Module + LCD 20x4 I2C: In this project, the DS3231 (real time clock) module has been used to get the current time, date and temperature.
🌐
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
Accurate timekeeping is crucial ... industries. In this project, we will build a digital clock using an Arduino microcontroller, a DS3231 real-time clock (RTC) module, and a 16x2 LCD display. This project ......
People also ask

Can the DS3231 keep time even when Arduino is powered off?
Yes, the DS3231 continues running using its onboard CR2032 battery, so the time remains accurate without external power.
🌐
controllerstech.com
controllerstech.com › home › arduino › modules interfacing › ds3231 rtc
DS3231 Arduino Tutorial: Real-Time Clock with LCD1602, Alarms & ...
Why does my DS3231 not trigger the alarm on the SQW pin?
The square-wave output must be disabled using rtc.writeSqwPinMode(DS3231_OFF); otherwise, the pin will not switch to alarm-interrupt mode.
🌐
controllerstech.com
controllerstech.com › home › arduino › modules interfacing › ds3231 rtc
DS3231 Arduino Tutorial: Real-Time Clock with LCD1602, Alarms & ...
What is the I2C address of the DS3231?
The DS3231 uses a fixed I2C address of 0x68. This address is hardwired in the chip and cannot be changed, unlike some other I2C devices that have configurable address pins. If you're placing the DS3231 on the same I2C bus as an LCD1602 (which is typically at 0x27), there is no conflict since the addresses are different.
🌐
controllerstech.com
controllerstech.com › home › arduino › modules interfacing › ds3231 rtc
DS3231 Arduino Tutorial: Real-Time Clock with LCD1602, Alarms & ...
🌐
ControllersTech®
controllerstech.com › home › arduino › modules interfacing › ds3231 rtc
DS3231 Arduino Tutorial: Real-Time Clock with LCD1602, Alarms & Temperature
May 4, 2026 - In this tutorial you’ll learn how to wire the DS3231 to an Arduino Uno, install the RTClib and LiquidCrystal_I2C libraries, set the time both manually and using compile-time, read time and date, display a live clock on a 16×2 I2C LCD, read the ...
🌐
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 - So now we have our Real Time Clock up and running and we can use in any Arduino Project. As a second example I connected an LCD to the Arduino and printed the time and the date on it. ... /* * Arduino DS3231 Real Time Clock Module Tutorial * * Crated by Dejan Nedelkovski, * www.HowToMechatronics.com * * DS3231 Library made by Henning Karlsen which can be found and downloaded from his website, www.rinkydinkelectronics.com.
🌐
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.
🌐
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 ... time clock. This project shows the precision of the DS3231 real time clock combined with the use of visual display components for creating professional-quality timepieces....
🌐
VTM Systems Store
videotronicmaker.com › home › time and date -ds3231 & i2c lcd | visuino
Time and Date -DS3231 & I2C LCD | Visuino - VTM Systems Store
February 20, 2024 - The DS3231 Real Time Clock counts ... backup to charge. In this project we will connect the DS3231 to an Arduino Uno and an I2C 1602 LCD module to display the time and date....
🌐
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.
Find elsewhere
🌐
Instructables
instructables.com › circuits › microcontrollers
DS3231 REAL-TIME CLOCK WITH I2C LCD AND ARDUINO NANO : 5 Steps - Instructables
April 6, 2021 - DS3231 REAL-TIME CLOCK WITH I2C ... a breadboard circuit of a real-time clock with Arduino Nano that will display the time and date on an LCD. The time and date are adjustable to the current time and date. This will require a DS3231 Re…...
🌐
YouTube
youtube.com › watch
DS3231 Real Time Clock (RTC) Module - Detailed Explanation and Interfacing with Arduino & I2C LCD - YouTube
In this video I have explained the DS3231 RTC module in detail and also shown hot to connect it with arduino and display the Date and Time in Serial Monitor...
Published   May 7, 2024
Views   18K
🌐
YouTube
youtube.com › watch
DS3231 RTC Module with LCD Display || Arduino Project || #ds3231 #arduino #diy - YouTube
This is a tutorial video about DS3231 RTC module. In this Tutorial we will learn how to use the DS3231 Real Time Clock Module.Download Code ,Breadboard Conne...
Published   March 13, 2024
🌐
Electronic Clinic
electroniclinic.com › arduino-rtc-ds3231-time-and-date-display-on-a-16x2-lcd
Arduino RTC DS3231 Time and Date display on a 16x2 LCD
August 18, 2024 - Arduino RTC DS3231 Time and Date display on a 16×2 LCD- In this tutorial, you will learn how to make a real-time clock using Arduino, RTC DS3231 module and a 16×2 LCD.
🌐
VTM Systems Store
videotronicmaker.com › home › rtc-ds3231 with 1602 lcd i2c
RTC-DS3231 with 1602 LCD I2C - VTM Systems Store
January 28, 2024 - I have only been using Arduino for about 2 months now. I bought a Keyestudio starter kit and I couldn't get Project 31: DS1302 Real Time Clock Module to work so I tried using a RTC DS3231. I wanted to be able to do a basic thing like print the time and date on a 1602 LCD i2C screen.
🌐
Flyrobo
flyrobo.in › blog › clock-lcd-ds3231
Display clock with LCD and DS3231 RTC module
The VCC pin is the power input pin. The GND is the ground pin. Both the DS3231 and LCD work on the same I2C interface · Both the SCL pins of the DS3231 and the LCD are connected to Arduino analog pin A5.
🌐
Random Nerd Tutorials
randomnerdtutorials.com › home › arduino › arduino ide › arduino digital clock with ds3231 rtc and oled display
Arduino Digital Clock: DS3231 RTC and OLED Display | Random Nerd Tutorials
April 3, 2025 - Create a digital clock with the Arduino using the DS3231 Real Time Clock (RTC) module and an OLED display. Follow this tutorial for the circuit diagram and code.
🌐
GitHub
gist.github.com › ejshea › de15ba1cc5bd1fb96053525de5c3d09a
Interface the DS3231 Real-Time Clock (RTC) to an Arduino Uno and display date, time, Unix time, and temperature on a 20x4 LCD · GitHub
Interface the DS3231 Real-Time Clock (RTC) to an Arduino Uno and display date, time, Unix time, and temperature on a 20x4 LCD - DS3231_20x4_LCD.txt
🌐
Arduino Forum
forum.arduino.cc › projects › programming
Arduino Alarm Clock using Ds3231 and I2C Lcd Display - Programming - Arduino Forum
January 17, 2025 - Hello, this is my first post in this forum, any forum actually, so I am very sorry If I make mistakes. I have a code for a school project but no matter how many times I modify the code, error messages still come up and I…
🌐
Electronics-Lab
electronics-lab.com › home › projects › arduino real time clock and temperature monitor using the ds3231 rtc and 3.2″ color tft display
Arduino Real Time Clock and temperature Monitor using the DS3231 RTC and 3.2" Color TFT display - Electronics-Lab
June 22, 2022 - ... The most important update to the previous project, however, is the 3.2″color LCD display being used. The display gives us the ability to create a better, bigger and colourful user interface for our clock at a cheap price as it costs about ...