A Mini Project Report Supervisory Control and Data Acquisition
A Mini Project Report Supervisory Control and Data Acquisition
A Mini Project Report Supervisory Control and Data Acquisition
On
BACHELOR OF TECHNOLOGY
in
CERTIFICATE
This is to certify that mini project entitled SUPERVISORY CONTROL AND DATA
ACQUISITION is being submitted for the partial fulfillment of Bachelor of Technology in
Electronics and Communication Engineering from Medha Institute of Science &
Technology forWomenaffiliated to Jawaharlal Nehru TechnologicalUniversityHyderabad, is
bonafied workdon MS.R.PADMA(136C1AO481), MS.S.PRIYANKA (136C1A0486),
MS.S.SMANGATHAYARU (136C1A0490), MS.S.SUJANA(136C1A0489), during the
academic year 2015-2016 under our guidance and supervision,and it has been found worthy
of acceptance according to the requirement of the university.
.
.
External Examiner
ACKNOWLEDGEMENT
We would like to express our heartfelt gratitude to our parents without whom we
would not have been privileged to achieve and fulfill our dreams. I am grateful to our
principal Dr. M. Murali, who most ably run the institution and has had the major hand in
enabling us to do the project.
We profoundly thank Mr. B. Kantha Rao, Head of the Department, Electronics and
Communication Engineering, who have been an excellent guide and also a great source of
inspiration to our work.
We would like to thank our guide(SK.Mujafar Ahmed), Department of Electronics
And Communication Engineering, Medha Institute Of Science and Technology for
Women , for her technical guidance, constant encouragement and support for carrying our
project in college.
We would like to express our gratitude to all the people behind the screen who helped
us to transform an idea into a real application.
By:
R.PADMA (136C1A0481)
S.PRIYANKA (136C1A0486)
S.MANGATHAYARU (136C1A0490)
S.SUJANA (136C1A0489)
DECLARATION
by
R.PADMA (136CIA0481)
S.PRIYANKA (136C1A0486)
S.MANGATHAYARU (136C1A0490)
S.SUJANA (136C1A0489)
s.no CONTENTS page no
Acknowledgement
i
List of Figures ii
List of Tables
iii
Abstract
iv
CHAPTER 1 INTRODUCTION 1
1.1 Embedded system
1
CHAPTER 2 MICRO CONTROLLER 3
2.1 definition of microcontroller 3
2.2 Microcontrollers versus Microprocessors 4
2.3 Atmega8 5
2.4 Key features 6
CHATER 3 HARDWARE MPLEMENTATION OF THE PROJECT 24
3.1 Introduction of the project 24
3.2 project design 24
3.3 Block diagram 25
3.3.1 Power supply 25
3.3.2 Transformer 26
3.3.3 Rectifier 26
3.3.4 Filter 26
3.3.5 Voltage regulator 27
3.4 Atmega8 27
3.5 Relay 27
3.6 LCD display 28
3.6.1Pin configuration 30
3.7 LDR 30
3.8 TEMPERATURE SENSOR 31
3.9 HUMIDITY SENSOR 32
3.10 SMOKE SENSOR 33
3.11 MAX232 34
3.12 BUZZER 35
3.13 DC MOTOR 36
ABSTRACT
Real-time object learning and detection are important and challenging tasks in
Computer Vision. Detection of objects in any image is a fundamental challenge that has been
widely undertaken by computer vision systems. This project proposes a point feature
matching technique to detect a particular object in any cluttered scenes.This approach is
related to recent and efficient matching methods which consider only images and their
gradients to detect objects.The SURF algorithm is used in point feature matching technique
for detecting a specific object based on finding point correspondences between the reference
and the target image.
This algorithm detect objects despite a scale change or in-plane rotation. It is also
robust to small amount of out-of-plane rotation and occlusion.This method of object detection
works best for the objects that exhibt the non-repeating texture patterns which give rise to
unique feature matches.This technique is not likely to work well for uniformly coloured
objects and also for objects containing repeating texture patterns.