Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 16

SYNOPSIS on SMART HOME Submitted By: Ritesh Gupta (0809213083) Nitesh Srivastava (0809213065) Harsh Singhal (0809213041) Submitted

to: Department of Information Technology In partial fulfillment of requirement for the degree of Bachelor of Technology In Information Technology

Priyadarshini College Of Computer Sciences Greater Noida Gautam Budh Technical University

Smart Home CERTIFICATE


This is to certify that report entitled SMART HOME which is submitted by RITESH GUPTA,NITESH SRIVASTAVA & HARSH SINGHAL in partial fulfillment of the requirement for the award of degree B.Tech in Information Technology by Priyadarshini College of Computer Sciences, Greater Noida, affiliated to Gautam Budh Technical University, Lucknow is a record of the candidate own work carried out by them under our supervision.

Mr. Suresh Pathak (Project guide)

Mr.Shahjahan Ali (HOD-IT)

PCCS

Page 2

Smart Home DECLARATION


I hereby declare that this submission is my own work and that to the best of my 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 text.

Name:Ritesh Gupta Roll No:0809213083 Sign: Name:Nitesh Srivastava Roll No:0809213065 Sign: Name:Harsh Singhal Roll No:0809213041 Sign:

PCCS

Page 3

Smart Home

ACKNOWLEDGEMENT
We take this oppourtunity to express our thanks and deep gratitude to all those people who extended there whole heartedly co-operation and have helped us in completing this project successfully. We are very grateful to Mr. Shahjahan Ali (HOD-IT department, Priyadarshini College of Computer Sciences, Greater Noida) for showing confidence in us and allowed us to work on this project. Special thanks to Project Guide Mr.Suresh Pathak(Lecturer-IT Department) for all the help and guidance to us by him in every stage during our project.His inspiring suggestion and timely guidance enabled us to perceive the various aspects of the project in a new light.Working under him was an enrich experience.We express our sincere thanks him. We would also like to thanks our parents and project mate for guiding and encouraging us throughout the duration of the project. Name: Ritesh Gupta Nitesh Srivastava Harsh Singhal

PCCS

Page 4

Smart Home

TABLE OF CONTENTS

SR. NO. TOPIC 1. 2. 3. 4. 5. 6. 7. 8. Intoduction Brife Introduction To Parallel Port Power Supply Optocoupler Relay Circuit Diagram Of Project Conclusion Bibliography

PG. NO. 6-9 10-11 12-13 13-15 15-16 17 18 19

PCCS

Page 5

Smart Home

PC BASED APPLIANCES CONTROLLER

INTRODUCTION This project can be used for the controlling of various appliances using PC. It consist a circuit for using the printer port of a PC, for control application using software and some interface hardware. The interface circuit along with the given software can be used with the printer port of any PC for controlling up to eight equipment. Parallel port is a simple and inexpensive tool for building computer controlled devices and projects. The simplicity and ease of programming makes parallel port popular.

SCOPE OF PROJECT This project can be used in industries as well as in houses to control the various appliances through PC. Devices can be controlled from the desktop while working on it. The project focuses on five types of home appliancesMicrowave, Electric Stove, TV/VCR, Home Security System and Fire Alarm. The user is allowed to add/remove device.

PCCS

Page 6

Smart Home
The system is composed of SHS controller and individual devices. The central controller handles communication between appliances through hardware interface and interaction with user interfaces. The system allows multiple users to login at the same time.

ASSUMPTION The SHS model is constrained by the following assumptions. This project will provide only a virtual simulation of the SHS system The hardware interface handles proper communication between SHS controller and the respective devices. The implementation of this hardware is beyond scope. New devices can be added or existing devices can be removed with no hiccups. There is a dedicated controller (link) for the SHS interface.

DESRIPTION OF PROJECT BASIC COMPONENTS REQUIRED PCCS Page 7

Smart Home

1. 2. 3. 4. 5. 6. 7.

Personal Computer Optocoupler ULN 2803 Electro-mechanical Relay(SPDT) Transformer(15v) Voltage Regulator 78XX Diode(IN4007), Resistors, capacitors

