Letter of Transmittal
Letter of Transmittal
Date :
To
The Supervisor
Department of EEE
European University of Bangladesh
Mirpur-2, Dhaka-1216.
Dear Sir,
Please find enclosed the project report entitled Digital Clock System. The
study has been carried out in partial fulfillment of the requirements for the
degree of Bachelor of Science in Electrical & Electronic Engineering.
In carrying out the study, we have followed supervisor’s advice and collected
required information from several text books, reference books, web sites and
other sources. We thinkyou will find it useful and informative. We would be
glad to furnish you further explanations or clarifications if required.
Sincerely yours,
______________
Md. Moniruzzaman
I.D:170316496
______________
Md. Aminul Islam
I.D:170316497
______________
Md. AnisurRahman
I.D: 170316498
______________
Md. RokibHasan
I.D: 170316527
i
Declaration
We hereby warrant that the work that has been presented here does not
breach any existing copyright.We further undertake to indemnify the
university against any loss or damage arising from breach of the foregoing
obligations.
Authors
____________
Md. Moniruzzaman
I.D: 170316496
_____________
Md. Aminul Islam
I.D: 170316497
_____________
Md. AnisurRahman
I.D: 170316498
_____________
Md. RokibHasan
I.D: 170316527
ii
EUROPEAN UNIVERSITY OF BANGLADESH
Certificate
This is to certify that the report entitled [Digital Clock System] is the valid
record of the work done Md. Moniruzzaman , Md. Aminul Islam , Md.
Anisur Rahman , Md. Rokib Hasan for partial fulfillment of the
requirement of the degree of B.Sc. in Electrical and Electronic
Engineering (EEE) from European University of Bangladesh.
This work has been carried out under my guidance and is a bonafide record
of valid works carried out successfully.
Faculty Guide
_________________
SadiaTanzim Islam
Lecturer
Department of Electrical and Electronic Engineering
iii
Acknowledgement
We would like to express our greatest gratitude to the people who helped and supported us
throughout this work. First and foremost we would like to thank our honorable supervisor,
Sadia Tanzim Islam, Designation, Department of EEE, for giving us enormous support,
advices and valued guidance concerning this thesis.
We are grateful to Dr. Md. Hazrat Ali , honorable Acting Chairman, Department of
EEE, Faculty of Engineering, European University of Bangladesh (EUB) for his
comments, encouragement and support.
We are grateful to our respected coordinator Md. Saiful Islam , Lecturer & coordinator ,
Department of EEE, Faculty of Engineering, European University of Bangladesh (EUB)
for kindly agreeing to examine my thesis.
Next, We would like to thank our family and friends for their valuable support to complete
this thesis.
Finally, we would like to express our heartiest gratefulness to Almighty Allah for His
heavenly blessings. Without his blessings it would not possible to complete our work
successfully.
Author’s
Md. Moniruzzaman
Md. Aminul Islam
Md. Anisur Rahman
Md. Rokib Hasan
iv
Executive Summary
v
This paper reports the design and
development of
field programmable gate array based
digital clock with
additional feature of stopwatch. The
implementation includes
two different coding techniques. The
performance has been
comparatively analyzed based on these
techniques. The
portability of reconfigurable platform
allows for application to
various designs. The architecture has
been implemented and
verified experimentally on a test board.
This paper reports the design and
development of
field programmable gate array based
digital clock with
additional feature of stopwatch. The
implementation includes
vi
two different coding techniques. The
performance has been
comparatively analyzed based on these
techniques. The
portability of reconfigurable platform
allows for application to
various designs. The architecture has
been implemented and
verified experimentally on a test board.
This paper reports the design and
development of
field programmable gate array based
digital clock with
additional feature of stopwatch. The
implementation includes
two different coding techniques. The
performance has been
comparatively analyzed based on these
techniques. The
portability of reconfigurable platform
allows for application to
vii
various designs. The architecture has
been implemented and
verified experimentally on a test board.
This project reports the design and development of field programmable microcontroller
Arduino based digital clock with additional feature of Temperature & Date Showing
System. The implementation includes two different coding techniques. The performance
has been comparatively analyzed based on these techniques. The portability of
reconfigurable platform allows for application to various designs. The architecture has
been implemented and verified experimentally on a test board. This project describes
hardware design and implementation of low-cost smart digital clock system on Arduino
platform, which uses temperature sensor to detect the temperature of environment.
viii
Table of Contents
TOPIC PAGE
Letter of Transmittal i
Declaration ii
Certificate iii
Acknowledgement iv
Executive Summary v
List of Figs viii
1.1 Introduction 10
1.2 Historical Background 11
1.3 Objectives 12
1.4 Summary 12
5.1 Discussion 37
5.2 Limitations 37
5.3 Future Scope 37
5.4 Conclusion 37-38
ix
REFERENCES 39
APPENDIX 40-42
LIST OF FIGURES
FIGURE PAGE
Fig 2.1.1 Block Diagram of Digital Clock System 14
Fig 2.2.1 Circuit Diagram of Digital Clock System 15
Fig 3.1.1 Arduino Nano 17
Fig 3.1.2 Arduino Schematic Diagram 18
Fig 3.1.3 Section of Arduino Nano 18
x
Fig 3.1.4 Microcontroller IC ATmega 328p 19
Fig 3.2.1 20*4 LCD Display Module 20
Fig 3.2.2 Pin out of LCD Display 22
Fig 3.2.3 Internal Connections of 7 Segment CA Display 21
Fig 3.3.1 Clock Module DS3231 25
Fig 3.3.2 Clock Module DS3231 connection with Arduino 25
Fig 3.4.1 Switch mode power supply 27
Fig 3.4.2 Switch mode power supply schematic diagram 28
Fig 4.1.1 Practical Implementation 33
Fig 4.2.1 Digital Time 34
xi