SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1009
Smart Home: Speech Recognition Based Home Automation Using IoT
Shijo Shaji1, Vinitha V2
1PG Scholar, 2Assistant Professor, Dept. of Computer Application, College of Engineering,
Trivandrum, Kerala, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Internet of things(IoT) is developing to an
immense degree. One of the most advanced technologies like
IoT can be utilized for controlling, associating and
overseeing devices that are connected to the internet. A
portion of the key difficulties in receiving IoT for the
standard way of lifestyle from gadget decent variety,
security, and associated administrations of IoT gadgets to
include a newer usecase value proposition. This paper
proposes a device friendly amicable methodology for home
automation utilizing discourse. The physical state of the
device can likewise be modified dependent on client
demand. The productive of Home Automation be improved
by including security factor through alarming the client
about house door tampering and the kitchen gas spillage.
This IoT project executes home automation with the help of
an alarm and alerts message to the user mobile phone.
Key Words: Android, Arduino, ESP8266-WiFi module,
Firebase Database, Home Automation, IoT, NodeMcu.
1. INTRODUCTION
Among many loT applications, home automation assumes
a significant job in acknowledging brilliant urban
communities. Smart homes can be utilized for remotely
observing and controlling electrical appliances fitted
inside the home using smart and intelligent physical
foundation. The current Government of India (Gol) has
suggested creating 100 smart urban communities over the
nation, which will make a gigantic interest for savvy home
automation arrangements in the near future[1]. The word
"smart" in "smart home" signifies context-aware that can
be acknowledged using loT and Information and
Communication Technology (ICT).
In this paper, a model of smart home computerization
utilizes the android application with firebase as the cloud.
Every one of the apparatuses was constrained by Arduino
NodeMcu having inbuilt Wi-Fi Module. The design uses
ethernet to access commands given by the smartphone
and monitor it with the help of Arduino device. For this
purpose, an Android application has created by utilizing
Kodular Android application designer. Security is another
significant capacity should be considered in the
mechanization framework. Smartphone frameworks give a
special chance to fulfil the most significant factors in home
mechanization frameworks that including adaptability,
security, and simple to utilize.
2. RELATED WORK
Home automation frameworks can be structured using
different technologies. We can regulate all the home
gadgets by utilizing Bluetooth home automation
framework. In that case, the primary hindrance is
Range[3]. We can also do home automation by using GSM,
then we either need to make a call or send a message to
control the device[4]. The main problem associated with it
is the time delay and the complexity of the system. A few
creators structured home mechanization utilizing Wi-Fi.
Yet, in those structures, only ON/OFF functionalities are
only executed.
In proposed system, all home appliances are constrained
by utilizing the Arduino and Android application using
voice commands which can be implemented ON/OFF
functionality and security along with other functionality.
The noblest reasons for home automation are to help
make the lives of paralyzed individuals a lot simpler.
These home automation frameworks based upon voice
directions are for the contrastingly abled individuals
experiencing quadriplegia or paraplegia (who can't move
their appendages however can talk and tune in) and it
empowers them to control the different home apparatuses
and can incite the bed rise just by the voice directions as
indicated by their need and solace. Pranay P.Gaikwad[5]
talks about the difficulties and issues that emerge in smart
home frameworks utilizing a great deal and propose
conceivable arrangements. The proposed system
comprises of an android system in which controlling can
be done using voice commands and correspond action
value get updated to the cloud and the Arduino do the
action based on the updated action value on the cloud.
3. IMPLEMENTATION DETAILS
3.1 Software Requirement
3.1.1 Android :
Kodular is an online suite which primarily provides a
block-based web application that allows the development
of apps. Kodular's graphical UI is like Scratch and the
StarLogo TNG UI, which enables clients to drag-and-drop
visual objects to make an application that can keep
running on the Android platform. Kodular Creator is an
MIT App Inventor distribution, meaning it is built on App
Inventor open source project, although it offers big
improvements over App Inventor.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1010
3.1.2 Arduino IDE:
The proposed system uses Arduino IDE version 1.8.8 and
the latest available version is 1.8.9. The project uses
ESP8266 module of version 2.4.1 and uses Arduino JSON
library of version 5.13.1 and adafruit adx library of version
1.0.1. The libraries can be imported into the Arduino that
are required for the NodeMcu environment to provide an
easy way to develop the code.
3.2 Hardware Requirement
3.2.1 Single Relay Module :
One separate hardware gadget utilized for remote gadget
switching is the relay module, with which it could
remotely control gadgets over the web. Gadgets can be
remotely controlled on or off with directions originating
from. The relay is constrained by a 1 x 3 header – cordial
to servo links and advantageous to connect to many
development boards.
3.2.2 LDR Light Sensor :
The presence of light and measuring the intensity of light
can be detected using LDR Light Sensor. The yield of the
module runs high with seeing light and it ends up being
low without light. We can adjust the sensitivity of the
signal detected using a potentiometer.
3.2.3 MQ6 Gas Sensor:
The gas leakage can be detected using the MQ6 sensor.
Equipment in home and industry use this sensor to detect
LNG, LPG, propane, isobutane and avoid the noise of
cooking fumes, cigarette smoke and alcohol. Due to their
high sensitivity and response time, the measurements can
be taken as soon as possible. We can adjust the sensitivity
of the signal detected using a potentiometer.
3.2.4 NodeMCU :
For IoT, NodeMCU uses an open source platform. Lua
scripting language is used for the firmware. The firmware
is based on the eLua project and built on the Espressif
Non-OS SDK for ESP8266.
3.3 Overall Setup of Proposed System
The overall setup of the proposed system is as shown in
Fig-1. This is the combination of security alarming
framework and home automation. In this system, the light
is controlled by using a single relay which is connected to
pin D5. The door is controlled by servo motor which is
connected to Arduino using pin D2. LDR sensor senses the
result and uploads it to cloud firebase using Arduino pin
A0. Gas sensor upload sensed result using pin D1and door
Sensor using pin D0. The working of Air Controller(AC) is
simulated using a display and is connected to pin D3 and
D4. The buzzer will alarm when the Gas leakage occurred
or when the door has tampered. The speech module in
Android is used to give a voice command and is updated to
the cloud, it can also control manually. When the security
of the proposed system is compromised, an alert message
with an alarm notification is given to user using
notification module.
Fig -1: The outline of the Proposed system.
3.4. Proposed System
The proposed system is an upgrade to the regular Home
Automation methodologies, ie., the utilization of Bluetooth
[2] and Android versatile application. The proposed
strategy includes Client-Server connection and the client
will notify without any distance barrier. The Proposed
framework aims to give the most straightforward and
effective approach to connect with home appliances by
giving voice commands in human (common) language. We
also plan on taking out the tedious procedure of navigating
different application screens with only one voice direction
as appeared in Fig-2. The regular language processing in
the project gives an individual association our framework.
Basically, the client is authenticated by entering the
predetermined username and password in the mobile. The
customer sends voice directions to the mobile, which
deciphers the message and updates the cloud and the
Arduino sends the correct request to the specific
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1011
apparatus. The mobile utilizes Natural Language
Processing with the help of Google to decipher the voice
order given by the customer. The smartphone goes about
as a central console, it figures out what action must be
done by which machine to fulfil the customer's solicitation.
The central comfort can similarly be either a work area
application, web application or a mobile application as
most of the data traded can be taken care of by the cloud.
In any case, for the solace of the customer and extended
compact limits, we will use the smartphone in this
proposed framework.
Fig -2: The voice command module.
The machines are controlled with the smartphone through
an Arduino NodeMcu Board that sets up the possibility of
the Internet of Things. The Arduino Boards are customized
so that interfaced apparatuses respond to mobile inputs.
Our task automates the activity of each and every machine
in the house like light, AC, door as shown in Fig-3., which
greatly reduces the power consumption because of
abundance use/wastage of the apparatus' administrations.
Fig -3: The simulation of the Proposed system.
To meet the security, two sensors are mainly used, one to
detect the door tampering, which when an intruder tries
to open the locked door; an alert message notification will
send to the owner. The second sensor is used to detect the
gas leakage at the kitchen. Then also an alert message
notification will send to the owner and the electricity
supply to the kitchen will be cut as shown in Fig-4. It can
be restored by the owner using smartphone itself. The
module will kill the caution after a fixed time delay. The
warning will be activated again when the module
identifies any compromise to security and the owner will
get the notification again and the procedure proceeds so
on.
4. PROGRAM FLOW
The flowchart from Fig.5 demonstrates the whole home
automation framework and security framework task.
5. PROGRAM FLOW
This system displayed a home automation idea using
minimal effort Arduino board to control different
electrical appliances using a smartphone. Home
automation using loT is one of the fast developing
research areas and therefore various challenges can be
relate to it. One of the certifiable difficulties is due to the
absence of norms for coordinating different sensors,
applications and other existing smart embedded gadgets.
As loT manages an enormous proportion of information
gathered from different sensors passed on in a Smart
domain, the reasonable idea thought to be taken in
overseeing, verifying and affirming the information.
Another immense challenge is to give security in smart
home conditions. In future, power monitoring and the
board of plenty of gadgets in a smart home condition can
be done using data examination and perception.
Fig -4: The Gas Leak notification.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1012
5. EXPERIMENTAL RESULT & CHALLENGES
This system displayed a home automation idea using
minimal effort Arduino board to control different
electrical appliances using a smartphone. Home
automation using loT is one of the fast developing
research areas and therefore various challenges can be
relate to it. One of the certifiable difficulties is due to the
absence of norms for coordinating different sensors,
applications and other existing smart embedded gadgets.
As loT manages an enormous proportion of information
gathered from different sensors passed on in a Smart
domain, the reasonable idea thought to be taken in
overseeing, verifying and affirming the information.
Another immense challenge is to give security in smart
home conditions. In future, power monitoring and the
board of plenty of gadgets in a smart home condition can
be done using data examination and perception.
Fig -4: The complete system flow chart.
6. CONCLUSIONS & FUTURE SCOPE
The system proposes a minimal effort, auto-configurable,
secure, generally available, remotely controlled
arrangement. The strategy examined here is exceptional
and has accomplished the engraving to control home
apparatuses remotely using voice command with the help
of Wi-Fi advancement to relate structure parts, satisfying
client necessities and requirements. Ethernet
advancement equipped plan has wound up being
controlled remotely, give home security and it is
insignificant exertion when stood out from the past
frameworks. The system design and architecture of the
model demonstrate the basic component of home
appliance control that can remotely monitor. As the
system is liable to the customer's discretion and judge
ability of the situation by the usage of a camera related
with the small scale controller may help the customer in
settling on decisions on whether to impel the security
aking choices on whether to actuate the security
framework.
ACKNOWLEDGEMENT
We are gratified to the Department of Computer
Application, College of Engineering, Trivandrum and each
& everyone who helped us in carrying out this research
work.
REFERENCES
[1] http://smartcities.gov.in/
[2] R.A.Ramlee, M.H.Leong, R.S.S.Singh, Centre for
Telecommunication Research and Innovation.
“Bluetooth Remote Home Automation System Using
Android Application”, Volume 2 Issue 01 Pages 149-
153 2013 ISSN: 2319 1813 ISBN: 2319 1805.
[3] Piyare R., Tazil M., (2011), “Bluetooth Based Home
Automation System Using Cell Phone”, Consumer
Electronics, IEEE 15th International Symposium on,
vol.45, no.3, pp.192-195.
[4] E. A. Sambattu, Thejaswini Reddy, P. Ajay Kumar, G. N.
Kodanda. “Controlling Home Appliances through GSM
Modem and Internet”. International Journal of
Electronics Engineering Research, [S.l.], p. 1-7, oct.
2013. ISSN 0975- 6450.
[5] [5] Mr Pranay P. Gaikwad, Mrs Jyotsna P. Gabhane,
Mrs Snehal S. Golait, "A Survey based on Smart Homes
System Using Internet-of-Things", 2015 International
Conference on Computation of Power, Information
and Communication, 2015.

