<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">A Novel Approach for Wireless Home Automation System using IoT</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Pardeep</forename><surname>Singh</surname></persName>
							<email>pardeep.maan@gmail.com</email>
						</author>
						<author>
							<persName><surname>Gourav Bathla</surname></persName>
							<email>gouravbathla@gmail.com</email>
						</author>
						<author>
							<persName><forename type="first">Rahul</forename><forename type="middle">K</forename><surname>Singh</surname></persName>
							<email>rahulsinghcse25@gmail.com</email>
							<affiliation key="aff0">
								<orgName type="institution">University of Petroleum and Energy Studies</orgName>
								<address>
									<addrLine>Energy Acres</addrLine>
									<postCode>248007</postCode>
									<settlement>Bidholi, Dehradun</settlement>
									<region>Uttarakhand</region>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Alankrita</forename><surname>Aggarwal</surname></persName>
							<email>alankrita.agg@gmail.com</email>
							<affiliation key="aff1">
								<orgName type="department" key="dep1">IKGPTU</orgName>
								<orgName type="department" key="dep2">Kapurthala</orgName>
								<address>
									<addrLine>Jalandhar-Kapurthala, Highway</addrLine>
									<postCode>144603</postCode>
									<region>Vpo, Ibban, Punjab</region>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff2">
								<orgName type="department" key="dep1">International Conference on Emerging Technologies: AI</orgName>
								<orgName type="department" key="dep2">CPS for Science &amp; Technology Applications</orgName>
								<orgName type="institution">IoT</orgName>
								<address>
									<addrLine>September 06-07</addrLine>
									<postCode>2021</postCode>
									<settlement>NITTTR Chandigarh</settlement>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">A Novel Approach for Wireless Home Automation System using IoT</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">69020F634E3D8DDA4633613B353386F6</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T07:36+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Home Automation System</term>
					<term>IoT</term>
					<term>Smart Device Control</term>
					<term>NodeMCU</term>
					<term>Flask</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The world is rapidly changing and adopting automation systems in various fields. Home Automation is one of the fields that is working for improving the quality of life and performing house chores in an automated way using IoT. Many home automation systems have been proposed and developed by various researchers based on different hardware and software technologies. And, improvement is still in process to make these systems more economical and easy to access. This work has focused on developing a Home Automation System which can be accessed over the internet using software from anywhere and control various home appliances connected with a centralized Wi-Fi server. This IoT-based system has been designed using NodeMCU over a Wi-Fi network, that can control and monitor various home appliances and sensors. Programming is performed in Arduino IDE and Flask Framework is implied to connect with a server. This system would not only replace the conventional wall switches but also be helpful to save electricity and reduce cost with a webbased remote control application.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>In the last few decades, Internet has played an immense role in the growth of various sectors related to human life such as education, business, entertainment, living standards, transportation, traveling, social life, etc. This high-scale development in different areas has developed an idea to connect multiple devices of the same or different fields with each other but, in a controlled way to form an Internet of Things (IoT) <ref type="bibr" target="#b0">[1]</ref>. IoT can manage and monitor various electronic, electrical, and mechanical systems used for a specific purpose of automation in a field <ref type="bibr" target="#b1">[2]</ref>. Data collected from all the devices connected over IoT is stored and processed by cloud computing, which further assists these networked devices to perform the tasks accordingly <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b3">4]</ref>. Figure <ref type="figure" target="#fig_0">1</ref> is showing an example of a Home Automation System, where various hardware and software components are connected and contributing to perform a specific task or objective. A Home Automation System is mainly comprised of three different technologies designed for a specific purpose such as communication medium between devices and controller, controller hardware or software to control the devices, and user interface to provide input and output of user <ref type="bibr" target="#b4">[5]</ref>.</p><p>This work has defined a similar type of automation system which is easy to access remotely using a web browser over a laptop or smartphone and can fully control the home devices. In summary, the proposed system makes the following contributions:</p><p>1. A microcontroller-based (NodeMCU) based home automation system is designed and implemented that can sync the data to a web server, display the current state of electrical devices and provide control to change the state according to the requirement.</p><p>2. A Control Program is defined using Arduino IDE and Flask API is created to connect with the server and transfer data from the microcontroller.</p><p>3. A web-based application is designed to provide GUI to users on the front end. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related Work</head><p>Researchers have been working on all automation technologies from 1970 and tried to upgrade them with each passing year. IoT comprised of three prime layers i.e. Application Layer, Transmission layer and Perception Layer, which are further divided into different sub-layers <ref type="bibr" target="#b5">[6]</ref>.</p><p>Technologies and protocols at these sub-layers are continuously in development e.g. for communication infrared, Bluetooth <ref type="bibr" target="#b6">[7]</ref>, Zigbee <ref type="bibr" target="#b7">[8]</ref>, GSM <ref type="bibr" target="#b8">[9]</ref>, Wi-fi, Wireless Sensors, etc. are used. Similarly, for controller different microcontrollers, home gateway, smart routers, PCB circuits, Arduino, Raspberry pi, etc. devices have been invented, and for user interface simple LED, PC, Laptop, Smartphones, Web Applications, Mobile Applications have been introduced. In this way, several combinations of these technologies have been experimented with achieving various objectives such as cost, latency, security <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b10">11]</ref>, ease to handle, accessibility <ref type="bibr" target="#b11">[12]</ref>, authenticity <ref type="bibr" target="#b12">[13]</ref>, etc. Further, there are some latest research methodologies used in designing the automation system are defined. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Proposed Work</head><p>This work has analyzed the working of a NodeMCU ESP8266 microcontroller-based home automation system that can be controlled through a browser over the same network or internet to activate or deactivate devices based on sensor readings or directly. For this purpose, aHttpClient module has been programmed over NodeMCU using Arduino IDE. This module will receive the data of different devices and accordingly respond back to perform the tasks over the devices connected through a controller. Figure <ref type="figure" target="#fig_1">2</ref> is representing the flowchart for controlling devices over the designed system which starts with making a connection to the browser through HTTP protocol. NodeMCU continually monitors the device sensors connected wirelessly and transfers the measurement data over the server or cloud at regular intervals. Servers are responsible for executing the command/response based on the data received and activate the respective actuator or device to perform the task. A Sensor's data is analyzed by the program and checked against the respective threshold value. The responding signal to the respective device is activated only after the threshold is attained. Figure <ref type="figure" target="#fig_2">3</ref> is representing the I/O Pins of NodeMCU and its connectivity with two relay devices. In the example shown in the figure, relay devices are connected with pin D13 and D15, from which they received the signals to ON or OFF. The system is using the circuit connections similar to this for the proposed system where relay devices are connected with some appliances to control them.  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Implementation and Results</head><p>Proposed Home Automation System is implemented by making a connection of the NodeMCU ESP8266 wifi module with two relays on D13 and D15 pin. The controller is connected via USB to the laptop for programming over the Flask framework. The flask is helpful in making connectivity using Python Programming. Following are the steps that need to be processed in programming: 1. Make all the hardware connections using a breadboard, jumper wires, and voltage input.    </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusion and Future Work</head><p>The work has put forwarded the design and implementation of a Wireless Home Automation System. Comparing to other automation systems, the proposed design has reduced the latency in the system and cost of implementation. Moreover, the system provides the freedom to control the devices over browser from anywhere in the world. The web application to control the home appliances and reading sensors' data can be further connected to any database server to store this data for future analysis. So, the work can be extended to include machine learning-based decision-maker servers that can predict the emergency and take timely actions.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Home Automation System Using NodeMCU</figDesc><graphic coords="2,151.90,160.54,306.67,216.15" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Flowchart for Proposed Home Automation System</figDesc><graphic coords="3,164.63,456.00,268.72,290.48" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Circuit diagram for connecting NodeMCU with devices</figDesc><graphic coords="4,123.70,72.00,362.34,227.68" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>2 .</head><label>2</label><figDesc>Open the Arduino IDE and set up the driver for connected hardware. 3. Import the required library modules ESP8266WiFi.h and ESP8266HTTPClient.h. 4. Setup Wi-Fi network authentication and Wi-Fi server's port number. 5. Map the General Purpose Input Output (GPIO) pins with microcontroller. 6. Wait till the Wi-Fi connection is not connected. 7. Start the server and obtain the IP address. 8. Create a HTTP Client and initialize HTTP request parameters containing sensor's data and send to web server's URL. 9. If the parameters are successfully received by the server, prepare the responding parameters in the HTTP response and send it back. 10. Create the Flask API using Python and Flask Framework. 11. Flask API is responsible for receiving and transmitting data to the browser.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 4 :</head><label>4</label><figDesc>Figure 4: Output Screen showing successfully connected server and device</figDesc><graphic coords="4,77.90,585.53,444.31,105.46" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head></head><label></label><figDesc>Figure 4 is showing the console output generated by the Flask framework and it is showing the effective connection with the HTTP server and generated response.Figure 5 is showing</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_6"><head>Figure 5 :</head><label>5</label><figDesc>Figure 5: Web Application (GUI) to control devices remotely</figDesc><graphic coords="5,100.58,113.40,398.45,170.72" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 Literature</head><label>1</label><figDesc></figDesc><table><row><cell cols="2">Review Summary</cell><cell></cell><cell></cell><cell></cell></row><row><cell>Reference</cell><cell>Communication</cell><cell>Microcontroller</cell><cell>GUI</cell><cell>Merits</cell></row><row><cell></cell><cell>Module</cell><cell></cell><cell></cell><cell></cell></row><row><cell>[1,18]</cell><cell>Wi-Fi Network</cell><cell>Ardino UNO,</cell><cell>Android</cell><cell>Less costly than</cell></row><row><cell></cell><cell></cell><cell>ESP8266-01</cell><cell>Application or</cell><cell>conventional approach</cell></row><row><cell></cell><cell></cell><cell></cell><cell>Web Application</cell><cell></cell></row><row><cell cols="2">[14,17,19] Wifi Network,</cell><cell>Node MCU</cell><cell>IFTT, Android</cell><cell>Voice based command</cell></row><row><cell></cell><cell>Adafruit, MQTT</cell><cell></cell><cell>Application, Web</cell><cell>via Google Assistant</cell></row><row><cell></cell><cell></cell><cell></cell><cell>Browser</cell><cell></cell></row><row><cell>[15]</cell><cell>Gateway, MQTT</cell><cell>ESP8266 Wi-Fi</cell><cell>Android</cell><cell>Less expensive</cell></row><row><cell></cell><cell></cell><cell>module, Atmel</cell><cell>Application</cell><cell></cell></row><row><cell></cell><cell></cell><cell>ATmega</cell><cell></cell><cell></cell></row></table></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Arduino based home automation using Internet of things (IoT)</title>
		<author>
			<persName><forename type="first">Lalit</forename><surname>Satapathy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Samir</forename><surname>Mohan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nihar</forename><surname>Kumar Bastia</surname></persName>
		</author>
		<author>
			<persName><surname>Mohanty</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Pure and Applied Mathematics</title>
		<imprint>
			<biblScope unit="volume">118</biblScope>
			<biblScope unit="issue">17</biblScope>
			<biblScope unit="page" from="769" to="778" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">The internet of things: A survey</title>
		<author>
			<persName><forename type="first">Luigi</forename><surname>Atzori</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Antonio</forename><surname>Iera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Giacomo</forename><surname>Morabito</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computer networks</title>
		<imprint>
			<biblScope unit="volume">54</biblScope>
			<biblScope unit="issue">15</biblScope>
			<biblScope unit="page" from="2787" to="2805" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Home automation using Internet of Thing</title>
		<author>
			<persName><forename type="first">Shopan</forename><surname>Dey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ayon</forename><surname>Roy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sandip</forename><surname>Das</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE 7th Annual Ubiquitous Computing, Electronics &amp; Mobile Communication Conference (UEMCON), IEEE</title>
				<imprint>
			<date type="published" when="2016">2016. 2016</date>
			<biblScope unit="page" from="1" to="6" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Internet of Things enabled smart switch</title>
		<author>
			<persName><forename type="first">Vishwateja</forename><surname>Reddy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Naresh</forename><surname>Mudiam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tapan</forename><surname>Vinay</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Shashank</forename><surname>Pokharna</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kumar</forename><surname>Shiva</surname></persName>
		</author>
		<author>
			<persName><surname>Jha</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Thirteenth International Conference on Wireless and Optical Communications Networks (WOCN), IEEE</title>
				<imprint>
			<date type="published" when="2016">2016. 2016</date>
			<biblScope unit="page" from="1" to="4" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main">Building IoT based Door sensor from NodeMCU or ESP8266</title>
		<author>
			<persName><forename type="first">G</forename><surname>Shet</surname></persName>
		</author>
		<ptr target="https://www.linkedin.com/pulse/building-iot-based-door-sensor-from-nodemcu-esp8266-gurudas-shet/" />
		<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">An overview of Internet of Things (IoT): Architectural aspects, challenges, and protocols</title>
		<author>
			<persName><forename type="first">Brij</forename><forename type="middle">B</forename><surname>Gupta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Megha</forename><surname>Quamara</surname></persName>
		</author>
		<idno type="DOI">10.1002/cpe.4946</idno>
		<ptr target="https://doi.org/10.1002/cpe.4946" />
	</analytic>
	<monogr>
		<title level="j">Concurrency and Computation: Practice and Experience</title>
		<imprint>
			<biblScope unit="volume">32</biblScope>
			<biblScope unit="issue">21</biblScope>
			<biblScope unit="page">e4946</biblScope>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">A Home Automation System Based on Bluetooth Technology Using an Android Smartphone</title>
		<author>
			<persName><forename type="first">Elvis</forename><surname>Ngerem</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sanjay</forename><surname>Misra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jonathan</forename><surname>Oluranti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hernán</forename><surname>Castillo-Beltran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ravin</forename><surname>Ahuja</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Robertas</forename><surname>Damasevicius</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Evolving Technologies for Computing, Communication and Smart World</title>
				<meeting><address><addrLine>Singapore</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="527" to="536" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">A zigbee-based home automation system</title>
		<author>
			<persName><forename type="first">Khusvinder</forename><surname>Gill</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on consumer Electronics</title>
		<imprint>
			<biblScope unit="volume">55</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="422" to="430" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Smart home automation control using Bluetooth and GSM</title>
		<author>
			<persName><forename type="first">D</forename><surname>Anandhavalli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Noorul</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Mubina</surname></persName>
		</author>
		<author>
			<persName><surname>Bharathi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Informative and Futuristic Research</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page">8</biblScope>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Security, privacy and trust of different layers in Internetof-Things (IoTs) framework</title>
		<author>
			<persName><forename type="first">Aakanksha</forename><surname>Tewari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Brij</forename><forename type="middle">B</forename><surname>Gupta</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Future generation computer systems</title>
		<imprint>
			<biblScope unit="volume">108</biblScope>
			<biblScope unit="page" from="909" to="920" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Secure Timestamp-Based Mutual Authentication Protocol for IoT Devices Using RFID Tags</title>
		<author>
			<persName><forename type="first">Aakanksha</forename><surname>Tewari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Brij</forename><forename type="middle">B</forename><surname>Gupta</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal on Semantic Web and Information Systems (IJSWIS)</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="20" to="34" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Integration of Semantics Into Sensor Data for the IoT: A Systematic Literature Review</title>
		<author>
			<persName><forename type="first">Besmir</forename><surname>Sejdiu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Florije</forename><surname>Ismaili</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lule</forename><surname>Ahmedi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal on Semantic Web and Information Systems (IJSWIS)</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="1" to="25" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Using Clustering for Forensics Analysis on Internet of Things</title>
		<author>
			<persName><forename type="first">Dhai</forename><surname>Salhi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Abelkamel</forename><surname>Eddine</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mohand</forename><surname>Tari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kechadi</forename><surname>Tahar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Software Science and Computational Intelligence (IJSSCI)</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="56" to="71" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Smart energy efficient home automation system using iot</title>
		<author>
			<persName><forename type="first">Satyendra</forename><forename type="middle">K</forename><surname>Vishwakarma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Prashant</forename><surname>Upadhyaya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Babita</forename><surname>Kumari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Arun</forename><surname>Kumar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mishra</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2019 4th international conference on internet of things: Smart innovation and usages (IoT-SIU), IEEE</title>
				<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="1" to="4" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">A low cost home automation system using Wi-Fi based wireless sensor network incorporating Internet of Things (IoT)</title>
		<author>
			<persName><forename type="first">N</forename><surname>Vikram</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">S</forename><surname>Harish</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">S</forename><surname>Nihaal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Raksha</forename><surname>Umesh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Shetty</forename><surname>Aashik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ashok</forename><surname>Kumar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE 7th International Advance Computing Conference (IACC), IEEE</title>
				<imprint>
			<date type="published" when="2017">2017. 2017</date>
			<biblScope unit="page" from="174" to="178" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Home automation using general purpose household electric appliances with Raspberry Pi and commercial smartphone</title>
		<author>
			<persName><forename type="first">Imran</forename><surname>Ashraf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Muhammad</forename><surname>Umer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rizwan</forename><surname>Majeed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Arif</forename><surname>Mehmood</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Waqar</forename><surname>Aslam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Muhammad</forename><surname>Naveed Yasir</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gyu Sang</forename><surname>Choi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Plos one</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="issue">9</biblScope>
			<biblScope unit="page">e0238480</biblScope>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Design and fabrication of smart home with Internet of Things enabled automation system</title>
		<author>
			<persName><forename type="first">Waheb</forename><forename type="middle">A</forename><surname>Jabbar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tee</forename><surname>Kok Kian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Roshahliza</forename><forename type="middle">M</forename><surname>Ramli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nabila</forename><surname>Siti</surname></persName>
		</author>
		<author>
			<persName><surname>Zubir</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mohammed</forename><surname>Nurthaqifah Sm Zamrizaman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Vladimir</forename><surname>Balfaqih</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Soltan</forename><surname>Shepelev</surname></persName>
		</author>
		<author>
			<persName><surname>Alharbi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="page" from="144059" to="144074" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Domicile-an IoT based smart home automation system</title>
		<author>
			<persName><forename type="first">Md</forename><surname>Mahamud</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Md</forename><surname>Sadad</surname></persName>
		</author>
		<author>
			<persName><surname>Saniat Rahman Zishan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ishmam</forename><surname>Syed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ahmed</forename><surname>Ahmad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mehedi</forename><surname>Rezaur Rahman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Md</forename><surname>Hasan</surname></persName>
		</author>
		<author>
			<persName><surname>Lutfur Rahman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2019 International Conference on Robotics, Electrical and Signal Processing Techniques (ICREST)</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="493" to="497" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Low cost smart home automation system using smart phone</title>
		<author>
			<persName><forename type="first">Ravi</forename><surname>Kodali</surname></persName>
		</author>
		<author>
			<persName><surname>Kishore</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Sasweth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lakshmi</forename><surname>Rajanarayanan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Samradh</forename><surname>Boppana</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ankit</forename><surname>Sharma</surname></persName>
		</author>
		<author>
			<persName><surname>Kumar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE R10 Humanitarian Technology Conference (R10-HTC)(47129)</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2019">2019. 2019</date>
			<biblScope unit="page" from="120" to="125" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">An IoT-Based Smart Home Automation System</title>
		<author>
			<persName><forename type="first">Cristina</forename><surname>Stolojescu-Crisan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Calin</forename><surname>Crisan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bogdan-Petru</forename><surname>Butunoi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Sensors</title>
		<imprint>
			<biblScope unit="volume">21</biblScope>
			<biblScope unit="issue">11</biblScope>
			<biblScope unit="page">3784</biblScope>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
