Smart Home

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Proceedings of the Second International Conference on Inventive Systems and Control (ICISC 2018)

IEEE Xplore Compliant - Part Number:CFP18J06-ART, ISBN:978-1-5386-0807-4; DVD Part Number:CFP18J06DVD, ISBN:978-1-5386-0806-7

An Overview of IoT Based Smart Homes


Chinju Paul Amal Ganesh Sunitha C
M.Tech CSE Assistant Professor, Dept of CSE Associate Professor, Dept of CSE
Vidya Academy of Science and Vidya Academy of Science and Vidya Academy of Science and
Technology Technology Technology
Thrissur, Kerela, India Thrissur, Kerela, India Thrissur, Kerela, India
Chinjupaul123@gmail.com amal.ganesh@vidyaacademy.ac.in sunitha@vidyaacademy.ac.in

Abstract— Internet of Things is the inter-lacement of devices.


By making use of internet, IoT performs the logical operations III. IOT PROTOCOLS
where it forward data and stores the same in the cloud. i.e, IoT is
a internet-based platform and cloud is the part of process.
IoT protocols are broken in to following layers to
Machine to Machine(M2M) communication is the sub-part of
IoT. Currently, the main trend in IoT is to deploy Smart Homes.
provide some level of organization and they are...
The characteristics of a smart home are automation, multi-
functionality, adaptability, interactivity, efficiency. This work x The protocols which belong to the Infrastructure
deals with the discussion of various smart homes based up on the layer are: 6LowPAN, IPv4/IPv6, RPL.
IoT Protocols and compare them in line with their automation
architecture. Comparisons are done depending up on the x The protocols which belong to the Identification layer
hardware components and IoT protocols used in the each system are: EPC, uCode, IPv6, URIs
architecture. The idea is to suggest best automation architecture
.
in smart homes based on IoT.
x The protocols which belong to the Comms /
Keywords— Internet of Things (IoT), Machine to Transport layer are: Wi-Fi, Bluetooth, and LPWAN.
Machine(M2M)
x The protocols which belong to the discovery layer
I. INTRODUCTION are: Physical Web, mDNS, DNS-SD.
Internet of Things (IoT) is a world of connected things which
x The protocols which used in Data transfer layer
are operative through the Internet. The main difference
are:MQTT, CoAP, AMQP, Web socket, Node.
between IoT and Internet is that Internet is a mesh of
interconnected networks and IoT is an internet of devices.
The definition defined by ITU-T Y.2060 x The protocols which belong to the device
(06/2012) for IoT is, IoT as a global infrastructure for the management layer are: TR-069, OMA-DM.
information society, it enables advanced services by
interconnecting (physical and virtual) things based on existing x The protocols which belong to the semantic layer are:
and evolving interoperable information and communication JSON-LD, Web Thing Model.
technologies.
x The protocols which belong to the multi-layer
II. IOT ARCHITECTURE frameworks are: Alljoyn, IoTivity, Weave, and
Generally, an IoT architecture has 4-Stages.The Stage 1 Homekit.
consists of networked things e.g.: wireless sensors and
actuators. Then Stage 2 consists of sensor data ensemble x The protocols which belong to the security layer are:
structure and analog-to-digital data switching. In Stage 3, edge Open Trust Protocol (OTrP), X.509.
IT systems perform pretraitement of the data and in Stage 4,
these data is stored in traditional data storage. x The protocols which belong to the vertical Specific
layer are: IEEE 1451,IEEE 1888.3-2013,IEEE
1905.1-2013, IEEE 802.16p-2012,
IEEE 1377-2012, IEEE P1828,
IEEE P1856.

978-1-5386-0807-4/18/$31.00 ©2018 IEEE 43


Proceedings of the Second International Conference on Inventive Systems and Control (ICISC 2018)
IEEE Xplore Compliant - Part Number:CFP18J06-ART, ISBN:978-1-5386-0807-4; DVD Part Number:CFP18J06DVD, ISBN:978-1-5386-0806-7

