A Project Report Tamal 2
A Project Report Tamal 2
ON
“DIGITAL CLOCK “
SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE AWARD OF
DIPLOMA IN
ELECTRICAL ENGINEERING
TO -
SUBMITTED BY -
NAME OF THE STUDENT REGISTRATION NUMBER
TAMAL PARIALY D222307458
SUBHADIP JANA D222307456
RISHAV DAS D232408921
SOURAV MAITY D222307460
SUSANTA MANA D222307464
ABHIRUP SAMUI D222307457
GUIDED BY
MR. SUSHIL SAHOO
[LECTURER IN ELECTRICAL ENGINEERING]
CONTAI POLYTECHNIC
Govt. of west Bengal
pg. 1
This is to Certify that the project report entitled “Digital Clock” Was
successfully completed by Student of sixth semester Diploma in
Electrical Engineering.
In partial fulfilment of the requirements for the award of the Diploma in
Electrical Engineering and submitted to the Department of Electrical
Engineering of Contai Polytechnic work carried out during a period for
the academic year 2024-25 as per curriculum.
Guide HOD
pg. 2
DECLARATION
We hereby declare that this submission is our own work and that,
to the best of our knowledge and belief, it contains no material
previously published or written by another person nor material which to
a substantial extent has been accepted for the award of any other degree
or diploma of the university or other institute of higher learning, except
where due acknowledgement has been made in the text.
pg. 3
ACKNOWLEDGEMENT
Secondly, we would also like to thank our parents and friends who
helped us a lot in finalizing this project within the limited time frame.
pg. 4
LIST OF FIGURES
2 ARDUNO 10
3 SWITCH 11
4 L.E.D. BULBE 12
6 PROJECT IMAGE 14
pg. 5
TABLE OF CONTANTS
SL CONTANTS PAGE
NO NO
1 INTRODUCTION 7
2 LIST OF FUIGERS 5
3 ABSTRACT 8
5 CIRCUIT DIAGRAM 13
8 APPLICATION 16-17
9 COST ESTIMATION 18
10 CONCLUSION 19
11 FUTURE SCOPE 20
12 RESULT 21
13 REFERENCE 22
pg. 6
INTRODUCTION
pg. 7
ABSTRACT
pg. 8
COMPONENTS REQUIRED
BATTERY:
The battery used for a digital clock with temperature and humidity
display can vary depending on the specific model and its power
requirements. Here's a typical description:
Battery Types:
Fig no 1
pg. 9
ARDUINO
Arduino is an open-source electronics platform that combines hardware
and software to make it easy to create interactive projects. It is widely
used by hobbyists, students, and professionals for prototyping and
developing electronics applications. Here's an overview:
1. Microcontroller Boards:
o Arduino boards are built around microcontrollers like ATmega328
(Arduino Uno) or SAMD21 (Arduino Zero).
o Common models include:
Arduino Uno: Beginner-friendly, versatile, and widely supported.
Arduino Nano: Compact and breadboard-friendly.
Arduino Mega: Designed for projects requiring many input/output
pins.
Arduino Leonardo: Can emulate a keyboard or mouse.
Arduino Due: 32-bit processing power.
2. Arduino IDE:
o A software application for writing, editing, and uploading code to
Arduino boards. o Supports the C++ language with Arduino-specific
libraries for easier programming.
3. Shields and Modules:
o Shields are add-on boards that stack on top of Arduino boards to
add functionalities, like Wi-Fi, motor control, or GPS.
o Modules like sensors, displays, and communication units can be
connected to extend functionality.
4. Sensors and Actuators:
o Sensors: Input devices like temperature sensors, light sensors, and
ultrasonic distance sensors.
o Actuators: Output devices like LEDs, motors, and servos.
Fig no 2
pg. 10
SWITCH
A switch is an essential device used in electrical and electronic systems
to control the flow of current. It is a mechanical or electronic device
that connects or disconnects a circuit, allowing users to control the
operation of electrical devices or systems. Here's an overview:
1. Types of Switches:
Switches can be broadly categorized based on their application and
design:
Mechanical Switches:
o Toggle Switch: A lever is flipped to connect or disconnect a circuit.
o Push Button Switch: A button is pressed to activate or deactivate the
circuit.
o Rotary Switch: A knob or dial is rotated to change the circuit path.
o Slide Switch: A small slider moves back and forth to control the
connection.
o Limit Switch: Used in machinery, it activates when a moving part
makes contact.
Electronic Switches:
o Transistor: Used in electronic circuits for switching and
amplification.
o Relay: An electromagnetic switch that uses a small current to
control a larger current.
o Thyristor or SCR: A semiconductor switch for high-power
applications.
Fig no 3
pg. 11
LED BLUB
An LED bulb (Light Emitting Diode bulb) is a type of energy-efficient
lighting device that uses semiconductor technology to produce light. It
has become increasingly popular for residential, commercial, and
industrial use due to its energy efficiency, durability, and long lifespan.
.
Fig no 4
pg. 12
CIRCUIT DIAGRAM
Fig no 5
Fig no 6
pg. 13
DETAILS OF WORKING AND PROCESS
At the core, a digital clock uses a crystal oscillator (usually 32.768 kHz) to
produce a precise and consistent frequency. This high-frequency signal is
then passed through a frequency divider circuit to reduce it to a 1 Hz signal —
meaning one pulse per second.
When it overflows, it triggers the minutes counter, which also counts from 0
to 59.
The hours counter increments after every 60 minutes and counts up to 23 (for
a 24-hour clock) or 12 (for a 12-hour clock).
The output of these counters is then decoded and sent to a digital display
(such as a seven-segment or LCD display), showing the current time in
HH:MM: SS format.
Fig no 7
pg. 14
METHODOLOGY
1. Problem Definition
The aim is to design and implement a digital clock that displays the current time in hours,
minutes, and seconds using either software or hardware. The clock should operate in real-
time and optionally include features such as alarms or date display.
2. System Requirements
Functionality:
Display time in 12-hour or 24-hour format.
Real-time update every second.
Optional: alarm, date display, user interface.
Platform:
Software-based (PC, web, mobile) or hardware-based (using microcontrollers like Arduino
or Raspberry Pi).
4. System Design
Block Diagram:
For hardware:
RTC Module → Microcontroller → Display
For software:
System Clock → Code Logic → GUI Display
pg. 15
APPLICATION
1. An application of a digital clock with temperature and humidity display
is to provide a comprehensive tool for timekeeping combined with
environmental monitoring. Such devices are widely used in homes,
offices, and industrial settings due to their practical and multifunctional
capabilities. Here's a breakdown of their key applications:
1. Home Use
Timekeeping: Acts as a standard digital clock for daily use.
o Weather Monitoring: Provides real-time indoor temperature
and humidity levels, helping maintain a comfortable living
environment. o Health Maintenance: Alerts users if humidity is
too low or too high, which can impact respiratory health, skin
condition, and comfort. o Smart Home Integration: Often
included in smart home systems for environmental automation
(e.g., adjusting thermostats or humidifiers).
2. Workplace/Office Use
3. Educational Settings
pg. 16
4. Industrial Applications
Environmental Control: Vital in industries like pharmaceuticals,
food storage, and manufacturing, where precise temperature and
humidity levels are crucial.
o Alert Systems: High-end models can provide alerts when conditions
exceed preset thresholds.
5. Public Spaces
6. Specialized Applications
pg. 17
COST ESTIMATION
1 ARDUINO 600.00
2 BATTERY 60.00
4 SWITCH 80.00
TOTAL 1030.00
pg. 18
CONCLUSION
pg. 19
FUTURE SCOPE
1. Smart Integration:
Future digital clocks can be integrated with smart home systems, allowing control via
voice assistants (e.g., Alexa, Google Assistant).
2. IoT Connectivity:
Incorporating Internet of Things (IoT) technology enables synchronization with internet
time servers and remote monitoring or control.
4. Multi-Functional Devices:
Digital clocks can evolve into multi-functional devices by combining features like weather
updates, calendars, and reminders.
5. Energy Efficiency:
7. Wearable Technology:
More advanced digital clock features can be embedded in wearables, enhancing fitness
tracking, time management, and health monitoring.
pg. 20
RESULT
pg. 21
REFERENCE
1. https:// www.slideshare.net
2. https:// www.scribd.com
pg. 22