SlideShare ist ein Scribd-Unternehmen logo
1 von 8
Downloaden Sie, um offline zu lesen
International Journal of Smart Home
Vol. 7, No. 1, January, 2013
19
Zigbee Based Home Appliances Controlling Through Spoken
Commands Using Handheld Devices
Faisal Baig, Saira Beg and Muhammad Fahad Khan
Federal Urdu University of Arts, Science and Technology,
COMSATS Institute of Information and Technology,
Federal Urdu University of Arts, Science and Technology, Islamabad, Pakistan
engr.fsl.baig@gmail.com, sairabegbs@gmail.com, mfahad.bs@gmail.com
Abstract
Home automation is a wide and varied field that involves devices as small as temperature,
light and motion sensor, and as powerful as modern home appliances. In today’s world
technology is available for home automation but these technologies are incompatible with
each other and addresses only communication and physical media, the main objective of this
work is to facilitate the user to control appliances by two ways one is remotely via voice
command, second is using remote control to control the appliances which is also an override
control.
Keywords: Home Automation, Short Messaging Service, Spoken command, Global System
for mobile Communication and ZigBee Network
1. Introduction
The world has become a global village due to revolution in the technology; in this
revolution the IT (information technology) played an important role. Similarly the revolution
in IT makes mankind dream come true to have an automated home. Home automation use
microprocessor-based intelligence to integrate or control electronic products and systems in
the home. The incentive behind home automation is efficient utilization of electricity. So a
variety of research and many solutions had proposed on home automation. These systems use
PC, mobile internet, GSM Bluetooth and ZigBee network etc. [1-2].
Generally, home automation research targeted many needs; some applications fulfill the
sophisticated and luxury requirements; other focuses the special needs like elderly and
the disabled etc. [2]. In such applications voice recognition technology is used such as
in [3-4].
In this paper a method is devised which control the home appliances through voice
commands. For that purpose a mobile application is developed that convert the user
voice command into SMS and send through GSM network. Such application is
developed using java for mobile technology and MPLAB for microchip family of
controller. This proposed system is affordable to everyone, cheap and easy to install.
International Journal of Smart Home
Vol. 7, No. 1, January, 2013
20
2. Related Work
In [2] authors present the low power RF ZigBee based voice control system for home
automation. In this method ZigBee receives the voice command as input and then send
that data to ARM9 controller which converts the input data in required format. After the
conversion ARM9 controller send data to microcontroller via ZigBee where devices are
attached. In proposed system voice command is simply converted into the digital data
and sends serially as a packet of binary data. At receiver side digital data is again
reconstructed into the voice and pass it to the computer through a sound card. In
computer Visual Basic programming is running which use the Microsoft Speech API
library for the voice recognition. After voice recognition, system generates the control
characters which than used to switch OFF/ON the appliances. Control characters are
sent wirelessly to the specified appliance.
[3] presents the client server based voice control system for home automation in wireless
environment. Client system is used to capture the voice command and send that data to server
via Wi-Fi wireless network. Server system is equipped GUI manager for implementing the
speech recognition system. GUI is developed using Microsoft Visual Basic.net and speech
recognition system is developed by using Microsoft Speech (SAPI). Server system converts
the incoming voice data into the form which can used to handle home appliances. Results
depict that the proposed system performance heavily relay on the wireless network coverage,
distance, voice input type etc.
[4] discuss the mobile based voice command control and monitoring system. In the
proposed architecture multi layer feed forward neural network is used for recognizing the
suitable words. Authors develop an algorithm which converts the spoken input into text
message after extracting the features such as; Cepstral coefficients, short time energy and zero
crossing rate etc. For experimentation they used mobile phone model 6610. Results show that
their proposed system accuracy is about 84%.
In [5] the prototype design of ZigBee based integrated remote control is discussed. Such
architecture scheme has ability to control all appliances without additional hardware.
Generally, connecting all appliances through a single home network is difficult because
communication protocols are different. The integrated remote control is composed of three
components; integrated remote controller, ZigBee to infrared converter, and ZigBee power
adapter. ZigBee power adapter is used for those appliances that even do not have infrared
remote device in order to connect with the home network.
A cell phone based home appliance control system is presented in [6]. In proposed system
architecture authors used the J2ME language to program client cell phone. Master phone
when receive commands from clients and perform action according to it via sending request
to PIC microcontroller. Opto-coupler and static power switch (TRAIC) is used to interface the
devices between the PIC and the home appliances.
[7] Authors present home controlling method through PC. In this paper they discussed two
controlling procedures methods; time and speech. User interface is developed using VB 6.0
language and for voice recognition they used Microsoft voice engine tools. Moreover they
used parallel ports in order to transfer data from computer to specific device which to be
controlled. They test their proposed scheme on eight different appliances and got satisfactory
results.
International Journal of Smart Home
Vol. 7, No. 1, January, 2013
21
3. Proposed Methodology
In this paper main aim is to propose model for home automation system. Proposed system
architecture is shown in Figure 1.
Figure 1. Proposed System Architecture
In the proposed method the user with android OS based Mobile speaks voice
commands, the mobile application covert the voice command in to text and payload the
command on GSM network via SMS. Table 1 shows basic command which is appended
in SMS.
Table 1. Basic Commands
VOICE COMMANDS SMS COMMANDS
Main console on ‘MCONE’
Main console off ‘MCOFFE’
Zone 1 appliances on ‘Z1ONE’
Zone 1 appliances off ‘Z1OFFE’
Zone 2 appliances on ‘Z2ONE’
Zone 2 appliances off ‘Z2ONE’
Light zone 1 on ‘LZ1ONE’
Light zone 1 off ‘LZ1OFFE’
Fan zone 2 on ‘FZ2ONE’
Fan zone 2 off ‘FZ2OFFE’
On the receiver side these commands are received and transfer to the controller using
Bluetooth medium which is further precede. A snapshot of proposed system algorithm
is given in Figure 2.
International Journal of Smart Home
Vol. 7, No. 1, January, 2013
22
Figure 2. Proposed System Algorithm
3.1 Hardware Design
The Hardware design is subdivided in to three parts due to different functionality of the
proposed system, the main purpose of the system is to receive the commands and apply action
according to it. In the first part which is the heart of this work is the control unit; it initialize
the devices which were attached to the control unit which is Bluetooth Device and Zigbee
transceiver, after this it looks for the command when it is received it simply transfer the
command to the remote unit. At the remote unit checks for the incoming command when it is
received it applies action and sends a feedback to the user for the completion and the proper
operation of the command. The override control is a simply remote control which is
programmed to check for the user entered key, when key is pressed it decode the pressed key
and send the authorized command to the user.
Control unit: The heart of this hardware is PIC16F877A [9], when the command is
completely received it is transferred to the microcontroller PIC16F877A through Bluetooth
Module BTM 222 [11], as shown in Figure 3, which uses AT commands serially to
communicate with the mobile.
International Journal of Smart Home
Vol. 7, No. 1, January, 2013
23
Figure 3. Shows BTM 222
After the complete reception of command it is transferred to remote unit through ZigBee
transceiver of MC13211 ZigBee Compliant Platform 2.4 GHz Low Power Transceiver for the
IEEE 802.15.4.[10], MC13211 is shown in Figure 4.
Figure 4. MC13211
Remote unit: The remote unit consists of a micro controller PIC16f877A and ZigBee
transceiver MC13211. These transceivers are programmed to communicate with the main
controller using serial communication protocol to acknowledge for data transmission and
reception. When the command is completely received the controller switch on the concern
appliance. The circuit which is used to switch on the device consist of MOC3021 an optical
triac and BTA16 triac as shown in Figure 5.
Figure 5. MOC 3021
International Journal of Smart Home
Vol. 7, No. 1, January, 2013
24
When the device is ON the current transducer HX-05P use to sense the current for the
proper operation of the appliance and send back the acknowledgment to the main feedback to
control unit about the proper operation of the command.
Override control: This section describes the override control for the appliances to facilitate
the user by using a remote control to switch ON/OFF the device.
3.2 Software Part
Another important aspect of the proposed system is software part which contains a
procedure that converts voice command into text. As showed in proposed architecture that for
voice commands mobile phone is used. To convert voice command into text an application is
developed using android intent API 2.01. Voice to text conversion procedure is as
follows;
 First, convert the input voice into signed ByteOutputStream.
 After that, converts that signed ByteOutputStream into unsigned integer array.
 Now converts the unsigned integer array into their respective Extended ASCII