IV. Smart Homes sensors for providing necessary data to automatically detection
and resolution of any problem in the devices.
Smart Home is now weighed as one of the most
Common/prominent application of IoT. The important The paper [2] consists of variety of sensors in the system
characteristic of a smart home is automation. The main aim of architecture. By using Wi-Fi module the Intel Galileo connects
the automation is reduce human effort. In today’s world there to the internet and after this connection it will start reading the
is great importance to remote controlled systems. parameters of sensors. Then set the threshold levels for each
Therefore in automation systems, the use of wireless sensor. Data from the sensor are sent to the web server and
technologies provides several advantages that could not be stored in the cloud. These data can be analyzed at anytime
deployed with the use of wired networks. The smart home is from anywhere. If the sensor parameters are greater than the
also known as home automation which use latest technologies threshold level then the respective alarm will be raised and the
to make the domestic activities as easy. The house automation required action will be performed for the controlling of the
system architecture contains following components and they parameters. This model monitors the temperature, gas leakage,
are.. motion in the house. The temperature and the motion detection
are stored in a cloud. When the temperature exceeds the
x User interface: It is used to give order or control the threshold level the cooler will automatically turn on and when
electrical equipment in home. the temperature comes to control it will turn off. If there is a
leakage of gas in the house then alarm is raised giving the alert
eg: By pressing the button in a smart phone, controlling sound. The required lights are turned on/off automatically by
through speech by using commands etc. detecting the light outside the house. The user can also
monitor the electric appliances through the internet. By simply
x Mode of transmission: Either wired or wireless typing the IP address of the web server the lights or any
connection to transmit the control. The protocols electrical appliances in the home are turned off remotely.
which is used for data transfer and control are
Ethernet, MQTT etc. In this paper [3] home automation architecture based on a
remote password operated appliances is mentioned. The
x Central Controller: It is a hardware component system reads the data from Bluetooth module, and initializes
which acts as a intermediate between user interface the LCD and UART protocol and display the status of the
and mode of transmission. Sometimes all the electrical loads on LCD. The system mainly uses two
electrical equipments are connected to this central Graphical user interfaces. The status of the appliances can be
controller also. known by using this interface. Any changes in the status of the
appliances, will give a immediate intimation by showing it in
eg: Raspberry pi, Node MCU etc. GUI.The window GUI will act as a server to transmit any data
to and from the Smartphone. If there is any failure then
x Electronic devices: all the electrical equipments in a connection can be reestablished by using USB cable. The user
home, which are compatible with the structure. can monitor and control the devices from any remote location
at any time using IoT.
The main benefit of using IoT in smart homes is to control
each device in the home remotely. The automation In this paper [4] the authors have proposed a protocol standard
architecture of home may vary based up on the protocols and for smart homes called Home Automation Device Protocol
hard ware’s used by the system. In the next section, major (HADP). By using this system aims for the capacity of home
works carried out home automation is analyzed and a automation devices across different platforms. The IFTTT (IF-
comparison of architectures for IoT is drawn based on the This-Then-That) service used here to, define a set of device
analysis. communication protocols and actions are combined to
generate and manage interactions through a central node. The
system demands less power consumption and bandwidth
V. RELATED WORKS requirements are done by using the minimum data packets to
trigger an action on a home automation device.
In this paper [1] the authors point outs that an efficient
implementation using IoT for monitoring and automation
system. It aims at controlling electrical equipments in home
via Smartphone using Wi-Fi as a communication protocol and
arduinouno as a central controller. The user here will move
directly with a portable system through a web-based interface
over the web whereas home appliances are remotely
controlled through a website. This system also provides a fully
smart environment condition and monitoring by various

978-1-5386-0807-4/18/$31.00 ©2018 IEEE 44


Proceedings of the Second International Conference on Inventive Systems and Control (ICISC 2018)
IEEE Xplore Compliant - Part Number:CFP18J06-ART, ISBN:978-1-5386-0807-4; DVD Part Number:CFP18J06DVD, ISBN:978-1-5386-0806-7

TABLE I. COMPARISON OF IOT BASED SMART IoT Mode Central Disadvantage


HOMES Based User Of Controller
IoT Mode Central Disadvantage Smart Interface Transmiss
Based User Of Controller Home ion
Smart Interface Transmiss much CPU
Home ion Performance.
Arudino is
used to do Home The input
repetitive Auto peripheral
task only. matio support by
n Intel
Surve Multitasking Using Galileo is
y on is not Intern Only 1.
an supported. et of
effice Thing Not a
nt The s friendly
IoT maximum user interface
based Smart Wi-Fi or Arudino distance for all and
smart phone Zigbee uno supported by remote
home Wi-Fi is control up to
100m. 100m.
Not a
Not a friendly
friendly user user interface
interface and for all type
not suitable of
for disabled Users.
or older
users. Home CoAP has a
Auto client-server
Arduino is matio model
used to do n Gateway and it
Smart
repetative Using CoAP or costly
phone
A task Intern Router compared
Surve Only. et of to
y Thing MQTT.
on Multitasking s
Intern is not This protocol
et of supported. well in
Thing constrained
s The devices
based maximum which has
Home GUI Blue-tooth Arudino remote less program
autom control Memory.
ation distance is
syste Up to10m. VI. INFERENCES
m
Not a The comparison table mentioned above give a clear cut idea
friendly user about the limitation of existing IoT based home automation
interface architectures. The correct choosing of hard ware’s and IoT
for all protocol is very important to increase the efficiency of
Type of automation architectures and reduce the drawbacks of existing
users. systems. So according to an IoT based home automation
system architecture a friendly user interface like speech,
Web Wi-Fi Intel Intel Galileo MQTT protocol as a transmission mode and Raspberry pi as a
server Galileo offers too central controller is the recommended choice.

