AUTOMATION THROUGH POWERLINES PRESENTED BY- JANHVI PACHPUTE SAGAR GOHIL VIKAS GUNDU SOUREEN MAZUMDAR.

Slides:



Advertisements
Similar presentations
Networking at Home the Office and Globe
Advertisements

An- Najah National University Faculty of Engineering Electrical Engineering Department Graduation project 2 Building Management System(BMS) Prepared.
Dr. Ashraf Armoush Supervisor Oday Jihad IbrahimTariq Ziad Yameen.
Todd W. Neller. What is an Arduino? A small, open-source, affordable, easy-to-program microcontroller (much like a CPU) 16K RAM Up to 20Mhz clock Inexpensive:
Index  INTRODUCTION  HARDWARE DESCRIPTION  BLOCK DIAGRAM  COMPONENT LIST  ADVANTAGES AND APPLICATIONS  CONCLUSION.
Team 7 / May 24, 2006 Web Based Automation & Security Client Capstone Design Advisor Prof. David Bourner Team Members Lloyd Emokpae (team Lead) Vikash.
Home Area Networking for the Smart Grid Erik Cates David Green Daniel Han Justin Michela ECE 4007 Koblasz/Maxwell Fall 2010 In Conjunction With: Unmesh.
Copyright 2014 Kenneth M. Chipps Ph.D. Network Management Using Sensors to Monitor Network Equipment Rooms Last Update
User Interface The conveyor line is an essential part in the modern industry, and it is one of the major parts that contributed in almost all industrial.
HOME AUTOMATION 002 AMSON MATHEWS 003 ANURAJ PA 009 MUHAMMED NIYAS MK 033 SAJITH Presented By, Group 3.
Automated Pool Maintenance System Jonathan Arbogast Janine Garnham Ajay Suthar.
Automated Systems Lesson 3: Getting the Robot to do work.
 Main Components:  Sensors  Micro controller  Motor drivers  Chasis.
Energy Smart Room GROUP 9 PRESENTERS DEMO DATE SPECIAL THANKS TO ADVISOR PRESENTERS Thursday April 19, 2007 Department of Electrical and Systems Engineering.
Baby Monitor Application Submitted by: John Sims Alan Slutter Frankie Williams.
Chapter 26 Communication Systems. Objectives After reading the chapter and reviewing the materials presented the students will be able to: Identify common.
Building an Application Server for Home Network based on Android Platform Yi-hsien Liao Supervised by : Dr. Chao-huang Wei Department of Electrical Engineering.
COMPUTER SYSTEM.
HOME AUTOMATION THROUGH ANDROID MOBILE. What is Home Automation?  Home automation involves introducing a degree of computerized or automatic control.
A Home Automation Program Eric McGregor. Subject Area ● We have appliances in our dorm rooms and home. – Stereo – Computer – Lamps – Fans ● All appliances.
EMBEDDED WEB SERVER. CONTENT: 1.ABSTRACT 2.INTRODUCTION TO EMBEDDED SYSTEMS 3.INTRODUCTION TO EMBEDDED WEB SERVER 4.BLOCK DIAGRAM 5.POER SUPPLY 6.COMPONENT.
Home Automation Console
Power Line Communication using an Audio Input
DEC0905 Remote Control of Home Appliances ABSTRACT The objective of this project is to enable users to remotely control home appliances and systems over.
Translate the following message:
Arduino. What is it? A open-source software suite and single-board microcontroller. Allows easy and affordable prototyping of microcontroller applications.
Samuel John Vinod Kumar CG Ganesh Raam K. Introduction  The need for health consciousness has increased in the recent past and so is the need to monitor.
Embedded Design Using ARM For Strong Room Security System
Amey Rane Madhur Srivastava Tejas Pandit Varun Sivakumar.
MOBILE SNIFFER WITH PAGING. UNDER THE GUIDENESS OF : Dr. SANTHOSH KULKARNI PROFESSOR.
REVERSE ENGINEERING ANALYSIS OF THE KILL-A-WATT Jason Sweeney Ryan Gittens Sean Kolanowski.
CONTENTS: 1.Abstract. 2.Objective. 3.Block diagram. 4.Methodology. 5.Advantages and Disadvantages. 6.Applications. 7.Conclusion.
Student Name USN NO Guide Name H.O.D Name Name Of The College & Dept.
What is O.S Introduction to an Operating System OS Done by: Hani Al-Mohair.
Voice Controlled Home Automation System Group 13 Zhe Gong Hongchuan Li.
Final Presentation Smart-Home Smart-Switch using Arduino
HOME AUTOMATION USING PC DONE BY RAJESHKUMAR S SRI HARSHA D.
Gsm Modems Based Irrigation Water Pump Controller for Illiterates
Employment of scada system in water purification and transmission system.
Simple Water Level Controller Circuit with Microcontroller and Alarm.
ARM and GPS Based Transformer monitoring system with area Identification Student Name USN NO Guide Name H.O.D Name Name Of The College & Dept.
By.  The main aim of this project is to get information about the condition of the baby, which is in ICU through blue tooth medium.  In earlier days,
Fire Fighting Robotic Vehicle. Introduction:  It is designed to develop a fire fighting robot using RF technology for remote.
TRANSMISSION LINE MULTIPLE FAULT DETECTION AND INDICATION TO EB
BATCH MEMBERS R.ABHISHEK-08N41A0401 K.DHEERAJ REDDY-08N41A0412 S.RAJENDRA REDDY-08N41A0458 JYOTHISHMATHI COLLEGE OF ENGINEERING AND TECHNOLOGY,TURKAPALLY.
COIN BASED CELL PHONE CHARGER by sarin krishna k.r
Voice Controlled Robot by Cell Phone with Android App
XBee Based Motor Control for Farmers
Prototyping Home Automation Concepts
Obstacle avoiding robot { pixel }
LEVEL CONTROL SYSTEM USING MICROCONTROLLER
Arduino Based Industrial appliances control system by decoding dual tone multi frequency signals on GSM / CDMA network. Submitted by:
Home automation using Arduino & ‘PIR sensor’
Outline Introduction Standards Project General Idea
SCADA for Remote Industrial Plant
How SCADA Systems Work?.
Bluetooth​ Based Home Automation Using Micro waves
ARDUINO LINE FOLLOWER ROBOT
AUTOMATIC SPEED CONTROL BASED ON ZONES
Remote Controlled Smart Socket
SMART BUILDING WITH INDOOR NAVIGATION SYSTEM -using iot
Design and Implementation of an Automated Conveyor Line
IOT based Home Automation Over the Cloud
The most exciting DDC control to be introduced in the last 30 years.
Elecbits.
Introduction to arduino
HOME AUTOMATION SYSTEM BLUETOOTH BASED.  INTRODUCTION  PROBLEM STATEMENT  OBJECTIVES  BLOCK DIAGRAM  CIRCUIT DIAGRAM  METHODOLOGY  APPLICATIONS.
PRESENTATION BASED ON EMBEDDED SYSTEM. SUBMITTED BY MAMATA YADAV.
Presentation transcript:

AUTOMATION THROUGH POWERLINES PRESENTED BY- JANHVI PACHPUTE SAGAR GOHIL VIKAS GUNDU SOUREEN MAZUMDAR

CONTENTS Introduction Existing system Proposed system Block diagram Circuit diagram Software used Application Advantage Future scope References

INTRODUCTION Power line (A.C mains) communication between devices connected on the same phase. The interfacing circuitry between the mains and host controller is achieved by ST7538Q transceiver.

P ROPOSED SYSTEM Control room pipe Water tank with float sensors Water tank Electric pump

BLOCK DIAGRAM The sensors in the water tank will determine the waterlevel and the microcontroller will send the signals through powerlines to turn on or off the pump. The relay driver is necessary to control the pump by a low-power signal.

TRANSMITTER SIDE When the water level is below a certain level, microcontroller will send a signal through the powerlines to start the pump. Also when the waterlevel is above a certain limit, a signal will be sent to stop the pump.

R ECEIVER SIDE AC Signal received will be converted to dc by ST7538Q. Microcontroller will read the signal and accordingly turn the electric pump on or off depending on the instructions received.

C IRCUIT DIAGRAM

S OFTWARE USED Arduino is used to program the Atmega8 Microcontroller. The open-source Arduino environment makes it easy to write code and upload it to the i/o board. It runs on Windows, Mac OS X, and Linux. The environment is written in Java and based on Processing, avr-gcc, and other open source software.

W ORK COMPLETED Research of existing system Research of data transmission through power lines Uniting both systems Circuit Diagram Collecting required components

A DVANTAGES Easy to install as network infrastructure is already present. Almost fully automated system, so minimal human attention required.

A PPLICATIONS Home automation Office automation Home Broadband internet Smart Meter Reading HDTV Networking Patient Monitoring in the Hospitals

F UTURE SCOPE This technology can be used to make all devices plug and playable. The only requirement would be a socket. It would also increase communication between devices.

REFERENCES