characters. But before that conversion add 255 to all those values in array which
falls in the range of 0-31 in order to move that range up to 255-287
respectively.
 Now append that ASCII characters as payload text of SMS and send via GSM
network.
At receiver side, when mobile phone receives such SMS, first it extracts the payload text
and then it converts that text into the format which can easily readable to the microcontroller.
After that mobile phone send that text to microcontroller via Bluetooth component for further
processing.
4. Results and Discussions
The proposed system has a tendency to convert voice commands in to text. To enable such
feature we installed the software in the android OS based mobile phone. After that we test
the working of our proposed system on different appliances as shown in Figure 6.
Figure 6. Voice Command Tests for Home Appliances
International Journal of Smart Home
Vol. 7, No. 1, January, 2013
25
When the user speaks the command ‘Zone 1 appliance on’ it convert the voice in to SMS
command ‘Z1ONE’ and append the given command in to the SMS payload. The given table 2
shows the commands for appliances control. After the reception of the SMS on the receiver
end the command is transferred to the Controller module using Bluetooth interface. When that
command is completely transferred than controller send the command to the remote unit
through ZigBee interface, ZigBee provide the advantages of interfacing multiple points to one
control unit. Remote unit apply the action on the received command and send a feedback to
the control unit.
Table 2. Voice Commands and SMS Commands with Acknowledgement
5. Conclusion
This paper presents a wireless based home automation system which can be controlled
through spoken commands. In the proposed architecture, wireless component is added by
GSM and for home networking ZigBee technology is used. For voice command processing an
application is developed and installed in the mobile phone.
References
[1] A. S. DiCarlo and G. Cove, “Smart Homes (Home Automation)”, (2012) August 30,
http://www.aging.ny.gov/livableny/resourcemanual/design/iv1c.pdf.
[2] Y. B. Krishna and S. Nagendram, “Zigbee Based Voice Control System for Smart Home”, International
Journal Computer Techology & Applications, vol. 3, no. 1, (2012), pp.163-168.
[3] B. Mardiana, H. Hazura, S. Fauziyah, M. Zahariah, A. R. Hanim and M. K. Noor Shahida, "Homes
Appliances Controlled Using Speech Recognition in Wireless Network Environment", International
Conference on Computer Technology and Development (ICCTD), (2009), pp. 285- 288.
[4] N. P. Jawarkar, V. Ahmed and R. D. Thakare, “Remote Control using Mobile through Spoken Commands”,
IEEE - International Consortium of Stem Cell Networks (ICSCN) 2007, (2007), pp. 622-625.
[5] I. -K. Hwang, D. -S. Lee and J. -W. Baek, “Home Network Configuring Scheme for All Electric Appliances
Using ZigBee-based Integrated Remote Controller”, IEEE Transactions on Consumer Electronics, vol. 55, no.
3, (2009) August, pp. 1300-1307.
[6] M. S. Nasr, F. H. A. S. Azwai, "Friendly home automation system using cell phone and J2ME with feedback
instant voice messages", 2009 IEEE/ACS International Conference on Computer Systems and Applications,
(2009), pp. 531-538.
[7] S. M. A. Haque, S. M. Kamruzzaman and Md. A. Islam, “A System for Smart-Home Control of Appliances
Based on Timer and Speech Interaction”, Proceedings of the 4th International Conference on Electrical
Engineering & 2nd Annual Paper Meet, (2006) January 26-28, pp. 128-131.
[8] http://jaspreetscodezone.blogspot.com/2008/01/interfacing-relays-using-parallel-port.html.
[9] http://ww1.microchip.com/downloads/en/devicedoc/39582b.pdf.
[10] http://cache.freescale.com/files/rf_if/doc/ref_manual/MC1321xRM.pdf.
International Journal of Smart Home
Vol. 7, No. 1, January, 2013
26
[11] http://www.taiwantrade.com.tw/resources/member/276716/productcatalog/b9ee22e4-e94a-45cd-8db0-
ac88b3a11a75_BTM222%20DataSheet.pdf.
Authors
Mr. Faisal Beg is working as a Lab Engineer (Aug 2011- up to date)
in Federal Urdu University of Arts, Science and Technology, Islamabad.
He is interested in Control Systems, Signal Processing, Embedded
Systems and other their related Fields. He did his Bachelor Degree from
Federal Urdu University of Arts, Science and Technology in 2009 and
now pursuing his Master Degree from COMSATS Institute of
Information Technology, Islamabad.
MS. Saira Beg is working as a Research Associate (May 2009- up to date) in COMSATS
Institute of Information Technology, Islamabad. Her Interest areas are Networks, Network
Security and Artificial Intelligence and other their related Fields. She is the member of
Artificial Intelligence Group at CIIT, Islamabad. She did her Bachelor Degree (Gold medalist)
from Federal Urdu University of Arts, Science and Technology, Islamabad, Pakistan in 2008
and now doing her Master Degree from COMS ATS Institute of Information Tec hnology,
Islamabad.
MR. Muhammad Fahad Khan is working as a Lecturer and In-charge of Management
Information System (2009 to date) in Federal Urdu University of Arts, Science and
Technology, Islamabad Pakistan. He has number of International journal publications and
books. He is the reviewer of three International journals & two International Conferences. He
is interested in Handheld Application Development, Information System Development,
Network Security, Multimedia Communication and other their related fields. He did his
Bachelor Degree from Federal Urdu University of Arts, Science and Technology in 2008 and
now pursuing his Master Degree from IQRA University, Islamabad Campus.