978-1-5386-0807-4/18/$31.00 ©2018 IEEE 45


Proceedings of the Second International Conference on Inventive Systems and Control (ICISC 2018)
IEEE Xplore Compliant - Part Number:CFP18J06-ART, ISBN:978-1-5386-0807-4; DVD Part Number:CFP18J06DVD, ISBN:978-1-5386-0806-7

The reasons for choosing this type of architecture is due to peripherals.


its user friendly nature, high speed range of the protocol to
control the equipments remotely and multitasking capacity of References
the system. Using speech as a user interface deals with the
controlling of electrical equipments through commands like [1] Twinkle Gondaliya, ”A Survey on an Efficient IOT Based Smart
FAN ON,LIGHT ON etc....The main advantage of this type of Home”,International Journal of Review in Electronics and
Communication Engineering Volume 4 No 1 February 2016
system is, all type of users can handle it without any effort [2] Vinay sagar K N,Kusuma S M, ” Home Automation Using Internet of
especially older people, disabled people etc.And it also reduce Things”, International Research Journal of Engineering and
the effort of handle the smart phones, computer etc. Only Technology(IRJET) e-ISSN: 2395 -0056 Volume: 02 Issue: 03 — June-
2015.
requirement for this type of system is a microphone to receive
[3] Pooja N.Pawar1, Shruti Ramachandran2, Nisha P.Singh3, Varsha
the commands and convert the speech into text. V.Wagh4, ”A Survey on Internet of Things Based Home Automation
System”,International Journal of Innovative Research in Computer and
Then reasons for choosing MQTT protocol as a transmission Communication Engineering, Vol. 4, Issue 1, January 2016.
mode are its high security nature, central broker concept, good [4] Thomas Gonnot, Won-Jae Yi, Ehsan Monsef, Jafar Saniie, ”Home
quality of service, last will retained message, and flexible Automation Device Protocol (HADP):A Protocol Standard for Unified
Device Interactions”, Advances in Internet of Things, 2015, 5, 27-38.
subscription pattern. MOTT is called as Message Queue
[5] Somayya Madakam, R. Ramaswamy, Siddharth Tripathi,”Internet of
Telemetry Transport Protocol which has a central broker Things (IoT): A Literature Review ”, Journal of Computer
concept. This protocol is more flexible than other protocols. andCommunications, 2015, 3, 16‘4- 173.
Because most of the IoT protocols has a client-server model [6] Prof S A Jain.Stevan Maineka, Pranali Nimgade, ”Application Of IoT-
and their cost is more. And finally, reasons for choosing WSN in Home Automation System: A Literature
Survey”,Multidisciplinary Journal of Research in Engineering and
Raspberry pi as a central controller are it has an operating Technology, Volume 3, Issue 1, Pg.916-922.
system, compared to other central controllers multitasking is [7] Vaishnavi S. Gunge, Pratibha S. Yalagi,”Smart Home Automation: A
possible with it, and it has its own Wi-Fi module and also its Literature Review”, International Journal of Computer Applications
hardware architecture support 4 input peripherals. (0975 8887) National Seminar on Recent Trends in Data Mining(RTDM
2016).
VII. CONCLUSION [8] David Gil 1,*, Antonio Ferrndez 2, Higinio Mora-Mora 1 and Jess Peral
2 ”Internet of Things: A Review of Surveys Based on Context Aware
The architecture which specified here for the IoT based smart Intelligent Services”, Sensors 2016, 16, 1069; doi:10.3390/s16071069
homes reduce all the limitations of existing system [9] Arun Cyril Jose1 and Reza Malekian2,Smart Computing Review, vol.
architectures and capable to give a high speed, multitasking, 5,no. 4, August 2015.
can be control the electrical equipments from anywhere at any [10] Internet Society; Internet of Things
Overview;[online]Available:www.internetsociety.org
time, and a friendly interface for all type of users. This IoT
[11] The Intel IoT Platform reference architecture specification white
based home automation architecture is a challenge to other paper.[online] Available: http://www.intel.in
architectures because of its low cost capacity compared to
others and also its hardware architecture support 4 input

978-1-5386-0807-4/18/$31.00 ©2018 IEEE 46

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy