SlideShare a Scribd company logo
1 of 4
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 07 | Jul-2014, Available @ http://www.ijret.org 469
HOME APPLIANCE CONTROLLING USING ZIGBEE ON ATMEGA128
HARDWARE PLATFORM.
Manish Kumar1
, Ramandeep singh2
1
Student, EECE Department, ITM University, Gurgaon, Haryana, India
2
Assistant Professor, EECE Department, ITM University, Gurgaon, Haryana, India
Abstract
The demand of wireless system in home is increasing day by day due to its cost and easy placement and also it is easy to connect
with our computer or phone [1]. This project demonstrates about the control of home appliances wirelessly using computer and
Zigbee wireless communication protocol. We can control the home appliance like refrigerator, fan, and air conditioner etc. by
sending command through the computer. Input will be given from the computer through serial communication. By this technique
we can also control all electrical appliances within a room in a building. We extent the concept of controlling the power supply
for the devices at remote location at home or industry.
KeyWords: Home Automation, Zigbee, AVR, ATMEGA128, Smart homes, wireless automation, XBee S2, embedded system.
--------------------------------------------------------------------***----------------------------------------------------------------------
1.INTRODUCTION
Home automation is combination of computer/
microcontroller and information technology to control the
home appliance. System can control through computer or
other embedded system by using intelligence of system and
automation. it is made for several reasons of energy
efficiency, security and ease [2].
In this era construction of industries and homes contains the
wiring for telephones, TV outlets, electrical power,
broadband wire, a doorbell and door lock [1-2]. Special
appliance is developed to automation in home automation.
Many appliance are made to reduce the manual labor for
example washing machine is were developed for reducing
the manual labor for clothes cleaning and for bathing the
water heaters also reduced the necessary labor.
The number of electrical devices are increasing day by day
so interconnection of device and communication within
device is very useful between appliance and communication
between them is very likable feature. For example, an air
conditioner will send a message on owner‟s phone when it
require for cleaning, or an air cooler when it require its
service. The embedded system is work as virtual intelligent
system in which doors will become "Intelligent" and it will
send signals to the microcontroller when someone enters [3].
If alarm system is set and no one is in the home, the system
could call/SMS to the owner, or the saved neighbor‟s
number, or an emergency number.
There are various number of wireless device used in home
automation like Bluetooth, Zigbee, GPRS etc. [4]. Bluetooth
needs passkey on every new connections and GPRS
required internet at both transmitter and receiver end so I
use Zigbee for home automation. Zigbee is used for short
distance communication.
Zigbee wireless technology is developed as an open global
standard of low power, low cost, wireless M2M networks it
is based on IEEE 802.15.4 standard and operates in
unlicensed band 868MHz, 915 MHz, and 2.4 GHz [5] .The
Zigbee device can communicate at maximum speed of
250kbps at 2.4 GHz frequency. Data rate is 20kbps at
868MHz and 40kbps at 915MHz [6]. The Zigbee device
can communicate of up to 50 meters in typical environment
circumstance and distance is maximum when environment is
ideal. Zigbee gives high data throughput in all application
where the duty cycle is low [7]. Due to this features Zigbee
is ideal for home, industrial automation, business, where
sensor and control devices are used.
1.1 Types of Zigbee
There are three types of Zigbee devices:-
Zigbee Coordinator (ZC): the Zigbee coordinator device
form the root of network tree and might bridge to the other
network. In each network there are one Zigbee coordinator
which initiate the network originally .It store information of
the network and working as a trust center.
Zigbee Router (ZR): it will work as an intermediate router,
its take data from one router and passing it to other router.
Zigbee End Device (ZED): it contains less functionality as
compare to ZC and ZR. It have functionality to
communicate with parent node. It cannot route data but the
node is allows to sleep for a significant amount of time
while it is not transmitting. So it‟s give long battery life. It
required less amount of memory than ZR and ZC.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 07 | Jul-2014, Available @ http://www.ijret.org 470
2. BLOCK DIAGRAM
Fig -1: Block diagram of Zigbee based home appliance
controller
The given embedded system is used for controlling home
appliance using your pc and Zigbee. All appliance are
connected with microcontroller or through relay. The
command is send through hyper terminal or X-CTU
software.
In this embedded system there are two part, one is
transmitter and one is receiver. The transmitter contains
Zigbee transmitter and RS232 circuit and receiver contains
Zigbee receiver and ATMEGA128 which is connected with
relay and appliance i.e. fan, bulb, motor etc. [8].
The command is send through pc hyper terminal. The
command is transmitted through Zigbee transmitter. The
Zigbee receiver receive the command and after decoding it
will send command to ATMEGA128. The micro-controller
respond according to the command. for example if we send
command 1 to microcontroller the fan will on and when
command 2 to the microcontroller the motor will on. If we
send wrong command to microcontroller then it will glow a
red LED on the board.
The hardware consideration of this embedded system is, it
use pc for transmit a command. The command is send over
Zigbee wireless and the Zigbee receiver receives the
command and after decoding send command to
ATMEGA128. All AC devices are connected through relays
when the microcontroller transmit 1 to relay the
corresponding device is on and when transmit 0 to relay the
device is off.
3. FLOW CHART
When power is on the system is initialize and establish
network between both Zigbee modules. Zigbee takes few
seconds to initialize. Afterinitialization Zigbee receiver and
transmitter are establish network wirelessly. The command
will send through Zigbee transmitter and collect information
in receiver module. If serial data received the command is
send to microcontroller if not then waiting for serial data.
Fig -2: Flow chart
4. HYPERTERMINAL SCREENSHOT AND
DESCRIPTION
Fig -3: HyperTerminal
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 07 | Jul-2014, Available @ http://www.ijret.org 471
HyperTerminal is a software which runs on windows
platform and it offers to control remote device by sending
text based command. It is used for local serial interface for
communication or network. In my embedded system, by
sending „A‟ the fan is on and by sending „a‟ the fan is off.
Bulb is on and off through command „B‟ and „b‟ similarly
AC is turn on and off by sending command „C‟ and „c‟. To
turn on and off the gate lock we have to send command „D‟
to on and command„d‟ to off.
5. COMMANDS AND PACKET FORMAT
GENERATED
Table -1: Commands on HyperTerminal
Command Connected
on PIN
Serial communication
data command for
ON/OFF
Fan On/Off PORTA.0 A/a
Bulb On/Off PORTA.1 B/b
AC On/Off PORTA.2 C/c
Gate Lock
On/Off
PORTA.3 D/d
6.APPLICATIONS
The application of Zigbee is where, we require, low data
rate, low power consumption, low cost, security and
reliability [9-10]. Zigbee is used in several field like
medical, industry automation, home automation etc.
Table -2: Applications
CATEGORY APPLICATION
Vital Monitoring
Heart-rate Monitoring
Body heat Monitoring
Personal equipment control
Consumer
Electronic
Remote control
PC- peripheral
Control of windows
roll/shades etc.
Dimmer/ switches
Alarm And security
system
Smoke detector
Water leakage alarm
7. ADVANTAGE AND LIMITATION
The advantage of Zigbee home automation is, it low power
consumption device and very less time consuming system.
Zigbee home automation make home safe and comfortable.
Home automation takes less time to finish a task and also
makes the work simpler. The wireless range of Zigbee is
good enough for home automation. The range of Zigbee is
100 to 300 feet approx. The overall system cost is very low
as compare to other. The cost is dependent on advancement
of system.
The limitation of the Zigbee home automation is If there any
damage due to rupturing of cable the entire system get
crashed and If he/she doesn‟t use the correct keys to perform
the operations, human errors may occurs [11-12]. In very
rare case, the reliability of home automated device is
decreases [13].
8. RESULT
The proposed system is made for transmit the
command wireless through Zigbee. The Zigbee
module transmit command from PC hyper terminal to
other Zigbee module which is connected to AVR
microcontroller. The second Zigbee module receive
the command from first Zigbee module and send to
microcontroller. Microcontroller take action according
to the command.
9. CONCLUSION AND FUTURE SCOPE
This paper present a wireless home automation which is
controlled by PC. In proposed architecture XBEE module is
used for wireless transmission and command is send from
hyper terminal of PC.
In future, the transmitter side Zigbee is replace by remote
Zigbee. Which contain a microcontroller push button switch
for command.
10. ACKNOWLEDGEMENT
I am always grateful to my professors, lab assistant all staff
of electrical and electronics communication engineering
department for their support and also thanks to my college
management team for providing me the most advance lab
for project work.
11. REFERENCES
[1] Woo Suk Lee, Seung Ho Hong ”KNX Zigbee Gateway
for Home Automation” ,4th IEEE Conference on
ASE,August 23-26, 2008
[2]. A Zigbee-based home automation system. IEEE
Transactions on Consumer Electronics, 55 (2), pp. 422-
430.ISSN: 0098-3063
[3]. Zigbee based home appliance controlling through
spoken command using handheld device, IJSM, Vol. 7 , NO.
1, January 2013.
[4]. wireless home automation system using Zigbee, IJSER,
vol. 3, issue 8, August-2012, ISSN 2229-5518.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 07 | Jul-2014, Available @ http://www.ijret.org 472
[5] Khusvinder Gill, Shuang-Hua Yang, Fang Yao, and Xin
Lu “A ZigBee-Based Home Automation System” IEEE
Transactions on Consumer Electronics, Vol. 55, No. 2,
MAY 2009.
[6].Kwang-il Hwang, Byoung-Jo Choi, Seok-hoon Kang,
“Enhanced Self-Configuration Scheme for a Robust ZigBee-
based Home Automation” IEEE 2010.
[7].Dae-Man Han and Jae-Hyun Lim “Smart Home Energy
Management System using IEEE 802.15.4 and ZigBee”
IEEE 2010.
[8]. Wang Weihong, Xia Liegang ” Design and
Implementation of a Control System Using AVR
Microcontroller ”College of Software, Zhejiang University
of Technology” IEEE 2009
[9]. Liu Wei, Gao Yonghui, Jiang Wenlong, Ren Tao
“Remote Control of Smart Household Based on DTM”
IEEE 2010.
[10]. Hannu J¨arvinen, Andrey Litvinov, Petri Vuorimaa,
“Integration Platform for Home and Building Automation
Systems” 5th IEEE Workshop on Personalized Networks
2011.
[11]. Chunlong Zhang, Min Zhang, Yongsheng Su, Weilian
Wang, “Smart Home Design based on ZigBee Wireless
Sensor Network”2012 7th International ICST Conference on
Communications and Networking.
[12]. Alexandru-Corneliu Olteanu, George-Daniel Oprina,
Nicolae pu and Sven Zeisberg ” Smart Home Design based
on ZigBee Wireless Sensor Network”2013 19th
International Conference on Control Systems and Computer
Science.
[13]. Falk-Moritz Schaefer, Tobias Groß and Rüdiger Kays
“Energy Consumption of 6LoWPAN and Zigbee in Home
Automation Networks” IEEE 2013.
11. BIOGRAPHIES
Manish kumar is currently pursuing
masters of technology in embedded system
from ITM University, Gurgaon. He
completed his B. Tech in Electronics and
communication from Institute of
Technology and Management, Bhilwara,
Rajasthan in 2013. His area of interest is
low power embedded system and wireless communication
between embedded systems.
Ramandeep Singh is an Assistant
Professor in EECE Department of ITM
University, Gurgaon. He is pursuing
Ph.D. in embedded systems from ITM
University. In 2009 he has completed
M.E. in embedded systems. He is a B.
Tech. graduate from GGSIPU, Delhi. His
core research areas are low power
embedded systems, robotics, FPGA based embedded
systems and SCADA. Prior to joining ITM University he
has worked with NXP Semiconductors Bangalore. He has
various publications in international journals and
conferences.