Weitere Àhnliche Inhalte

Was ist angesagt?

Home automation ppt-kamal lamichhane
Home automation ppt-kamal lamichhaneHome automation ppt-kamal lamichhane
Home automation ppt-kamal lamichhaneKamal Lamichhane
 
J04701080085
J04701080085J04701080085
J04701080085ijceronline
 
Tv remote controlled pc and devices with password protection
Tv remote controlled pc and devices with password protectionTv remote controlled pc and devices with password protection
Tv remote controlled pc and devices with password protectionJagadeesh Yadav
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Cell Phone Controlled Home Automation System using DTMF Technology
Cell Phone Controlled Home Automation System using DTMF TechnologyCell Phone Controlled Home Automation System using DTMF Technology
Cell Phone Controlled Home Automation System using DTMF TechnologyTaufique Sekh
 
Project report on dtmf based door opening system
Project report on  dtmf based door opening systemProject report on  dtmf based door opening system
Project report on dtmf based door opening systemMukul Mohal
 
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNETSOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNETcseij
 
HOME AUTOMATION USING ANDROID PHONE OVER BLUETOOTH
HOME AUTOMATION USING ANDROID PHONE OVER BLUETOOTHHOME AUTOMATION USING ANDROID PHONE OVER BLUETOOTH
HOME AUTOMATION USING ANDROID PHONE OVER BLUETOOTHSubhash Kumar Yadav
 
