0% found this document useful (0 votes)
169 views11 pages

Arduino Nano

This project creates a digital clock using an Arduino Nano, 4x64 LED matrix, and DS3231 RTC module to display the time, date, and temperature. The LED matrix is controlled by a MAX7219 chip and gets time and temperature data from the DS3231 RTC, which has an integrated temperature sensor for accurate temperature readings. The clock displays the time, current temperature in Celsius and Fahrenheit, and current month with date on the LED matrix.

Uploaded by

hira khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
169 views11 pages

Arduino Nano

This project creates a digital clock using an Arduino Nano, 4x64 LED matrix, and DS3231 RTC module to display the time, date, and temperature. The LED matrix is controlled by a MAX7219 chip and gets time and temperature data from the DS3231 RTC, which has an integrated temperature sensor for accurate temperature readings. The clock displays the time, current temperature in Celsius and Fahrenheit, and current month with date on the LED matrix.

Uploaded by

hira khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 11

Arduino Nano clock with 4X64 LED

matrix

Group members:

Name: Roll No:


1.Khan Hira 6117015
2.Khan Juveriah 6117017
3.Shaza Khot 6117026
Introduction:

The LED matrix module is really versatile for use with


microcontrollers and this project introduces a very
simple digital clock using a single 4x64 LED matrix and
an Arduino to show the time, date and temperature in
degrees Celsius and Fahrenheit.
The matrix module is controlled by MAX7219 and the
data of time and temperature are provided by a
DS3231 RTC (Real Time Clock) module.
In this case, the DS3231 is more interesting to use
because it has an internal temperature sensor and it is
more accurate for time reading.
Disadvantages of existing Advantages of proposed
system system
• Only shows time. • This system will show time,
temperature and current
month with date.
• More precise and modified.
• More accurate and helpful
for housing purpose
• Energy saving.
1. Arduino Nano R3
Arduino Nano is a microcontroller board
designed by Arduino.cc. The microcontroller
used in the Arduino Nano is Atmega328, the
same one as used in Arduino UNO. It has a wide
range of applications and is a major
microcontroller board because of its small size
and flexibility.

Applications:
Embedded Systems.
Automation.
Robotics.
Control Systems.
Instrumentation.
2.LED Matrix
Led matrix is a dot matrix of large
display, low resolution value and is
useful for both industrial or
commercial displays as well as for
hobbyist human interface
machines. In contains a 2-D diode
matrix which have the cathode
joined in rows and anode in
columns. In this LED matrix each
can be control individually by
controlling the electricity through
each pair of columns or rows
diodes. These matrix are very
popular matrix by means of
displaying information it, allows
the static and animated images
and text.
3.LDR
A Light Dependent Resistor is also termed as photo
resistor is a device whose resistivity factor is a function of the
electromagnetic radiation. Hence, they are light sensitive
devices which are similar if that of human eyes. They are
mage of semiconductors which are high resistance.It works
on the principle of photo conductivity.

When light shines onto the LDR its


resistance falls and current flows into
the base of the first transistor and then
the second transistor. The preset
resistor can be turned up or down to
increase or decrease resistance, in this
way it can make the circuit more or less
sensitive.
4.Breadboard
A breadboard is a construction base for prototyping of electronics.
4. DS3231
The DS3231 is a low-cost, extremely
accurate I2C real-time clock (RTC) with
an integrated temperature
compensated crystal oscillator (TCXO)
and crystal. The device incorporates a
battery input, and maintains accurate
timekeeping when main power to the
device is interrupted. The integration of
the crystal resonator enhances the
long-term accuracy of the device as
well as reduces the piece-part count in
a manufacturing line. The DS3231 is
available in commercial and industrial
temperature ranges, and is offered in a
16-pin, 300-mil SO package.
Circuit:
Output will be :
Room Temperature and date

You might also like