More Related Content

What's hot

Design and implementation smart home alarm system with zigbee transceiver
Design and implementation smart home alarm system with zigbee transceiverDesign and implementation smart home alarm system with zigbee transceiver
Design and implementation smart home alarm system with zigbee transceiverzaidinvisible
 
Android based home automation
Android based home automationAndroid based home automation
Android based home automationhasan sarker
 
Graduation Project on "SMART HOMES & RENEWABLE ENERGY" PowerPoint Presentation
Graduation Project on "SMART HOMES & RENEWABLE ENERGY" PowerPoint PresentationGraduation Project on "SMART HOMES & RENEWABLE ENERGY" PowerPoint Presentation
Graduation Project on "SMART HOMES & RENEWABLE ENERGY" PowerPoint PresentationAhmed Khalil Ibrahim
 
Report on Embedded Based Home security system
Report on Embedded Based Home security systemReport on Embedded Based Home security system
Report on Embedded Based Home security systemNIT srinagar
 
GSM BASED DEVICES CONTROL SYSTEM PROJECT REPORT
GSM BASED DEVICES CONTROL SYSTEM PROJECT REPORTGSM BASED DEVICES CONTROL SYSTEM PROJECT REPORT
GSM BASED DEVICES CONTROL SYSTEM PROJECT REPORTAvinash Kannojia
 