Home automation using dtmf
Home automation using dtmfHome automation using dtmf
Home automation using dtmfAjay Naidu Jami
 
Smart Home Automation
Smart Home AutomationSmart Home Automation
Smart Home AutomationIRJET Journal
 
Voice recognition based advance patients room automation
Voice recognition based advance patients room automationVoice recognition based advance patients room automation
Voice recognition based advance patients room automationeSAT Journals
 
DTMF based Home Automation System
DTMF based Home Automation SystemDTMF based Home Automation System
DTMF based Home Automation SystemDaksh Raj Chopra
 
Home Automation Using Mobile Communication
Home Automation Using Mobile CommunicationHome Automation Using Mobile Communication
Home Automation Using Mobile Communicationiosrjce
 
IRJET- Smart Switch Board Compatible with Google Assistance along with Fa...
IRJET-  	  Smart Switch Board Compatible with Google Assistance along with Fa...IRJET-  	  Smart Switch Board Compatible with Google Assistance along with Fa...
IRJET- Smart Switch Board Compatible with Google Assistance along with Fa...IRJET Journal
 
Cellphone based home automation
Cellphone based home automationCellphone based home automation
Cellphone based home automationPROJECTRONICS
 
Report ON a Remote Security System Using wireless sensor and GSM module Techn...
Report ON a Remote Security System Using wireless sensor and GSM module Techn...Report ON a Remote Security System Using wireless sensor and GSM module Techn...
Report ON a Remote Security System Using wireless sensor and GSM module Techn...Priyanka Tyagi
 
Dtmf based home appliance control 2
Dtmf based home appliance control 2Dtmf based home appliance control 2
Dtmf based home appliance control 2Krish Karn
 
Smart Door Lock System Using DTMF
Smart Door Lock System Using DTMFSmart Door Lock System Using DTMF
Smart Door Lock System Using DTMFBirinchi Medhi
 

Was ist angesagt? (19)

Home automation ppt-kamal lamichhane
Home automation ppt-kamal lamichhaneHome automation ppt-kamal lamichhane
Home automation ppt-kamal lamichhane
 
J04701080085
J04701080085J04701080085
J04701080085
 
Tv remote controlled pc and devices with password protection
Tv remote controlled pc and devices with password protectionTv remote controlled pc and devices with password protection
Tv remote controlled pc and devices with password protection
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Cell Phone Controlled Home Automation System using DTMF Technology
Cell Phone Controlled Home Automation System using DTMF TechnologyCell Phone Controlled Home Automation System using DTMF Technology
Cell Phone Controlled Home Automation System using DTMF Technology
 
Project report on dtmf based door opening system
Project report on  dtmf based door opening systemProject report on  dtmf based door opening system
Project report on dtmf based door opening system
 
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNETSOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
 
HOME AUTOMATION USING ANDROID PHONE OVER BLUETOOTH
HOME AUTOMATION USING ANDROID PHONE OVER BLUETOOTHHOME AUTOMATION USING ANDROID PHONE OVER BLUETOOTH
HOME AUTOMATION USING ANDROID PHONE OVER BLUETOOTH
 
Home automation using dtmf
Home automation using dtmfHome automation using dtmf
Home automation using dtmf
 
Smart Home Automation
Smart Home AutomationSmart Home Automation
Smart Home Automation
 
Gujarat technological universit1
Gujarat technological universit1Gujarat technological universit1
Gujarat technological universit1
 
Voice recognition based advance patients room automation
Voice recognition based advance patients room automationVoice recognition based advance patients room automation
Voice recognition based advance patients room automation
 
DTMF based Home Automation System
DTMF based Home Automation SystemDTMF based Home Automation System
DTMF based Home Automation System
 
Home Automation Using Mobile Communication
Home Automation Using Mobile CommunicationHome Automation Using Mobile Communication
Home Automation Using Mobile Communication
 
IRJET- Smart Switch Board Compatible with Google Assistance along with Fa...
IRJET-  	  Smart Switch Board Compatible with Google Assistance along with Fa...IRJET-  	  Smart Switch Board Compatible with Google Assistance along with Fa...
IRJET- Smart Switch Board Compatible with Google Assistance along with Fa...
 
Cellphone based home automation
Cellphone based home automationCellphone based home automation
Cellphone based home automation
 
Report ON a Remote Security System Using wireless sensor and GSM module Techn...
Report ON a Remote Security System Using wireless sensor and GSM module Techn...Report ON a Remote Security System Using wireless sensor and GSM module Techn...
Report ON a Remote Security System Using wireless sensor and GSM module Techn...
 
Dtmf based home appliance control 2
Dtmf based home appliance control 2Dtmf based home appliance control 2
Dtmf based home appliance control 2
 
Smart Door Lock System Using DTMF
Smart Door Lock System Using DTMFSmart Door Lock System Using DTMF
Smart Door Lock System Using DTMF
 

Ähnlich wie 3

Cell phone based automation systems
Cell phone based automation systemsCell phone based automation systems
Cell phone based automation systemsManpreet Chandhok
 
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
 
AUTONOMOUS CONTROL TECHNIQUES FOR HOME AUTOMATION v1.0
AUTONOMOUS CONTROL TECHNIQUES FOR HOME AUTOMATION v1.0AUTONOMOUS CONTROL TECHNIQUES FOR HOME AUTOMATION v1.0
AUTONOMOUS CONTROL TECHNIQUES FOR HOME AUTOMATION v1.0devsunit
 
IRJET-Home Automation System Based on Voice Recognition
IRJET-Home Automation System Based on Voice RecognitionIRJET-Home Automation System Based on Voice Recognition
IRJET-Home Automation System Based on Voice RecognitionIRJET Journal
 
IRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation SystemIRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation SystemIRJET Journal
 
IRJET - IoT based Advanced Home Automation
IRJET -  	  IoT based Advanced Home AutomationIRJET -  	  IoT based Advanced Home Automation
IRJET - IoT based Advanced Home AutomationIRJET Journal
 
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
 
IRJET - Home Automation using GSM
IRJET - Home Automation using GSMIRJET - Home Automation using GSM
IRJET - Home Automation using GSMIRJET Journal
 
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
 
Smart home automation system
Smart home automation systemSmart home automation system
Smart home automation systemPawan Kumar Ganjhu
 
Iirdem implementation of smart homes and industrial automation system with se...
Iirdem implementation of smart homes and industrial automation system with se...Iirdem implementation of smart homes and industrial automation system with se...
Iirdem implementation of smart homes and industrial automation system with se...Iaetsd Iaetsd
 
Home Automation System using ZigBee and PandaBoard as a Gateway (HAS-ZP)
Home Automation System using ZigBee and PandaBoard as a Gateway (HAS-ZP)Home Automation System using ZigBee and PandaBoard as a Gateway (HAS-ZP)
Home Automation System using ZigBee and PandaBoard as a Gateway (HAS-ZP)idescitation
 
Controlling Home Appliances by using Universal Remote Control System (IoT and...
Controlling Home Appliances by using Universal Remote Control System (IoT and...Controlling Home Appliances by using Universal Remote Control System (IoT and...
Controlling Home Appliances by using Universal Remote Control System (IoT and...IRJET Journal
 
IRJET- Voice Based Home Automation System using Raspberry Pi
IRJET-  	  Voice Based Home Automation System using Raspberry PiIRJET-  	  Voice Based Home Automation System using Raspberry Pi
IRJET- Voice Based Home Automation System using Raspberry PiIRJET Journal
 
11.[106 118]design and implementation of a short message service based remote...
11.[106 118]design and implementation of a short message service based remote...11.[106 118]design and implementation of a short message service based remote...
11.[106 118]design and implementation of a short message service based remote...Alexander Decker
 
A Short Review on the Perspective of Home Automation Technology
A Short Review on the Perspective of Home Automation TechnologyA Short Review on the Perspective of Home Automation Technology
A Short Review on the Perspective of Home Automation TechnologyIRJET Journal
 
Energy Management with Disaster Intimation and Control using IoT
Energy Management with Disaster Intimation and Control using IoTEnergy Management with Disaster Intimation and Control using IoT
Energy Management with Disaster Intimation and Control using IoTIJEACS
 

Ähnlich wie 3 (20)

Cell phone based automation systems
Cell phone based automation systemsCell phone based automation systems
Cell phone based automation systems
 
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
 
68-71.pdf
68-71.pdf68-71.pdf
68-71.pdf
 
AUTONOMOUS CONTROL TECHNIQUES FOR HOME AUTOMATION v1.0
AUTONOMOUS CONTROL TECHNIQUES FOR HOME AUTOMATION v1.0AUTONOMOUS CONTROL TECHNIQUES FOR HOME AUTOMATION v1.0
AUTONOMOUS CONTROL TECHNIQUES FOR HOME AUTOMATION v1.0
 
IRJET-Home Automation System Based on Voice Recognition
IRJET-Home Automation System Based on Voice RecognitionIRJET-Home Automation System Based on Voice Recognition
IRJET-Home Automation System Based on Voice Recognition
 
IRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation SystemIRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation System
 
IRJET - IoT based Advanced Home Automation
IRJET -  	  IoT based Advanced Home AutomationIRJET -  	  IoT based Advanced Home Automation
IRJET - IoT based Advanced Home Automation
 
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
 
IRJET - Home Automation using GSM
IRJET - Home Automation using GSMIRJET - Home Automation using GSM
IRJET - Home Automation using GSM
 
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
 
Smart home automation system
Smart home automation systemSmart home automation system
Smart home automation system
 
Iirdem implementation of smart homes and industrial automation system with se...
Iirdem implementation of smart homes and industrial automation system with se...Iirdem implementation of smart homes and industrial automation system with se...
Iirdem implementation of smart homes and industrial automation system with se...
 
Home Automation System using ZigBee and PandaBoard as a Gateway (HAS-ZP)
Home Automation System using ZigBee and PandaBoard as a Gateway (HAS-ZP)Home Automation System using ZigBee and PandaBoard as a Gateway (HAS-ZP)
Home Automation System using ZigBee and PandaBoard as a Gateway (HAS-ZP)
 
Controlling Home Appliances by using Universal Remote Control System (IoT and...
Controlling Home Appliances by using Universal Remote Control System (IoT and...Controlling Home Appliances by using Universal Remote Control System (IoT and...
Controlling Home Appliances by using Universal Remote Control System (IoT and...
 
IRJET- Voice Based Home Automation System using Raspberry Pi
IRJET-  	  Voice Based Home Automation System using Raspberry PiIRJET-  	  Voice Based Home Automation System using Raspberry Pi
IRJET- Voice Based Home Automation System using Raspberry Pi
 
11.[106 118]design and implementation of a short message service based remote...
11.[106 118]design and implementation of a short message service based remote...11.[106 118]design and implementation of a short message service based remote...
11.[106 118]design and implementation of a short message service based remote...
 
A Short Review on the Perspective of Home Automation Technology
A Short Review on the Perspective of Home Automation TechnologyA Short Review on the Perspective of Home Automation Technology
A Short Review on the Perspective of Home Automation Technology
 
B1803011013
B1803011013B1803011013
B1803011013
 
Energy Management with Disaster Intimation and Control using IoT
Energy Management with Disaster Intimation and Control using IoTEnergy Management with Disaster Intimation and Control using IoT
Energy Management with Disaster Intimation and Control using IoT
 

Mehr von Narender Singh (7)

30
3030
30
 
10
1010
10
 
scg basic
scg basicscg basic
scg basic
 
12
1212
12
 
1
11
1
 
11
1111
11
 
Androidfragment
AndroidfragmentAndroidfragment
Androidfragment
 

KĂŒrzlich hochgeladen

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 

KĂŒrzlich hochgeladen (20)

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 

3

  • 1. International Journal of Smart Home Vol. 7, No. 1, January, 2013 19 Zigbee Based Home Appliances Controlling Through Spoken Commands Using Handheld Devices Faisal Baig, Saira Beg and Muhammad Fahad Khan Federal Urdu University of Arts, Science and Technology, COMSATS Institute of Information and Technology, Federal Urdu University of Arts, Science and Technology, Islamabad, Pakistan engr.fsl.baig@gmail.com, sairabegbs@gmail.com, mfahad.bs@gmail.com Abstract Home automation is a wide and varied field that involves devices as small as temperature, light and motion sensor, and as powerful as modern home appliances. In today’s world technology is available for home automation but these technologies are incompatible with each other and addresses only communication and physical media, the main objective of this work is to facilitate the user to control appliances by two ways one is remotely via voice command, second is using remote control to control the appliances which is also an override control. Keywords: Home Automation, Short Messaging Service, Spoken command, Global System for mobile Communication and ZigBee Network 1. Introduction The world has become a global village due to revolution in the technology; in this revolution the IT (information technology) played an important role. Similarly the revolution in IT makes mankind dream come true to have an automated home. Home automation use microprocessor-based intelligence to integrate or control electronic products and systems in the home. The incentive behind home automation is efficient utilization of electricity. So a variety of research and many solutions had proposed on home automation. These systems use PC, mobile internet, GSM Bluetooth and ZigBee network etc. [1-2]. Generally, home automation research targeted many needs; some applications fulfill the sophisticated and luxury requirements; other focuses the special needs like elderly and the disabled etc. [2]. In such applications voice recognition technology is used such as in [3-4]. In this paper a method is devised which control the home appliances through voice commands. For that purpose a mobile application is developed that convert the user voice command into SMS and send through GSM network. Such application is developed using java for mobile technology and MPLAB for microchip family of controller. This proposed system is affordable to everyone, cheap and easy to install.
  • 2. International Journal of Smart Home Vol. 7, No. 1, January, 2013 20 2. Related Work In [2] authors present the low power RF ZigBee based voice control system for home automation. In this method ZigBee receives the voice command as input and then send that data to ARM9 controller which converts the input data in required format. After the conversion ARM9 controller send data to microcontroller via ZigBee where devices are attached. In proposed system voice command is simply converted into the digital data and sends serially as a packet of binary data. At receiver side digital data is again reconstructed into the voice and pass it to the computer through a sound card. In computer Visual Basic programming is running which use the Microsoft Speech API library for the voice recognition. After voice recognition, system generates the control characters which than used to switch OFF/ON the appliances. Control characters are sent wirelessly to the specified appliance. [3] presents the client server based voice control system for home automation in wireless environment. Client system is used to capture the voice command and send that data to server via Wi-Fi wireless network. Server system is equipped GUI manager for implementing the speech recognition system. GUI is developed using Microsoft Visual Basic.net and speech recognition system is developed by using Microsoft Speech (SAPI). Server system converts the incoming voice data into the form which can used to handle home appliances. Results depict that the proposed system performance heavily relay on the wireless network coverage, distance, voice input type etc. [4] discuss the mobile based voice command control and monitoring system. In the proposed architecture multi layer feed forward neural network is used for recognizing the suitable words. Authors develop an algorithm which converts the spoken input into text message after extracting the features such as; Cepstral coefficients, short time energy and zero crossing rate etc. For experimentation they used mobile phone model 6610. Results show that their proposed system accuracy is about 84%. In [5] the prototype design of ZigBee based integrated remote control is discussed. Such architecture scheme has ability to control all appliances without additional hardware. Generally, connecting all appliances through a single home network is difficult because communication protocols are different. The integrated remote control is composed of three components; integrated remote controller, ZigBee to infrared converter, and ZigBee power adapter. ZigBee power adapter is used for those appliances that even do not have infrared remote device in order to connect with the home network. A cell phone based home appliance control system is presented in [6]. In proposed system architecture authors used the J2ME language to program client cell phone. Master phone when receive commands from clients and perform action according to it via sending request to PIC microcontroller. Opto-coupler and static power switch (TRAIC) is used to interface the devices between the PIC and the home appliances. [7] Authors present home controlling method through PC. In this paper they discussed two controlling procedures methods; time and speech. User interface is developed using VB 6.0 language and for voice recognition they used Microsoft voice engine tools. Moreover they used parallel ports in order to transfer data from computer to specific device which to be controlled. They test their proposed scheme on eight different appliances and got satisfactory results.
  • 3. International Journal of Smart Home Vol. 7, No. 1, January, 2013 21 3. Proposed Methodology In this paper main aim is to propose model for home automation system. Proposed system architecture is shown in Figure 1. Figure 1. Proposed System Architecture In the proposed method the user with android OS based Mobile speaks voice commands, the mobile application covert the voice command in to text and payload the command on GSM network via SMS. Table 1 shows basic command which is appended in SMS. Table 1. Basic Commands VOICE COMMANDS SMS COMMANDS Main console on ‘MCONE’ Main console off ‘MCOFFE’ Zone 1 appliances on ‘Z1ONE’ Zone 1 appliances off ‘Z1OFFE’ Zone 2 appliances on ‘Z2ONE’ Zone 2 appliances off ‘Z2ONE’ Light zone 1 on ‘LZ1ONE’ Light zone 1 off ‘LZ1OFFE’ Fan zone 2 on ‘FZ2ONE’ Fan zone 2 off ‘FZ2OFFE’ On the receiver side these commands are received and transfer to the controller using Bluetooth medium which is further precede. A snapshot of proposed system algorithm is given in Figure 2.
  • 4. International Journal of Smart Home Vol. 7, No. 1, January, 2013 22 Figure 2. Proposed System Algorithm 3.1 Hardware Design The Hardware design is subdivided in to three parts due to different functionality of the proposed system, the main purpose of the system is to receive the commands and apply action according to it. In the first part which is the heart of this work is the control unit; it initialize the devices which were attached to the control unit which is Bluetooth Device and Zigbee transceiver, after this it looks for the command when it is received it simply transfer the command to the remote unit. At the remote unit checks for the incoming command when it is received it applies action and sends a feedback to the user for the completion and the proper operation of the command. The override control is a simply remote control which is programmed to check for the user entered key, when key is pressed it decode the pressed key and send the authorized command to the user. Control unit: The heart of this hardware is PIC16F877A [9], when the command is completely received it is transferred to the microcontroller PIC16F877A through Bluetooth Module BTM 222 [11], as shown in Figure 3, which uses AT commands serially to communicate with the mobile.
  • 5. International Journal of Smart Home Vol. 7, No. 1, January, 2013 23 Figure 3. Shows BTM 222 After the complete reception of command it is transferred to remote unit through ZigBee transceiver of MC13211 ZigBee Compliant Platform 2.4 GHz Low Power Transceiver for the IEEE 802.15.4.[10], MC13211 is shown in Figure 4. Figure 4. MC13211 Remote unit: The remote unit consists of a micro controller PIC16f877A and ZigBee transceiver MC13211. These transceivers are programmed to communicate with the main controller using serial communication protocol to acknowledge for data transmission and reception. When the command is completely received the controller switch on the concern appliance. The circuit which is used to switch on the device consist of MOC3021 an optical triac and BTA16 triac as shown in Figure 5. Figure 5. MOC 3021
  • 6. International Journal of Smart Home Vol. 7, No. 1, January, 2013 24 When the device is ON the current transducer HX-05P use to sense the current for the proper operation of the appliance and send back the acknowledgment to the main feedback to control unit about the proper operation of the command. Override control: This section describes the override control for the appliances to facilitate the user by using a remote control to switch ON/OFF the device. 3.2 Software Part Another important aspect of the proposed system is software part which contains a procedure that converts voice command into text. As showed in proposed architecture that for voice commands mobile phone is used. To convert voice command into text an application is developed using android intent API 2.01. Voice to text conversion procedure is as follows;  First, convert the input voice into signed ByteOutputStream.  After that, converts that signed ByteOutputStream into unsigned integer array.  Now converts the unsigned integer array into their respective Extended ASCII characters. But before that conversion add 255 to all those values in array which falls in the range of 0-31 in order to move that range up to 255-287 respectively.  Now append that ASCII characters as payload text of SMS and send via GSM network. At receiver side, when mobile phone receives such SMS, first it extracts the payload text and then it converts that text into the format which can easily readable to the microcontroller. After that mobile phone send that text to microcontroller via Bluetooth component for further processing. 4. Results and Discussions The proposed system has a tendency to convert voice commands in to text. To enable such feature we installed the software in the android OS based mobile phone. After that we test the working of our proposed system on different appliances as shown in Figure 6. Figure 6. Voice Command Tests for Home Appliances
  • 7. International Journal of Smart Home Vol. 7, No. 1, January, 2013 25 When the user speaks the command ‘Zone 1 appliance on’ it convert the voice in to SMS command ‘Z1ONE’ and append the given command in to the SMS payload. The given table 2 shows the commands for appliances control. After the reception of the SMS on the receiver end the command is transferred to the Controller module using Bluetooth interface. When that command is completely transferred than controller send the command to the remote unit through ZigBee interface, ZigBee provide the advantages of interfacing multiple points to one control unit. Remote unit apply the action on the received command and send a feedback to the control unit. Table 2. Voice Commands and SMS Commands with Acknowledgement 5. Conclusion This paper presents a wireless based home automation system which can be controlled through spoken commands. In the proposed architecture, wireless component is added by GSM and for home networking ZigBee technology is used. For voice command processing an application is developed and installed in the mobile phone. References [1] A. S. DiCarlo and G. Cove, “Smart Homes (Home Automation)”, (2012) August 30, http://www.aging.ny.gov/livableny/resourcemanual/design/iv1c.pdf. [2] Y. B. Krishna and S. Nagendram, “Zigbee Based Voice Control System for Smart Home”, International Journal Computer Techology & Applications, vol. 3, no. 1, (2012), pp.163-168. [3] B. Mardiana, H. Hazura, S. Fauziyah, M. Zahariah, A. R. Hanim and M. K. Noor Shahida, "Homes Appliances Controlled Using Speech Recognition in Wireless Network Environment", International Conference on Computer Technology and Development (ICCTD), (2009), pp. 285- 288. [4] N. P. Jawarkar, V. Ahmed and R. D. Thakare, “Remote Control using Mobile through Spoken Commands”, IEEE - International Consortium of Stem Cell Networks (ICSCN) 2007, (2007), pp. 622-625. [5] I. -K. Hwang, D. -S. Lee and J. -W. Baek, “Home Network Configuring Scheme for All Electric Appliances Using ZigBee-based Integrated Remote Controller”, IEEE Transactions on Consumer Electronics, vol. 55, no. 3, (2009) August, pp. 1300-1307. [6] M. S. Nasr, F. H. A. S. Azwai, "Friendly home automation system using cell phone and J2ME with feedback instant voice messages", 2009 IEEE/ACS International Conference on Computer Systems and Applications, (2009), pp. 531-538. [7] S. M. A. Haque, S. M. Kamruzzaman and Md. A. Islam, “A System for Smart-Home Control of Appliances Based on Timer and Speech Interaction”, Proceedings of the 4th International Conference on Electrical Engineering & 2nd Annual Paper Meet, (2006) January 26-28, pp. 128-131. [8] http://jaspreetscodezone.blogspot.com/2008/01/interfacing-relays-using-parallel-port.html. [9] http://ww1.microchip.com/downloads/en/devicedoc/39582b.pdf. [10] http://cache.freescale.com/files/rf_if/doc/ref_manual/MC1321xRM.pdf.
  • 8. International Journal of Smart Home Vol. 7, No. 1, January, 2013 26 [11] http://www.taiwantrade.com.tw/resources/member/276716/productcatalog/b9ee22e4-e94a-45cd-8db0- ac88b3a11a75_BTM222%20DataSheet.pdf. Authors Mr. Faisal Beg is working as a Lab Engineer (Aug 2011- up to date) in Federal Urdu University of Arts, Science and Technology, Islamabad. He is interested in Control Systems, Signal Processing, Embedded Systems and other their related Fields. He did his Bachelor Degree from Federal Urdu University of Arts, Science and Technology in 2009 and now pursuing his Master Degree from COMSATS Institute of Information Technology, Islamabad. MS. Saira Beg is working as a Research Associate (May 2009- up to date) in COMSATS Institute of Information Technology, Islamabad. Her Interest areas are Networks, Network Security and Artificial Intelligence and other their related Fields. She is the member of Artificial Intelligence Group at CIIT, Islamabad. She did her Bachelor Degree (Gold medalist) from Federal Urdu University of Arts, Science and Technology, Islamabad, Pakistan in 2008 and now doing her Master Degree from COMS ATS Institute of Information Tec hnology, Islamabad. MR. Muhammad Fahad Khan is working as a Lecturer and In-charge of Management Information System (2009 to date) in Federal Urdu University of Arts, Science and Technology, Islamabad Pakistan. He has number of International journal publications and books. He is the reviewer of three International journals & two International Conferences. He is interested in Handheld Application Development, Information System Development, Network Security, Multimedia Communication and other their related fields. He did his Bachelor Degree from Federal Urdu University of Arts, Science and Technology in 2008 and now pursuing his Master Degree from IQRA University, Islamabad Campus.