More Related Content

What's hot

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 - IoT based Home Automation System through Voice Control using Google A...
IRJET - IoT based Home Automation System through Voice Control using Google A...IRJET - IoT based Home Automation System through Voice Control using Google A...
IRJET - IoT based Home Automation System through Voice Control using Google A...IRJET Journal
 
IRJET- Voice Controlled Robot using Wi-Fi Module
IRJET-  	  Voice Controlled Robot using Wi-Fi ModuleIRJET-  	  Voice Controlled Robot using Wi-Fi Module
IRJET- Voice Controlled Robot using Wi-Fi ModuleIRJET Journal
 
Smart Home Automation
Smart Home AutomationSmart Home Automation
Smart Home AutomationMitul Lakhani
 
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATIONUBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATIONIJCNCJournal
 
IRJET- Smart Home using Google Assistant (IFTTT)
IRJET-  	  Smart Home using Google Assistant (IFTTT)IRJET-  	  Smart Home using Google Assistant (IFTTT)
IRJET- Smart Home using Google Assistant (IFTTT)IRJET Journal
 
Icacci2017 lowcostimplementationofsmarthomeautomation
Icacci2017 lowcostimplementationofsmarthomeautomationIcacci2017 lowcostimplementationofsmarthomeautomation
Icacci2017 lowcostimplementationofsmarthomeautomationdangthanhlinh
 