BRIEF INTRODUCTION TO PARALLEL PORT Hardware The pin outs of DB25 connector is shown in the picture below:

The lines in DB25 connector are divided into three groups, they are: 1. Data lines (data bus) 2. Control lines 3. Status lines. As the name refers, data is transferred over data lines. Control lines are used to control the peripheral, and of course, the peripheral returns status signals back to the computer through Status lines. These lines are connected to Data, Control and Status registers internally. Parallel port registers The Data, Control and Status lines are connected to there corresponding registers inside the computer. So, by manipulating these registers in program, one can easily read or write to parallel port with programming languages like 'C' and BASIC. The registers found in a standard parallel port are: 1. Data register PCCS Page 8

Smart Home
2. Status register 3. Control register

POWER SUPPLY REGULATOR IC (78XX) It is a three pin IC used as a voltage regulator. It converts unregulated DC current into regulated DC current.

BRIDGE RECTIFIER A bridge rectifier makes use of four diodes in a bridge arrangement to achieve full-wave rectification. This is a widely used configuration, both with individual diodes wired as shown and with single component bridges where the diode bridge is wired internally.

CIRCUIT DIAGRAM OF POWER SUPPLY

PCCS

Page 9

Smart Home

OPTOCOUPLER There are many situations where signals and data need to be transferred from one subsystem to another within a piece of electronics equipment, or from one piece of equipment to another, without making a direct ohmic contact electrical connection. Often this is because the source and destination are (or may be at times) at very different voltage levels, like a microprocessor which is operating from 5V DC but being used to control a triac which is switching 240V AC. In such situations the link between the two must be an isolated one, to protect the microprocessor from over-voltage damage. PCCS Page 10

Smart Home

HIGH VOLTAGE (ULN2803):

HIGH

CURRENT

DARLINGTON

TRANSISTOR

ARRAY

The eight NPN Darlington connected transistors in this family of arrays are ideally suited for interfacing between low logic level digital circuitry (such as TTL, CMOS or PMOS/NMOS) and the higher current/voltage requirements of lamps, relays, printer hammers or other similar loads for a broad range of computer, industrial, and consumer applications. All devices feature open collector outputs and free wheeling clamp diodes for transient suppression. The ULN2803 is designed to be compatible with standard TTL families while the ULN2804 is optimized for 6 to 15 volt high level CMOS or PMOS

PCCS

Page 11

Smart Home

ULN 2803 RELAY: A relay is an electrical switch that opens and closes under the control of another electrical circuit. In the original form, the switch is operated by an electromagnet to open or close one or many sets of contacts. It was invented by Joseph Henry in 1835. Because a relay is able to control an output circuit of higher power than the input circuit, it can be considered to be, in a broad sense, a form of an electrical amplifier.

Here relay is used for the isolation of various heavy appliances to the PC. Since the PC operates on very low current, but the current in various appliances is in Amperes therefore isolation is

PCCS

Page 12

Smart Home
necessary and relay is required. Here we have used single pole dual through relay for the purpose.

CIRCUIT DIAGRAM OF PROJECT

PCCS

Page 13

Smart Home

PCCS

Page 14

Smart Home CONCLUSION


The greatest learning experience in this project comes from the design and construction of PC Based Appliance Controller which answer a lot of questions regarding the real implementation of Embedded system, Electro-mechanical relays and Opto-couper, ULN 2803, Parallel Port of PC . During the development of our project we studied and analyzed many real world applications of Electronics and Software Engineering. Some of the theoretical knowledge that was inculcated in us within our engineering program, which we have applied practically, are: 1. 2. 3. 4. 5. 6. Use of voltage regulation and filtering in power supply. Study of parallel ports. Study of C-Language. Study of ULN. Understanding of single pole dual through relay. Study of Optocoupler.

PCCS

Page 15

Smart Home BIBLIOGRAPHY

1. The complete reference java seventh edition (Herbert Schildt) 2. download.oracle.com/javase/tutorial/ www.javabeginner.com

3.

4. www.sun.com

www.academic.ITknowledge.com www.google.com www.astalavista.com www.thebugs.com www.wikipedia.com www.eff.org www.java.com

PCCS

Page 16

You might also like