Project Dissertation - ZigBee Based Wireless Sensor Network
Project Dissertation - ZigBee Based Wireless Sensor NetworkProject Dissertation - ZigBee Based Wireless Sensor Network
Project Dissertation - ZigBee Based Wireless Sensor NetworkAnand Agrawal
 
HAND GESTURE BASED HOME AUTOMATION FOR VISUALLY CHALLENGED
HAND GESTURE BASED HOME AUTOMATION FOR VISUALLY CHALLENGEDHAND GESTURE BASED HOME AUTOMATION FOR VISUALLY CHALLENGED
HAND GESTURE BASED HOME AUTOMATION FOR VISUALLY CHALLENGEDijiert bestjournal
 
Thesis - Voice Control Home Automation
Thesis - Voice Control Home AutomationThesis - Voice Control Home Automation
Thesis - Voice Control Home AutomationAbhishek Neb
 
Touch screen home automation
Touch screen home automationTouch screen home automation
Touch screen home automationvision2d16
 
Bluetooth based Home Automation
Bluetooth based Home AutomationBluetooth based Home Automation
Bluetooth based Home AutomationJagannath Kartik
 
Smart Home Automation
Smart Home AutomationSmart Home Automation
Smart Home AutomationIRJET Journal
 
Gsm based home security system
Gsm based home security systemGsm based home security system
Gsm based home security systemNarayan Gour
 
A Remote home security system
A Remote home security systemA Remote home security system
A Remote home security systemPriyanka Tyagi
 
Bi directional visitor counter
Bi directional visitor counter Bi directional visitor counter
Bi directional visitor counter JanhviThombre
 

What's hot (20)

Design and implementation smart home alarm system with zigbee transceiver
Design and implementation smart home alarm system with zigbee transceiverDesign and implementation smart home alarm system with zigbee transceiver
Design and implementation smart home alarm system with zigbee transceiver
 
Presentation on home automation
Presentation on home automationPresentation on home automation
Presentation on home automation
 
[IJET-V1I2P11] Authors :Abdul Latif Saleem, Raja Sagar R, Sachin Datta N S, S...
[IJET-V1I2P11] Authors :Abdul Latif Saleem, Raja Sagar R, Sachin Datta N S, S...[IJET-V1I2P11] Authors :Abdul Latif Saleem, Raja Sagar R, Sachin Datta N S, S...
[IJET-V1I2P11] Authors :Abdul Latif Saleem, Raja Sagar R, Sachin Datta N S, S...
 
I45015153
I45015153I45015153
I45015153
 
Android based home automation
Android based home automationAndroid based home automation
Android based home automation
 
Graduation Project on "SMART HOMES & RENEWABLE ENERGY" PowerPoint Presentation
Graduation Project on "SMART HOMES & RENEWABLE ENERGY" PowerPoint PresentationGraduation Project on "SMART HOMES & RENEWABLE ENERGY" PowerPoint Presentation
Graduation Project on "SMART HOMES & RENEWABLE ENERGY" PowerPoint Presentation
 
Report on Embedded Based Home security system
Report on Embedded Based Home security systemReport on Embedded Based Home security system
Report on Embedded Based Home security system
 