Home automation using_pc
Home automation using_pcHome automation using_pc
Home automation using_pcSumit Sonawane
 
IRJET- Automated System for Office using Arduino and Android
IRJET-  	  Automated System for Office using Arduino and AndroidIRJET-  	  Automated System for Office using Arduino and Android
IRJET- Automated System for Office using Arduino and AndroidIRJET Journal
 
IOT: Home Automation using Android Application
IOT: Home Automation using Android ApplicationIOT: Home Automation using Android Application
IOT: Home Automation using Android ApplicationNikhil Jadav
 
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLEPROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLEIAEME Publication
 
Android Based Home-Automation using Microcontroller
Android Based Home-Automation using MicrocontrollerAndroid Based Home-Automation using Microcontroller
Android Based Home-Automation using MicrocontrollerEswar Publications
 
PROJECT REPORT ON Home automation using by Bluetooth
 PROJECT REPORT ON Home automation using by Bluetooth PROJECT REPORT ON Home automation using by Bluetooth
PROJECT REPORT ON Home automation using by BluetoothAakashkumar276
 
IRJET- IoT based Classroom Automation System
IRJET-  	  IoT based Classroom Automation SystemIRJET-  	  IoT based Classroom Automation System
IRJET- IoT based Classroom Automation SystemIRJET Journal
 
IRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic SystemIRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic SystemIRJET Journal
 
IJSRED-V2I4P4
IJSRED-V2I4P4IJSRED-V2I4P4
IJSRED-V2I4P4IJSRED
 
IoT Based Home Automation using Intel Galileo Gen-2
IoT Based Home Automation using Intel Galileo Gen-2IoT Based Home Automation using Intel Galileo Gen-2
IoT Based Home Automation using Intel Galileo Gen-2IRJET Journal
 
Arduino Based Home Lighting Control by Android Phone
Arduino Based Home Lighting Control by Android PhoneArduino Based Home Lighting Control by Android Phone
Arduino Based Home Lighting Control by Android Phoneijtsrd
 
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- Rescue of Psycological Infirmity People using Wirless Network
IRJET- Rescue of Psycological Infirmity People using Wirless NetworkIRJET- Rescue of Psycological Infirmity People using Wirless Network
IRJET- Rescue of Psycological Infirmity People using Wirless NetworkIRJET Journal
 

What's hot (20)

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 - IoT based Home Automation System through Voice Control using Google A...
IRJET - IoT based Home Automation System through Voice Control using Google A...IRJET - IoT based Home Automation System through Voice Control using Google A...
IRJET - IoT based Home Automation System through Voice Control using Google A...
 
IRJET- Voice Controlled Robot using Wi-Fi Module
IRJET-  	  Voice Controlled Robot using Wi-Fi ModuleIRJET-  	  Voice Controlled Robot using Wi-Fi Module
IRJET- Voice Controlled Robot using Wi-Fi Module
 
Smart Home Automation
Smart Home AutomationSmart Home Automation
Smart Home Automation
 
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATIONUBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION
 
IRJET- Smart Home using Google Assistant (IFTTT)
IRJET-  	  Smart Home using Google Assistant (IFTTT)IRJET-  	  Smart Home using Google Assistant (IFTTT)
IRJET- Smart Home using Google Assistant (IFTTT)
 
Icacci2017 lowcostimplementationofsmarthomeautomation
Icacci2017 lowcostimplementationofsmarthomeautomationIcacci2017 lowcostimplementationofsmarthomeautomation
Icacci2017 lowcostimplementationofsmarthomeautomation
 
Home automation using_pc
Home automation using_pcHome automation using_pc
Home automation using_pc
 
IRJET- Automated System for Office using Arduino and Android
IRJET-  	  Automated System for Office using Arduino and AndroidIRJET-  	  Automated System for Office using Arduino and Android
IRJET- Automated System for Office using Arduino and Android
 
IOT: Home Automation using Android Application
IOT: Home Automation using Android ApplicationIOT: Home Automation using Android Application
IOT: Home Automation using Android Application
 
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLEPROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
 
Android Based Home-Automation using Microcontroller
Android Based Home-Automation using MicrocontrollerAndroid Based Home-Automation using Microcontroller
Android Based Home-Automation using Microcontroller
 
PROJECT REPORT ON Home automation using by Bluetooth
 PROJECT REPORT ON Home automation using by Bluetooth PROJECT REPORT ON Home automation using by Bluetooth
PROJECT REPORT ON Home automation using by Bluetooth
 
IRJET- IoT based Classroom Automation System
IRJET-  	  IoT based Classroom Automation SystemIRJET-  	  IoT based Classroom Automation System
IRJET- IoT based Classroom Automation System
 
IRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic SystemIRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic System
 
IJSRED-V2I4P4
IJSRED-V2I4P4IJSRED-V2I4P4
IJSRED-V2I4P4
 
IoT Based Home Automation using Intel Galileo Gen-2
IoT Based Home Automation using Intel Galileo Gen-2IoT Based Home Automation using Intel Galileo Gen-2
IoT Based Home Automation using Intel Galileo Gen-2
 
Arduino Based Home Lighting Control by Android Phone
Arduino Based Home Lighting Control by Android PhoneArduino Based Home Lighting Control by Android Phone
Arduino Based Home Lighting Control by Android Phone
 
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- Rescue of Psycological Infirmity People using Wirless Network
IRJET- Rescue of Psycological Infirmity People using Wirless NetworkIRJET- Rescue of Psycological Infirmity People using Wirless Network
IRJET- Rescue of Psycological Infirmity People using Wirless Network
 

Similar to IRJET- Smart Home: Speech Recognition based Home Automation using IoT

IoT Based home automation system using Arduino board
IoT Based home automation system using Arduino boardIoT Based home automation system using Arduino board
IoT Based home automation system using Arduino boardIRJET Journal
 
IRJET - Home Security System using Arduino
IRJET -  	  Home Security System using ArduinoIRJET -  	  Home Security System using Arduino
IRJET - Home Security System using ArduinoIRJET Journal
 
IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)IRJET Journal
 
IRJET - Home Automation for Physically Challenged and Elder People
IRJET -  	  Home Automation for Physically Challenged and Elder PeopleIRJET -  	  Home Automation for Physically Challenged and Elder People
IRJET - Home Automation for Physically Challenged and Elder PeopleIRJET Journal
 
Design and implementation of a smart home system with two levels of security ...
Design and implementation of a smart home system with two levels of security ...Design and implementation of a smart home system with two levels of security ...
Design and implementation of a smart home system with two levels of security ...nooriasukmaningtyas
 
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...IRJET Journal
 
Home Automation Application with voice commands using Arduino
Home Automation Application with voice commands using ArduinoHome Automation Application with voice commands using Arduino
Home Automation Application with voice commands using ArduinoIRJET Journal
 
IRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining TrackingIRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining TrackingIRJET Journal
 
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
 
Android Based Smart Department
Android Based Smart DepartmentAndroid Based Smart Department
Android Based Smart DepartmentIRJET Journal
 
IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...IRJET Journal
 
DIGITAL LOGIC DESIGN (1) PROJECT REPORT.docx
DIGITAL LOGIC DESIGN (1) PROJECT REPORT.docxDIGITAL LOGIC DESIGN (1) PROJECT REPORT.docx
DIGITAL LOGIC DESIGN (1) PROJECT REPORT.docxRafayNaveed4
 
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...IRJET Journal
 
Residential and Official Extension of IOT Enabled Building Automation System
Residential and Official Extension of IOT Enabled Building Automation SystemResidential and Official Extension of IOT Enabled Building Automation System
Residential and Official Extension of IOT Enabled Building Automation SystemAssociate Professor in VSB Coimbatore
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET Journal
 
AI Cum AR Based Smart Home Automation System
AI Cum AR Based Smart Home Automation SystemAI Cum AR Based Smart Home Automation System
AI Cum AR Based Smart Home Automation SystemIRJET Journal
 
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
 
Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...
Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...
Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...IJERA Editor
 

Similar to IRJET- Smart Home: Speech Recognition based Home Automation using IoT (20)

IoT Based home automation system using Arduino board
IoT Based home automation system using Arduino boardIoT Based home automation system using Arduino board
IoT Based home automation system using Arduino board
 
Smart home automation system
Smart home automation systemSmart home automation system
Smart home automation system
 
IRJET - Home Security System using Arduino
IRJET -  	  Home Security System using ArduinoIRJET -  	  Home Security System using Arduino
IRJET - Home Security System using Arduino
 
IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)
 
Report
ReportReport
Report
 
IRJET - Home Automation for Physically Challenged and Elder People
IRJET -  	  Home Automation for Physically Challenged and Elder PeopleIRJET -  	  Home Automation for Physically Challenged and Elder People
IRJET - Home Automation for Physically Challenged and Elder People
 
Design and implementation of a smart home system with two levels of security ...
Design and implementation of a smart home system with two levels of security ...Design and implementation of a smart home system with two levels of security ...
Design and implementation of a smart home system with two levels of security ...
 
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
 
Home Automation Application with voice commands using Arduino
Home Automation Application with voice commands using ArduinoHome Automation Application with voice commands using Arduino
Home Automation Application with voice commands using Arduino
 
IRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining TrackingIRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining Tracking
 
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
 
Android Based Smart Department
Android Based Smart DepartmentAndroid Based Smart Department
Android Based Smart Department
 
IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...
 
DIGITAL LOGIC DESIGN (1) PROJECT REPORT.docx
DIGITAL LOGIC DESIGN (1) PROJECT REPORT.docxDIGITAL LOGIC DESIGN (1) PROJECT REPORT.docx
DIGITAL LOGIC DESIGN (1) PROJECT REPORT.docx
 
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
 
Residential and Official Extension of IOT Enabled Building Automation System
Residential and Official Extension of IOT Enabled Building Automation SystemResidential and Official Extension of IOT Enabled Building Automation System
Residential and Official Extension of IOT Enabled Building Automation System
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: Review
 
AI Cum AR Based Smart Home Automation System
AI Cum AR Based Smart Home Automation SystemAI Cum AR Based Smart Home Automation System
AI Cum AR Based Smart Home Automation 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.
NRF based wireless light and Fan dimmer controlling system.
 
Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...
Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...
Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
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
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
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
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
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...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
★ 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
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

IRJET- Smart Home: Speech Recognition based Home Automation using IoT

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1009 Smart Home: Speech Recognition Based Home Automation Using IoT Shijo Shaji1, Vinitha V2 1PG Scholar, 2Assistant Professor, Dept. of Computer Application, College of Engineering, Trivandrum, Kerala, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Internet of things(IoT) is developing to an immense degree. One of the most advanced technologies like IoT can be utilized for controlling, associating and overseeing devices that are connected to the internet. A portion of the key difficulties in receiving IoT for the standard way of lifestyle from gadget decent variety, security, and associated administrations of IoT gadgets to include a newer usecase value proposition. This paper proposes a device friendly amicable methodology for home automation utilizing discourse. The physical state of the device can likewise be modified dependent on client demand. The productive of Home Automation be improved by including security factor through alarming the client about house door tampering and the kitchen gas spillage. This IoT project executes home automation with the help of an alarm and alerts message to the user mobile phone. Key Words: Android, Arduino, ESP8266-WiFi module, Firebase Database, Home Automation, IoT, NodeMcu. 1. INTRODUCTION Among many loT applications, home automation assumes a significant job in acknowledging brilliant urban communities. Smart homes can be utilized for remotely observing and controlling electrical appliances fitted inside the home using smart and intelligent physical foundation. The current Government of India (Gol) has suggested creating 100 smart urban communities over the nation, which will make a gigantic interest for savvy home automation arrangements in the near future[1]. The word "smart" in "smart home" signifies context-aware that can be acknowledged using loT and Information and Communication Technology (ICT). In this paper, a model of smart home computerization utilizes the android application with firebase as the cloud. Every one of the apparatuses was constrained by Arduino NodeMcu having inbuilt Wi-Fi Module. The design uses ethernet to access commands given by the smartphone and monitor it with the help of Arduino device. For this purpose, an Android application has created by utilizing Kodular Android application designer. Security is another significant capacity should be considered in the mechanization framework. Smartphone frameworks give a special chance to fulfil the most significant factors in home mechanization frameworks that including adaptability, security, and simple to utilize. 2. RELATED WORK Home automation frameworks can be structured using different technologies. We can regulate all the home gadgets by utilizing Bluetooth home automation framework. In that case, the primary hindrance is Range[3]. We can also do home automation by using GSM, then we either need to make a call or send a message to control the device[4]. The main problem associated with it is the time delay and the complexity of the system. A few creators structured home mechanization utilizing Wi-Fi. Yet, in those structures, only ON/OFF functionalities are only executed. In proposed system, all home appliances are constrained by utilizing the Arduino and Android application using voice commands which can be implemented ON/OFF functionality and security along with other functionality. The noblest reasons for home automation are to help make the lives of paralyzed individuals a lot simpler. These home automation frameworks based upon voice directions are for the contrastingly abled individuals experiencing quadriplegia or paraplegia (who can't move their appendages however can talk and tune in) and it empowers them to control the different home apparatuses and can incite the bed rise just by the voice directions as indicated by their need and solace. Pranay P.Gaikwad[5] talks about the difficulties and issues that emerge in smart home frameworks utilizing a great deal and propose conceivable arrangements. The proposed system comprises of an android system in which controlling can be done using voice commands and correspond action value get updated to the cloud and the Arduino do the action based on the updated action value on the cloud. 3. IMPLEMENTATION DETAILS 3.1 Software Requirement 3.1.1 Android : Kodular is an online suite which primarily provides a block-based web application that allows the development of apps. Kodular's graphical UI is like Scratch and the StarLogo TNG UI, which enables clients to drag-and-drop visual objects to make an application that can keep running on the Android platform. Kodular Creator is an MIT App Inventor distribution, meaning it is built on App Inventor open source project, although it offers big improvements over App Inventor.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1010 3.1.2 Arduino IDE: The proposed system uses Arduino IDE version 1.8.8 and the latest available version is 1.8.9. The project uses ESP8266 module of version 2.4.1 and uses Arduino JSON library of version 5.13.1 and adafruit adx library of version 1.0.1. The libraries can be imported into the Arduino that are required for the NodeMcu environment to provide an easy way to develop the code. 3.2 Hardware Requirement 3.2.1 Single Relay Module : One separate hardware gadget utilized for remote gadget switching is the relay module, with which it could remotely control gadgets over the web. Gadgets can be remotely controlled on or off with directions originating from. The relay is constrained by a 1 x 3 header – cordial to servo links and advantageous to connect to many development boards. 3.2.2 LDR Light Sensor : The presence of light and measuring the intensity of light can be detected using LDR Light Sensor. The yield of the module runs high with seeing light and it ends up being low without light. We can adjust the sensitivity of the signal detected using a potentiometer. 3.2.3 MQ6 Gas Sensor: The gas leakage can be detected using the MQ6 sensor. Equipment in home and industry use this sensor to detect LNG, LPG, propane, isobutane and avoid the noise of cooking fumes, cigarette smoke and alcohol. Due to their high sensitivity and response time, the measurements can be taken as soon as possible. We can adjust the sensitivity of the signal detected using a potentiometer. 3.2.4 NodeMCU : For IoT, NodeMCU uses an open source platform. Lua scripting language is used for the firmware. The firmware is based on the eLua project and built on the Espressif Non-OS SDK for ESP8266. 3.3 Overall Setup of Proposed System The overall setup of the proposed system is as shown in Fig-1. This is the combination of security alarming framework and home automation. In this system, the light is controlled by using a single relay which is connected to pin D5. The door is controlled by servo motor which is connected to Arduino using pin D2. LDR sensor senses the result and uploads it to cloud firebase using Arduino pin A0. Gas sensor upload sensed result using pin D1and door Sensor using pin D0. The working of Air Controller(AC) is simulated using a display and is connected to pin D3 and D4. The buzzer will alarm when the Gas leakage occurred or when the door has tampered. The speech module in Android is used to give a voice command and is updated to the cloud, it can also control manually. When the security of the proposed system is compromised, an alert message with an alarm notification is given to user using notification module. Fig -1: The outline of the Proposed system. 3.4. Proposed System The proposed system is an upgrade to the regular Home Automation methodologies, ie., the utilization of Bluetooth [2] and Android versatile application. The proposed strategy includes Client-Server connection and the client will notify without any distance barrier. The Proposed framework aims to give the most straightforward and effective approach to connect with home appliances by giving voice commands in human (common) language. We also plan on taking out the tedious procedure of navigating different application screens with only one voice direction as appeared in Fig-2. The regular language processing in the project gives an individual association our framework. Basically, the client is authenticated by entering the predetermined username and password in the mobile. The customer sends voice directions to the mobile, which deciphers the message and updates the cloud and the Arduino sends the correct request to the specific
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1011 apparatus. The mobile utilizes Natural Language Processing with the help of Google to decipher the voice order given by the customer. The smartphone goes about as a central console, it figures out what action must be done by which machine to fulfil the customer's solicitation. The central comfort can similarly be either a work area application, web application or a mobile application as most of the data traded can be taken care of by the cloud. In any case, for the solace of the customer and extended compact limits, we will use the smartphone in this proposed framework. Fig -2: The voice command module. The machines are controlled with the smartphone through an Arduino NodeMcu Board that sets up the possibility of the Internet of Things. The Arduino Boards are customized so that interfaced apparatuses respond to mobile inputs. Our task automates the activity of each and every machine in the house like light, AC, door as shown in Fig-3., which greatly reduces the power consumption because of abundance use/wastage of the apparatus' administrations. Fig -3: The simulation of the Proposed system. To meet the security, two sensors are mainly used, one to detect the door tampering, which when an intruder tries to open the locked door; an alert message notification will send to the owner. The second sensor is used to detect the gas leakage at the kitchen. Then also an alert message notification will send to the owner and the electricity supply to the kitchen will be cut as shown in Fig-4. It can be restored by the owner using smartphone itself. The module will kill the caution after a fixed time delay. The warning will be activated again when the module identifies any compromise to security and the owner will get the notification again and the procedure proceeds so on. 4. PROGRAM FLOW The flowchart from Fig.5 demonstrates the whole home automation framework and security framework task. 5. PROGRAM FLOW This system displayed a home automation idea using minimal effort Arduino board to control different electrical appliances using a smartphone. Home automation using loT is one of the fast developing research areas and therefore various challenges can be relate to it. One of the certifiable difficulties is due to the absence of norms for coordinating different sensors, applications and other existing smart embedded gadgets. As loT manages an enormous proportion of information gathered from different sensors passed on in a Smart domain, the reasonable idea thought to be taken in overseeing, verifying and affirming the information. Another immense challenge is to give security in smart home conditions. In future, power monitoring and the board of plenty of gadgets in a smart home condition can be done using data examination and perception. Fig -4: The Gas Leak notification.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1012 5. EXPERIMENTAL RESULT & CHALLENGES This system displayed a home automation idea using minimal effort Arduino board to control different electrical appliances using a smartphone. Home automation using loT is one of the fast developing research areas and therefore various challenges can be relate to it. One of the certifiable difficulties is due to the absence of norms for coordinating different sensors, applications and other existing smart embedded gadgets. As loT manages an enormous proportion of information gathered from different sensors passed on in a Smart domain, the reasonable idea thought to be taken in overseeing, verifying and affirming the information. Another immense challenge is to give security in smart home conditions. In future, power monitoring and the board of plenty of gadgets in a smart home condition can be done using data examination and perception. Fig -4: The complete system flow chart. 6. CONCLUSIONS & FUTURE SCOPE The system proposes a minimal effort, auto-configurable, secure, generally available, remotely controlled arrangement. The strategy examined here is exceptional and has accomplished the engraving to control home apparatuses remotely using voice command with the help of Wi-Fi advancement to relate structure parts, satisfying client necessities and requirements. Ethernet advancement equipped plan has wound up being controlled remotely, give home security and it is insignificant exertion when stood out from the past frameworks. The system design and architecture of the model demonstrate the basic component of home appliance control that can remotely monitor. As the system is liable to the customer's discretion and judge ability of the situation by the usage of a camera related with the small scale controller may help the customer in settling on decisions on whether to impel the security aking choices on whether to actuate the security framework. ACKNOWLEDGEMENT We are gratified to the Department of Computer Application, College of Engineering, Trivandrum and each & everyone who helped us in carrying out this research work. REFERENCES [1] http://smartcities.gov.in/ [2] R.A.Ramlee, M.H.Leong, R.S.S.Singh, Centre for Telecommunication Research and Innovation. “Bluetooth Remote Home Automation System Using Android Application”, Volume 2 Issue 01 Pages 149- 153 2013 ISSN: 2319 1813 ISBN: 2319 1805. [3] Piyare R., Tazil M., (2011), “Bluetooth Based Home Automation System Using Cell Phone”, Consumer Electronics, IEEE 15th International Symposium on, vol.45, no.3, pp.192-195. [4] E. A. Sambattu, Thejaswini Reddy, P. Ajay Kumar, G. N. Kodanda. “Controlling Home Appliances through GSM Modem and Internet”. International Journal of Electronics Engineering Research, [S.l.], p. 1-7, oct. 2013. ISSN 0975- 6450. [5] [5] Mr Pranay P. Gaikwad, Mrs Jyotsna P. Gabhane, Mrs Snehal S. Golait, "A Survey based on Smart Homes System Using Internet-of-Things", 2015 International Conference on Computation of Power, Information and Communication, 2015.