Automated home secuirty project
Automated home secuirty projectAutomated home secuirty project
Automated home secuirty project
 
GSM BASED DEVICES CONTROL SYSTEM PROJECT REPORT
GSM BASED DEVICES CONTROL SYSTEM PROJECT REPORTGSM BASED DEVICES CONTROL SYSTEM PROJECT REPORT
GSM BASED DEVICES CONTROL SYSTEM PROJECT REPORT
 
Project Dissertation - ZigBee Based Wireless Sensor Network
Project Dissertation - ZigBee Based Wireless Sensor NetworkProject Dissertation - ZigBee Based Wireless Sensor Network
Project Dissertation - ZigBee Based Wireless Sensor Network
 
HAND GESTURE BASED HOME AUTOMATION FOR VISUALLY CHALLENGED
HAND GESTURE BASED HOME AUTOMATION FOR VISUALLY CHALLENGEDHAND GESTURE BASED HOME AUTOMATION FOR VISUALLY CHALLENGED
HAND GESTURE BASED HOME AUTOMATION FOR VISUALLY CHALLENGED
 
Thesis - Voice Control Home Automation
Thesis - Voice Control Home AutomationThesis - Voice Control Home Automation
Thesis - Voice Control Home Automation
 
Touch screen home automation
Touch screen home automationTouch screen home automation
Touch screen home automation
 
Bluetooth based Home Automation
Bluetooth based Home AutomationBluetooth based Home Automation
Bluetooth based Home Automation
 
Smart Home Automation
Smart Home AutomationSmart Home Automation
Smart Home Automation
 
Gsm based home security system
Gsm based home security systemGsm based home security system
Gsm based home security system
 
Homeautomation
HomeautomationHomeautomation
Homeautomation
 
A Remote home security system
A Remote home security systemA Remote home security system
A Remote home security system
 
Voice controlled home appliances
Voice controlled home appliancesVoice controlled home appliances
Voice controlled home appliances
 
Bi directional visitor counter
Bi directional visitor counter Bi directional visitor counter
Bi directional visitor counter
 

Viewers also liked

Review on redundancy removal of rules for optimizing firewall
Review on redundancy removal of rules for optimizing firewallReview on redundancy removal of rules for optimizing firewall
Review on redundancy removal of rules for optimizing firewalleSAT Publishing House
 
Efficient speed governor for blower motor
Efficient speed governor for blower motorEfficient speed governor for blower motor
Efficient speed governor for blower motoreSAT Publishing House
 
Evaluation of the impact of oil spillage on izombe community and their produc...
Evaluation of the impact of oil spillage on izombe community and their produc...Evaluation of the impact of oil spillage on izombe community and their produc...
Evaluation of the impact of oil spillage on izombe community and their produc...eSAT Publishing House
 
Analysis of three dimensional couette flow and heat
Analysis of three dimensional couette flow and heatAnalysis of three dimensional couette flow and heat
Analysis of three dimensional couette flow and heateSAT Publishing House
 
Comparative study on single and double-pass
Comparative study on single  and double-passComparative study on single  and double-pass
Comparative study on single and double-passeSAT Publishing House
 
Literature survey for 3 d reconstruction of brain mri
Literature survey for 3 d reconstruction of brain mriLiterature survey for 3 d reconstruction of brain mri
Literature survey for 3 d reconstruction of brain mrieSAT Publishing House
 
Proposed mac protocol for reduce energy consumption over wsn network
Proposed mac protocol for reduce energy consumption over wsn networkProposed mac protocol for reduce energy consumption over wsn network
Proposed mac protocol for reduce energy consumption over wsn networkeSAT Publishing House
 
Enhancing minimal virtual machine migration in cloud environment
Enhancing minimal virtual machine migration in cloud environmentEnhancing minimal virtual machine migration in cloud environment
Enhancing minimal virtual machine migration in cloud environmenteSAT Publishing House
 
Intrusion detection in heterogeneous network by multipath routing based toler...
Intrusion detection in heterogeneous network by multipath routing based toler...Intrusion detection in heterogeneous network by multipath routing based toler...
Intrusion detection in heterogeneous network by multipath routing based toler...eSAT Publishing House
 
Implementation of pid control to reduce wobbling in a
Implementation of pid control to reduce wobbling in aImplementation of pid control to reduce wobbling in a
Implementation of pid control to reduce wobbling in aeSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Bearing fault detection using acoustic emission signals analyzed by empirical...
Bearing fault detection using acoustic emission signals analyzed by empirical...Bearing fault detection using acoustic emission signals analyzed by empirical...
Bearing fault detection using acoustic emission signals analyzed by empirical...eSAT Publishing House
 
Implementation of dynamic source routing (dsr) in
Implementation of dynamic source routing (dsr) inImplementation of dynamic source routing (dsr) in
Implementation of dynamic source routing (dsr) ineSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
A survey on efficient no reference blur estimation
A survey on efficient no reference blur estimationA survey on efficient no reference blur estimation
A survey on efficient no reference blur estimationeSAT Publishing House
 
Performance of square footing resting on laterally confined sand
Performance of square footing resting on laterally confined sandPerformance of square footing resting on laterally confined sand
Performance of square footing resting on laterally confined sandeSAT Publishing House
 
Comparative study on tax compliance software
Comparative study on tax compliance softwareComparative study on tax compliance software
Comparative study on tax compliance softwareeSAT Publishing House
 

Viewers also liked (20)

Ibiang project
Ibiang projectIbiang project
Ibiang project
 
Zigbee with home automation
Zigbee with home automationZigbee with home automation
Zigbee with home automation
 
DSC and DTA
DSC and DTADSC and DTA
DSC and DTA
 
Review on redundancy removal of rules for optimizing firewall
Review on redundancy removal of rules for optimizing firewallReview on redundancy removal of rules for optimizing firewall
Review on redundancy removal of rules for optimizing firewall
 
Efficient speed governor for blower motor
Efficient speed governor for blower motorEfficient speed governor for blower motor
Efficient speed governor for blower motor
 
Evaluation of the impact of oil spillage on izombe community and their produc...
Evaluation of the impact of oil spillage on izombe community and their produc...Evaluation of the impact of oil spillage on izombe community and their produc...
Evaluation of the impact of oil spillage on izombe community and their produc...
 
Analysis of three dimensional couette flow and heat
Analysis of three dimensional couette flow and heatAnalysis of three dimensional couette flow and heat
Analysis of three dimensional couette flow and heat
 
Comparative study on single and double-pass
Comparative study on single  and double-passComparative study on single  and double-pass
Comparative study on single and double-pass
 
Literature survey for 3 d reconstruction of brain mri
Literature survey for 3 d reconstruction of brain mriLiterature survey for 3 d reconstruction of brain mri
Literature survey for 3 d reconstruction of brain mri
 
Proposed mac protocol for reduce energy consumption over wsn network
Proposed mac protocol for reduce energy consumption over wsn networkProposed mac protocol for reduce energy consumption over wsn network
Proposed mac protocol for reduce energy consumption over wsn network
 
Enhancing minimal virtual machine migration in cloud environment
Enhancing minimal virtual machine migration in cloud environmentEnhancing minimal virtual machine migration in cloud environment
Enhancing minimal virtual machine migration in cloud environment
 
Intrusion detection in heterogeneous network by multipath routing based toler...
Intrusion detection in heterogeneous network by multipath routing based toler...Intrusion detection in heterogeneous network by multipath routing based toler...
Intrusion detection in heterogeneous network by multipath routing based toler...
 
Implementation of pid control to reduce wobbling in a
Implementation of pid control to reduce wobbling in aImplementation of pid control to reduce wobbling in a
Implementation of pid control to reduce wobbling in a
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Bearing fault detection using acoustic emission signals analyzed by empirical...
Bearing fault detection using acoustic emission signals analyzed by empirical...Bearing fault detection using acoustic emission signals analyzed by empirical...
Bearing fault detection using acoustic emission signals analyzed by empirical...
 
Implementation of dynamic source routing (dsr) in
Implementation of dynamic source routing (dsr) inImplementation of dynamic source routing (dsr) in
Implementation of dynamic source routing (dsr) in
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
A survey on efficient no reference blur estimation
A survey on efficient no reference blur estimationA survey on efficient no reference blur estimation
A survey on efficient no reference blur estimation
 
Performance of square footing resting on laterally confined sand
Performance of square footing resting on laterally confined sandPerformance of square footing resting on laterally confined sand
Performance of square footing resting on laterally confined sand
 
Comparative study on tax compliance software
Comparative study on tax compliance softwareComparative study on tax compliance software
Comparative study on tax compliance software
 

Similar to Home appliance controlling using zigbee on atmega128 hardware platform.

Zigbee based parameter monitoring and controlling system for induction machine
Zigbee based parameter monitoring and controlling system for induction machineZigbee based parameter monitoring and controlling system for induction machine
Zigbee based parameter monitoring and controlling system for induction machineNaqeeb Ullah Kakar
 
FOREST FIRE DETECTION SYSTEM USING XBEE
FOREST FIRE DETECTION SYSTEM USING XBEEFOREST FIRE DETECTION SYSTEM USING XBEE
FOREST FIRE DETECTION SYSTEM USING XBEETalvinder Singh
 
The interconnecting mechanism for monitoring regular domestic condition
The interconnecting mechanism for monitoring regular domestic conditionThe interconnecting mechanism for monitoring regular domestic condition
The interconnecting mechanism for monitoring regular domestic conditioneSAT Publishing House
 
Thinking differently zig bee based smart home automation
Thinking differently zig bee based smart home automationThinking differently zig bee based smart home automation
Thinking differently zig bee based smart home automationeSAT Publishing House
 
Automatic fire prevteing system in train and buses
Automatic fire prevteing system in train and busesAutomatic fire prevteing system in train and buses
Automatic fire prevteing system in train and busesVasu Manikandan
 
Project presentation
Project presentationProject presentation
Project presentationShabbir Hasan
 
Communication Methods to build Smart Home Monitoring System: A Survey
Communication Methods to build Smart Home Monitoring System: A SurveyCommunication Methods to build Smart Home Monitoring System: A Survey
Communication Methods to build Smart Home Monitoring System: A Surveydbpublications
 
Communication Methods to build Smart Home Monitoring System: A Survey
Communication Methods to build Smart Home Monitoring System: A SurveyCommunication Methods to build Smart Home Monitoring System: A Survey
Communication Methods to build Smart Home Monitoring System: A Surveydbpublications
 
NRF based wireless light and Fan dimmer controlling system.
NRF based wireless light and Fan dimmer controlling system.NRF based wireless light and Fan dimmer controlling system.
NRF based wireless light and Fan dimmer controlling system.IRJET Journal
 
Gas management & disaster system using ZigBee
Gas management & disaster system using ZigBeeGas management & disaster system using ZigBee
Gas management & disaster system using ZigBeeUniversity of Lahore
 
An Ethernet Based Approach for Automation and Controling Appliances
An Ethernet Based Approach for Automation and Controling AppliancesAn Ethernet Based Approach for Automation and Controling Appliances
An Ethernet Based Approach for Automation and Controling AppliancesEditor IJMTER
 
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEMA ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEMijistjournal
 
A zigbee and embedded based security
A zigbee and embedded based securityA zigbee and embedded based security
A zigbee and embedded based securityijistjournal
 
Ieeepro techno solutions ieee embedded project zigbee wsn - train
Ieeepro techno solutions  ieee embedded project zigbee wsn - trainIeeepro techno solutions  ieee embedded project zigbee wsn - train
Ieeepro techno solutions ieee embedded project zigbee wsn - trainsrinivasanece7
 

Similar to Home appliance controlling using zigbee on atmega128 hardware platform. (20)

Zigbee based parameter monitoring and controlling system for induction machine
Zigbee based parameter monitoring and controlling system for induction machineZigbee based parameter monitoring and controlling system for induction machine
Zigbee based parameter monitoring and controlling system for induction machine
 
Zigbee
ZigbeeZigbee
Zigbee
 
CSE-Zigbee-ppt.pptx
CSE-Zigbee-ppt.pptxCSE-Zigbee-ppt.pptx
CSE-Zigbee-ppt.pptx
 
FOREST FIRE DETECTION SYSTEM USING XBEE
FOREST FIRE DETECTION SYSTEM USING XBEEFOREST FIRE DETECTION SYSTEM USING XBEE
FOREST FIRE DETECTION SYSTEM USING XBEE
 
The interconnecting mechanism for monitoring regular domestic condition
The interconnecting mechanism for monitoring regular domestic conditionThe interconnecting mechanism for monitoring regular domestic condition
The interconnecting mechanism for monitoring regular domestic condition
 
Ijecet 06 06_007
Ijecet 06 06_007Ijecet 06 06_007
Ijecet 06 06_007
 
Thinking differently zig bee based smart home automation
Thinking differently zig bee based smart home automationThinking differently zig bee based smart home automation
Thinking differently zig bee based smart home automation
 
Project report
Project reportProject report
Project report
 
Automatic fire prevteing system in train and buses
Automatic fire prevteing system in train and busesAutomatic fire prevteing system in train and buses
Automatic fire prevteing system in train and buses
 
Project presentation
Project presentationProject presentation
Project presentation
 
3
33
3
 
3
33
3
 
Communication Methods to build Smart Home Monitoring System: A Survey
Communication Methods to build Smart Home Monitoring System: A SurveyCommunication Methods to build Smart Home Monitoring System: A Survey
Communication Methods to build Smart Home Monitoring System: A Survey
 
Communication Methods to build Smart Home Monitoring System: A Survey
Communication Methods to build Smart Home Monitoring System: A SurveyCommunication Methods to build Smart Home Monitoring System: A Survey
Communication Methods to build Smart Home Monitoring System: A Survey
 
NRF based wireless light and Fan dimmer controlling system.
NRF based wireless light and Fan dimmer controlling system.NRF based wireless light and Fan dimmer controlling system.
NRF based wireless light and Fan dimmer controlling system.
 
Gas management & disaster system using ZigBee
Gas management & disaster system using ZigBeeGas management & disaster system using ZigBee
Gas management & disaster system using ZigBee
 
An Ethernet Based Approach for Automation and Controling Appliances
An Ethernet Based Approach for Automation and Controling AppliancesAn Ethernet Based Approach for Automation and Controling Appliances
An Ethernet Based Approach for Automation and Controling Appliances
 
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEMA ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
 
A zigbee and embedded based security
A zigbee and embedded based securityA zigbee and embedded based security
A zigbee and embedded based security
 
Ieeepro techno solutions ieee embedded project zigbee wsn - train
Ieeepro techno solutions  ieee embedded project zigbee wsn - trainIeeepro techno solutions  ieee embedded project zigbee wsn - train
Ieeepro techno solutions ieee embedded project zigbee wsn - train
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 
Disaster recovery sustainable housing
Disaster recovery sustainable housingDisaster recovery sustainable housing
Disaster recovery sustainable housingeSAT Publishing House
 
Detection of hazard prone areas in the upper himalayan region in gis environment
Detection of hazard prone areas in the upper himalayan region in gis environmentDetection of hazard prone areas in the upper himalayan region in gis environment
Detection of hazard prone areas in the upper himalayan region in gis environmenteSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 
Disaster recovery sustainable housing
Disaster recovery sustainable housingDisaster recovery sustainable housing
Disaster recovery sustainable housing
 
Detection of hazard prone areas in the upper himalayan region in gis environment
Detection of hazard prone areas in the upper himalayan region in gis environmentDetection of hazard prone areas in the upper himalayan region in gis environment
Detection of hazard prone areas in the upper himalayan region in gis environment
 

Recently uploaded

Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 

Recently uploaded (20)

Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 

Home appliance controlling using zigbee on atmega128 hardware platform.

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 07 | Jul-2014, Available @ http://www.ijret.org 469 HOME APPLIANCE CONTROLLING USING ZIGBEE ON ATMEGA128 HARDWARE PLATFORM. Manish Kumar1 , Ramandeep singh2 1 Student, EECE Department, ITM University, Gurgaon, Haryana, India 2 Assistant Professor, EECE Department, ITM University, Gurgaon, Haryana, India Abstract The demand of wireless system in home is increasing day by day due to its cost and easy placement and also it is easy to connect with our computer or phone [1]. This project demonstrates about the control of home appliances wirelessly using computer and Zigbee wireless communication protocol. We can control the home appliance like refrigerator, fan, and air conditioner etc. by sending command through the computer. Input will be given from the computer through serial communication. By this technique we can also control all electrical appliances within a room in a building. We extent the concept of controlling the power supply for the devices at remote location at home or industry. KeyWords: Home Automation, Zigbee, AVR, ATMEGA128, Smart homes, wireless automation, XBee S2, embedded system. --------------------------------------------------------------------***---------------------------------------------------------------------- 1.INTRODUCTION Home automation is combination of computer/ microcontroller and information technology to control the home appliance. System can control through computer or other embedded system by using intelligence of system and automation. it is made for several reasons of energy efficiency, security and ease [2]. In this era construction of industries and homes contains the wiring for telephones, TV outlets, electrical power, broadband wire, a doorbell and door lock [1-2]. Special appliance is developed to automation in home automation. Many appliance are made to reduce the manual labor for example washing machine is were developed for reducing the manual labor for clothes cleaning and for bathing the water heaters also reduced the necessary labor. The number of electrical devices are increasing day by day so interconnection of device and communication within device is very useful between appliance and communication between them is very likable feature. For example, an air conditioner will send a message on owner‟s phone when it require for cleaning, or an air cooler when it require its service. The embedded system is work as virtual intelligent system in which doors will become "Intelligent" and it will send signals to the microcontroller when someone enters [3]. If alarm system is set and no one is in the home, the system could call/SMS to the owner, or the saved neighbor‟s number, or an emergency number. There are various number of wireless device used in home automation like Bluetooth, Zigbee, GPRS etc. [4]. Bluetooth needs passkey on every new connections and GPRS required internet at both transmitter and receiver end so I use Zigbee for home automation. Zigbee is used for short distance communication. Zigbee wireless technology is developed as an open global standard of low power, low cost, wireless M2M networks it is based on IEEE 802.15.4 standard and operates in unlicensed band 868MHz, 915 MHz, and 2.4 GHz [5] .The Zigbee device can communicate at maximum speed of 250kbps at 2.4 GHz frequency. Data rate is 20kbps at 868MHz and 40kbps at 915MHz [6]. The Zigbee device can communicate of up to 50 meters in typical environment circumstance and distance is maximum when environment is ideal. Zigbee gives high data throughput in all application where the duty cycle is low [7]. Due to this features Zigbee is ideal for home, industrial automation, business, where sensor and control devices are used. 1.1 Types of Zigbee There are three types of Zigbee devices:- Zigbee Coordinator (ZC): the Zigbee coordinator device form the root of network tree and might bridge to the other network. In each network there are one Zigbee coordinator which initiate the network originally .It store information of the network and working as a trust center. Zigbee Router (ZR): it will work as an intermediate router, its take data from one router and passing it to other router. Zigbee End Device (ZED): it contains less functionality as compare to ZC and ZR. It have functionality to communicate with parent node. It cannot route data but the node is allows to sleep for a significant amount of time while it is not transmitting. So it‟s give long battery life. It required less amount of memory than ZR and ZC.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 07 | Jul-2014, Available @ http://www.ijret.org 470 2. BLOCK DIAGRAM Fig -1: Block diagram of Zigbee based home appliance controller The given embedded system is used for controlling home appliance using your pc and Zigbee. All appliance are connected with microcontroller or through relay. The command is send through hyper terminal or X-CTU software. In this embedded system there are two part, one is transmitter and one is receiver. The transmitter contains Zigbee transmitter and RS232 circuit and receiver contains Zigbee receiver and ATMEGA128 which is connected with relay and appliance i.e. fan, bulb, motor etc. [8]. The command is send through pc hyper terminal. The command is transmitted through Zigbee transmitter. The Zigbee receiver receive the command and after decoding it will send command to ATMEGA128. The micro-controller respond according to the command. for example if we send command 1 to microcontroller the fan will on and when command 2 to the microcontroller the motor will on. If we send wrong command to microcontroller then it will glow a red LED on the board. The hardware consideration of this embedded system is, it use pc for transmit a command. The command is send over Zigbee wireless and the Zigbee receiver receives the command and after decoding send command to ATMEGA128. All AC devices are connected through relays when the microcontroller transmit 1 to relay the corresponding device is on and when transmit 0 to relay the device is off. 3. FLOW CHART When power is on the system is initialize and establish network between both Zigbee modules. Zigbee takes few seconds to initialize. Afterinitialization Zigbee receiver and transmitter are establish network wirelessly. The command will send through Zigbee transmitter and collect information in receiver module. If serial data received the command is send to microcontroller if not then waiting for serial data. Fig -2: Flow chart 4. HYPERTERMINAL SCREENSHOT AND DESCRIPTION Fig -3: HyperTerminal
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 07 | Jul-2014, Available @ http://www.ijret.org 471 HyperTerminal is a software which runs on windows platform and it offers to control remote device by sending text based command. It is used for local serial interface for communication or network. In my embedded system, by sending „A‟ the fan is on and by sending „a‟ the fan is off. Bulb is on and off through command „B‟ and „b‟ similarly AC is turn on and off by sending command „C‟ and „c‟. To turn on and off the gate lock we have to send command „D‟ to on and command„d‟ to off. 5. COMMANDS AND PACKET FORMAT GENERATED Table -1: Commands on HyperTerminal Command Connected on PIN Serial communication data command for ON/OFF Fan On/Off PORTA.0 A/a Bulb On/Off PORTA.1 B/b AC On/Off PORTA.2 C/c Gate Lock On/Off PORTA.3 D/d 6.APPLICATIONS The application of Zigbee is where, we require, low data rate, low power consumption, low cost, security and reliability [9-10]. Zigbee is used in several field like medical, industry automation, home automation etc. Table -2: Applications CATEGORY APPLICATION Vital Monitoring Heart-rate Monitoring Body heat Monitoring Personal equipment control Consumer Electronic Remote control PC- peripheral Control of windows roll/shades etc. Dimmer/ switches Alarm And security system Smoke detector Water leakage alarm 7. ADVANTAGE AND LIMITATION The advantage of Zigbee home automation is, it low power consumption device and very less time consuming system. Zigbee home automation make home safe and comfortable. Home automation takes less time to finish a task and also makes the work simpler. The wireless range of Zigbee is good enough for home automation. The range of Zigbee is 100 to 300 feet approx. The overall system cost is very low as compare to other. The cost is dependent on advancement of system. The limitation of the Zigbee home automation is If there any damage due to rupturing of cable the entire system get crashed and If he/she doesn‟t use the correct keys to perform the operations, human errors may occurs [11-12]. In very rare case, the reliability of home automated device is decreases [13]. 8. RESULT The proposed system is made for transmit the command wireless through Zigbee. The Zigbee module transmit command from PC hyper terminal to other Zigbee module which is connected to AVR microcontroller. The second Zigbee module receive the command from first Zigbee module and send to microcontroller. Microcontroller take action according to the command. 9. CONCLUSION AND FUTURE SCOPE This paper present a wireless home automation which is controlled by PC. In proposed architecture XBEE module is used for wireless transmission and command is send from hyper terminal of PC. In future, the transmitter side Zigbee is replace by remote Zigbee. Which contain a microcontroller push button switch for command. 10. ACKNOWLEDGEMENT I am always grateful to my professors, lab assistant all staff of electrical and electronics communication engineering department for their support and also thanks to my college management team for providing me the most advance lab for project work. 11. REFERENCES [1] Woo Suk Lee, Seung Ho Hong ”KNX Zigbee Gateway for Home Automation” ,4th IEEE Conference on ASE,August 23-26, 2008 [2]. A Zigbee-based home automation system. IEEE Transactions on Consumer Electronics, 55 (2), pp. 422- 430.ISSN: 0098-3063 [3]. Zigbee based home appliance controlling through spoken command using handheld device, IJSM, Vol. 7 , NO. 1, January 2013. [4]. wireless home automation system using Zigbee, IJSER, vol. 3, issue 8, August-2012, ISSN 2229-5518.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 07 | Jul-2014, Available @ http://www.ijret.org 472 [5] Khusvinder Gill, Shuang-Hua Yang, Fang Yao, and Xin Lu “A ZigBee-Based Home Automation System” IEEE Transactions on Consumer Electronics, Vol. 55, No. 2, MAY 2009. [6].Kwang-il Hwang, Byoung-Jo Choi, Seok-hoon Kang, “Enhanced Self-Configuration Scheme for a Robust ZigBee- based Home Automation” IEEE 2010. [7].Dae-Man Han and Jae-Hyun Lim “Smart Home Energy Management System using IEEE 802.15.4 and ZigBee” IEEE 2010. [8]. Wang Weihong, Xia Liegang ” Design and Implementation of a Control System Using AVR Microcontroller ”College of Software, Zhejiang University of Technology” IEEE 2009 [9]. Liu Wei, Gao Yonghui, Jiang Wenlong, Ren Tao “Remote Control of Smart Household Based on DTM” IEEE 2010. [10]. Hannu J¨arvinen, Andrey Litvinov, Petri Vuorimaa, “Integration Platform for Home and Building Automation Systems” 5th IEEE Workshop on Personalized Networks 2011. [11]. Chunlong Zhang, Min Zhang, Yongsheng Su, Weilian Wang, “Smart Home Design based on ZigBee Wireless Sensor Network”2012 7th International ICST Conference on Communications and Networking. [12]. Alexandru-Corneliu Olteanu, George-Daniel Oprina, Nicolae pu and Sven Zeisberg ” Smart Home Design based on ZigBee Wireless Sensor Network”2013 19th International Conference on Control Systems and Computer Science. [13]. Falk-Moritz Schaefer, Tobias Groß and Rüdiger Kays “Energy Consumption of 6LoWPAN and Zigbee in Home Automation Networks” IEEE 2013. 11. BIOGRAPHIES Manish kumar is currently pursuing masters of technology in embedded system from ITM University, Gurgaon. He completed his B. Tech in Electronics and communication from Institute of Technology and Management, Bhilwara, Rajasthan in 2013. His area of interest is low power embedded system and wireless communication between embedded systems. Ramandeep Singh is an Assistant Professor in EECE Department of ITM University, Gurgaon. He is pursuing Ph.D. in embedded systems from ITM University. In 2009 he has completed M.E. in embedded systems. He is a B. Tech. graduate from GGSIPU, Delhi. His core research areas are low power embedded systems, robotics, FPGA based embedded systems and SCADA. Prior to joining ITM University he has worked with NXP Semiconductors Bangalore. He has various publications in international journals and conferences.