SlideShare a Scribd company logo
1 of 6
Download to read offline
Journal for Research | Volume 03| Issue 01 | March 2017
ISSN: 2395-7549
All rights reserved by www.journal4research.org 97
Intensification of Home Automation using IoT
Dileep Kumar Kadali M. Srinivasa Rao
Assistant Professor Assistant Professor
Department of Computer Science & Engineering Department of Computer Science & Engineering
Swarnandhra College of Engineering & Technology
Narsapuram-534280. A.P. India
Swarnandhra College of Engineering & Technology
Narsapuram-534280. A.P. India
Abstract
In the last few years the advancement technologies were improved in many ways using internet of things. It gives efficient and
accurate results. Now we proposed a novel technique, which is used to operate any electrical component or components in home,
office or any other place and control all these components like electrical bulbs, fans, refrigerators, etc. Through privacy based and
customized way using electronic mail (e-mail). The experimental results conducted on Home Automation using Raspberry Pi.
Keywords: Electrical Devices, E-Mail, Relay Module, Raspberry Pi 3 Kit
_______________________________________________________________________________________________________
I. INTRODUCTION
As matter of fact, Internet of things is a technology to form a new and create intelligence of physical devices such as vehicles,
buildings, and other items embedded with electronics, software, sensors, actuators, and network connectivity that enables these
objects to collect and exchange the data. The IOT allows objects to be sensed and controlled remotely across the existing network
infrastructure, and resulting in improved efficiency, accuracy and economic benefit and reduced the human intervention.
Internet of things is being developed rapidly without consideration of security. According to Survey conducted in 2014, 39% of
the people said that security is the biggest concern in adopting Internet of things technology, is a major challenge in IOT.
The perception of a network of canny devices was conversed early in 1982, with a modified Coke machine at Carnegie Mellon
University, it is the first Internet-connected appliance, able to report its inventory and whether newly loaded drinks were cold. The
term "Internet of Things" suggested by Peter T. Lewis in 1985.Earlier works on these lines were proposed on various approaches
as follows:
The environmental monitoring applications of the IOT use sensors to assist in environmental protection by observing air or
water eminence, atmospheric or soil disorders and arrangements of wildlife and their habitats. IOT also provide way for detecting
natural calamities like earthquake or tsunami and provide early warnings.
The devices of IOT can be used in hospitals. These health monitoring devices such as blood pressure monitors and heart rate
monitors and other advanced devices capable of monitoring specialized implants. Some hospitals have begun implementing smart
beds that can detect when the patient occupy bed and attempting to get up and also controlling blood pressure of patient without
the manual interaction of nurses. Specialized sensors can also be equipped within hospital to monitor the health of patients.
The internet of things is the internetworking of somatic devices,automobiles,erections and other item embeded with
electronics,software,sensors,actuators and network connectivity that facilitate these substances to accumulate and altercation data.
In 2013 the global standars initiative on internet of things defined the IOT as the infrastructure of information society. The IOT
allows objects to be controlled remotely across existing network infrastructe, creating opportunities for more direct integration of
physical world into improved efficiency,accuracy and economic benefit in addition to reduced human interaction.
As of 2016, the vision of the internet of things has endued due to a convergence of multiple technologies, including wireless
communication, realtime analytics,machine learning. This means that traditional fields of embeded systems, wireless sensor
network, automation and all other contribute to enabling the internet of things. The concept of a network of smart devices was
discussed as early as 1982. Mark weisa’s seminar paper on ubiquitons computing in 1991. The computer of 21st
century as well as
academic venues such as ubicomp and percon produced vision of IOT.
According to a technology research and advisory corporation, there will be nearly 20.8 billion devices on internet of things by
2020. ABI investigation appraisals that more than 30 billion diplomacies will be wirelessly attached to IOT by 2020.
Background Work
In existing techniques, the applications are implemented through web or mobile apps, so these applications are accessed by other
persons if they know the proper uniform resource locator (URL) or IP Address and controlled all devices which are connected to
the Kit. So these applications have less security for raspberry pi Kit.
In existing technique, the whole system is divided into two quantities one is client and another one is server. In this applications
the server has a web interface configuration and it contains buttons which are used to control the devices to turn on or turn off. The
server containing web pages developed in php, html pages and text files to store data and this data refers the button’s status that
means either the button is turn on or turns off.
Intensification of Home Automation using IoT
(J4R/ Volume 03 / Issue 01 / 021)
All rights reserved by www.journal4research.org 98
Fig. 1: Home Automation based on web application
The client side consists of Raspberry Pi kit with relay circuit connection. The kit is running depends on python program
instructions. Here we have some drawbacks in existing systems
 It is totally web based so any one can operate easily if they know the url.
 Especially there is no security on web based automation.
 No algorithm is implemented to maintain the security.
 It is too expensive to maintain web application.
In this paper, we propose a novel technique, which is used to control the raspberry pi kit by authorized users only. Here, each
device is controlled by two values (respond keys) either ON or OFF and these keys are completely customized by developer or
programmer.
Home Automation
The Internet of Things is very simple perception where devices in our home or any other place, have a capability to communicate
with each other through internet. Generally, sensors are used in this technology to pass information to the internet. Home
automation systems connected to the internet, which can be used to regulate piece of equipment in your home like lights, door
locks, air conditioning, etc through a web or smartphone application. A lot of technologies are being established for passing data
to the internet but here we will show you how you operate the home automation system using raspberry kit that is completely web
based using normal hypertext transport protocols. You will be able to control any appliance in your home from anywhere when
you are done with this Raspberry Pi home automation system. The following requirements are need to develop this system
Hardware Requirements
 Hdmi Monitor
 Usb Key board
 9v Battery
 Raspberry Pi Model kit
 Bc547 transistor
 Solder prototype board
 Diode
 Relay module
 Software Requirements:
 Html or CSS
 Linux or Rasbian
 Php
 Python Programming
Here the whole system is divided into 2 parts 1. Server and 2. Client, the server is completely web interface, user interface and it
have buttons that allow you to control the electrical components which are connected to the kit. The server contains php files and
text files to store information. Client contain a raspberry kit along with relay module connected to its general purpose input/output
pin and it is running on python programming to post a unified resource link i.e., the kit continuously read the contents of link,
based on the input the concern activity will done. The following procedure is used to operate the kit.
 Step1. Prepare Php files and html files.
 Step2. Set up the relay module for Home Automation System.
 Step3. Set up the Raspberry Pi Kit.
II. BASIC ALGORITHM OF HOME AUTOMATION BASED ON IOT
Here the below diagram shows the flow of execution of present implemented home automation system.
Intensification of Home Automation using IoT
(J4R/ Volume 03 / Issue 01 / 021)
All rights reserved by www.journal4research.org 99
Fig. 2: Flow of Execution
Pseudo Code
1) Start
2) Logging into e-mail account
3) Send a mail with customized values
4) Check unread mails
5) If found then goto step 8
6) Else
7) Goto step 4
8) Read mail information compared with pi
9) If match found then
10) Goto step 13
11) Else
12) Goto step 4
13) Perform action based on values
14) Goto step 4 until exit
15) Stop
Intensification of Home Automation using IoT
(J4R/ Volume 03 / Issue 01 / 021)
All rights reserved by www.journal4research.org 100
III. HOME AUTOMATION USING IOT
In this paper, we propose a novel technique, which is used to control the raspberry pi kit by authorized users only. Here, each
device is controlled by two values (respond keys) either ON or OFF and these keys are completely customized by developer or
programmer. Here, the kit is third generation kit and its response is so fast compared to previous versions.
Properties of Kit
 Bluetooth 4.1
 802.11n wireless Lan
 A 1.2GHz 64-Bit Quad-core ARMV8 CPU
 Bluetooth low energy
The following diagrams shows the components of Raspberry Pi 3 Model Kit
Fig 3: Raspberry Pi 3 Model B
The following diagrams shows Pin Diagram of Raspberry Pi 3 Model Kit
Fig. 4: Pin Diagram of Raspberry Pi 3 Model B+
The entire setup is arranged by using the following block diagram
Intensification of Home Automation using IoT
(J4R/ Volume 03 / Issue 01 / 021)
All rights reserved by www.journal4research.org 101
Fig. 5: Connection Circuit Diagram
In this technique we maintain an account for raspberry pi kit and this kit can accept the messages send by the authorized users
only. Whenever a new email was received then the kit automatically detects and verifies it, if it is authorized then the devices are
activated or deactivated. The total controlling is totally depending on respond keys. Here the kit is validating with two fields which
are in received e-mail.
 Authorized user
 Respond Key
Other person also sending messages to kit but it is not responding because we maintain the database and validate every new e-
mail. Here the below diagram shows how it authenticate the received emails and its performance.
Fig. 6: Home Automation System based on e-mail
IV. EXPERIMENTAL RESULTS
For security reasons we send the instructions for each device through customized commands for controlling the devices which are
connected to the kit. The main purpose of passing information is either the device(s) ON or OFF and the information is only known
by registered user and kit.
We connect any number of devices to Kit, for example we one device there are 2 test cases, we connect two devices there 4 test
cases, we connect 3 devices there are 8 test cases and so on.so here we use the following formula for test cases
Total test cases=2n
where n is no. of devices
The following truth tables are showing device(s) performance
Table – 1
For One device
Test Cases Device
1 OFF
2 ON
Intensification of Home Automation using IoT
(J4R/ Volume 03 / Issue 01 / 021)
All rights reserved by www.journal4research.org 102
Table – 2
For two device
Test
Cases
Devices
Device-1 Device-2
1 OFF OFF
2 OFF ON
3 ON OFF
4 ON ON
Table – 3
For two device
Test
Cases
Devices
Device-1 Device-2 Device-3
1 OFF OFF OFF
2 OFF OFF ON
3 OFF ON OFF
4 OFF ON ON
5 ON OFF OFF
6 ON OFF ON
7 ON ON OFF
8 ON ON ON
The following graph shows the difference between previous version of home automation system and present implemented
system.
Fig 7: Comparison Graph
V. CONCLUSION AND FUTURE ENHANCEMENT
In this paper we maintain static database for authentication purpose but in future there may be a chance to implement new
applications and maintain large databased like Oracle or MySQL. In future there may be chance to apply cloud computing concept
and store all the information in cloud by using this technique we estimate our units and we calculate our bill also.
REFERENCES
[1] Android based Home Automation Using Raspberry Pi, by ShaijuPaul, AshlinAntony and Aswathy.B, IJCATInternational Journal of computing and
Technology, Volume- 1, Issue1, February2014.
[2] Design and implementation of home automation system using raspberrypi‖ by Bruhathireddy, Dr.G.N.Kodandaramaiah, M.Lakshm-ipathy. International
Journal of Science, Technology and Management,www.ijstm.com, Volume No.03, Issue No.12, December2014, ISSN:2394-1537.
[3] Home AutomationSystem (HAS) using Android for MobilePhone‖ by SharonPanth, MaheshJivani. International Journal of Electronics and Computer-
Science Engineering, AvailableOnline at www.ijecse.org,ISSN:2277-1956.
[4] Bluetooth Remote HomeAutomationSystem Using Android Application", by R.A. Ramlee, M.H. Leong and R.S.S. Singh, the International Journal of
Engineering and Science, Volume-2, Issue 01, Pages: 149-153, 2013, ISSN: 2319 – 1813, ISBN: 2319 – 1805.
[5] YoonD., BaeD., Ko H. and Kim H., "Implementation of Home Gateway and GUI for Control the Home Appliance", The 9th International Conference on
Advanced Communication Technology,PP.1583-1586,2007.
[6] R. A. Ramlee, M. H. Leong and R. S. S. Singh, “Bluetooth Remote Home Automation System Using Android Application”, International Journal of
Engineering and Science, Volume-2, Issue 01, Pages: 149-153, 2013, ISSN: 2319 – 1813, ISBN: 2319 – 1805.
[7] Bruhathireddy, Dr. G. N. Kodandaramaiah, M. Lakshmipathy “Design and Implementation of Home Automation system using Raspberry Pi”, International
Journal of Science, Technology & Management, www.ijstm.com,Volume No. 03, Issue No. 12, December 2014, ISSN:2394-1537.
[8] GSM Based HomeAutomationSystem Using App-Inventor for AndroidMobilePhone‖ by MaheshN. Jivani. An ISO:3297: 2007 Certified Organization, Vol.3,
Issue9, September2014. ISSN (Print):2320 – 3765, ISSN (Online):2278 – 8875.

More Related Content

What's hot

Home automation- An Iot application
Home automation- An Iot applicationHome automation- An Iot application
Home automation- An Iot applicationArchana Golhar
 
Home automation using IoT literature review ppt
Home automation using IoT literature review pptHome automation using IoT literature review ppt
Home automation using IoT literature review pptTanujkumar101
 
Home automation in client server using NodeMcu approach along with user notif...
Home automation in client server using NodeMcu approach along with user notif...Home automation in client server using NodeMcu approach along with user notif...
Home automation in client server using NodeMcu approach along with user notif...Brundha Sholaganga
 
Home automation IoT
Home automation IoTHome automation IoT
Home automation IoTARUN REDDY M
 
Home automation based iot
Home automation based iotHome automation based iot
Home automation based iottashushy
 
iot based home automation
iot based home automationiot based home automation
iot based home automationparvathy s m
 
Internet of things for Smart Home
Internet of things for Smart Home Internet of things for Smart Home
Internet of things for Smart Home Khwaja Aamer
 
CONTROLLING HOME APPLIANCES WITH IOT,BLYNK APP & NODE MCU
CONTROLLING HOME APPLIANCES WITH IOT,BLYNK APP & NODE MCUCONTROLLING HOME APPLIANCES WITH IOT,BLYNK APP & NODE MCU
CONTROLLING HOME APPLIANCES WITH IOT,BLYNK APP & NODE MCUVINAY KUMAR GUDELA
 
Internet of Things (IoT) Based Smart Security & Home Automation System.
Internet of Things (IoT) Based Smart Security & Home Automation System.Internet of Things (IoT) Based Smart Security & Home Automation System.
Internet of Things (IoT) Based Smart Security & Home Automation System.sayed78
 
IoT Home monitoring system
IoT Home monitoring system IoT Home monitoring system
IoT Home monitoring system Puneet Mishra
 
Home automation using iot
Home automation using iotHome automation using iot
Home automation using iotRasik Rashid
 
Iot home automation varsha,ashish,sagar,arvind
Iot home automation  varsha,ashish,sagar,arvindIot home automation  varsha,ashish,sagar,arvind
Iot home automation varsha,ashish,sagar,arvindAshish Chourasiya
 
IoT home automation project
IoT home automation projectIoT home automation project
IoT home automation projectShohin Aheleroff
 
Home automation using internet of things
Home automation using internet of thingsHome automation using internet of things
Home automation using internet of thingsAbhishek Bhadoria
 
Home automation using google assistant ppt
Home automation using google assistant ppt Home automation using google assistant ppt
Home automation using google assistant ppt Somu Gupta
 
Presentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCUPresentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCUSouvik Kundu
 

What's hot (20)

Home automation- An Iot application
Home automation- An Iot applicationHome automation- An Iot application
Home automation- An Iot application
 
Home automation using IoT literature review ppt
Home automation using IoT literature review pptHome automation using IoT literature review ppt
Home automation using IoT literature review ppt
 
Home automation in client server using NodeMcu approach along with user notif...
Home automation in client server using NodeMcu approach along with user notif...Home automation in client server using NodeMcu approach along with user notif...
Home automation in client server using NodeMcu approach along with user notif...
 
smart automation system
smart automation systemsmart automation system
smart automation system
 
Home automation IoT
Home automation IoTHome automation IoT
Home automation IoT
 
Home automation based iot
Home automation based iotHome automation based iot
Home automation based iot
 
iot based home automation
iot based home automationiot based home automation
iot based home automation
 
Internet of things for Smart Home
Internet of things for Smart Home Internet of things for Smart Home
Internet of things for Smart Home
 
CONTROLLING HOME APPLIANCES WITH IOT,BLYNK APP & NODE MCU
CONTROLLING HOME APPLIANCES WITH IOT,BLYNK APP & NODE MCUCONTROLLING HOME APPLIANCES WITH IOT,BLYNK APP & NODE MCU
CONTROLLING HOME APPLIANCES WITH IOT,BLYNK APP & NODE MCU
 
Home automation using IOT
Home automation using IOTHome automation using IOT
Home automation using IOT
 
Internet of Things (IoT) Based Smart Security & Home Automation System.
Internet of Things (IoT) Based Smart Security & Home Automation System.Internet of Things (IoT) Based Smart Security & Home Automation System.
Internet of Things (IoT) Based Smart Security & Home Automation System.
 
IoT Home monitoring system
IoT Home monitoring system IoT Home monitoring system
IoT Home monitoring system
 
Home automation using iot
Home automation using iotHome automation using iot
Home automation using iot
 
Iot home automation varsha,ashish,sagar,arvind
Iot home automation  varsha,ashish,sagar,arvindIot home automation  varsha,ashish,sagar,arvind
Iot home automation varsha,ashish,sagar,arvind
 
IoT home automation project
IoT home automation projectIoT home automation project
IoT home automation project
 
Home automation
Home    automationHome    automation
Home automation
 
Home automation using internet of things
Home automation using internet of thingsHome automation using internet of things
Home automation using internet of things
 
Home automation using google assistant ppt
Home automation using google assistant ppt Home automation using google assistant ppt
Home automation using google assistant ppt
 
IOT PPT
IOT PPTIOT PPT
IOT PPT
 
Presentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCUPresentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCU
 

Similar to INTENSIFICATION OF HOME AUTOMATION USING IOT

IRJET- IoT based Home Automation and Smart Security System
IRJET- IoT based Home Automation and Smart Security SystemIRJET- IoT based Home Automation and Smart Security System
IRJET- IoT based Home Automation and Smart Security SystemIRJET Journal
 
Energy Management with Disaster Intimation and Control using IoT
Energy Management with Disaster Intimation and Control using IoTEnergy Management with Disaster Intimation and Control using IoT
Energy Management with Disaster Intimation and Control using IoTIJEACS
 
Home Automation Control System
Home Automation Control SystemHome Automation Control System
Home Automation Control SystemIRJET Journal
 
Smart Laboratory
Smart LaboratorySmart Laboratory
Smart Laboratoryijtsrd
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET Journal
 
Smart Home for Senior Citizens
Smart Home for Senior CitizensSmart Home for Senior Citizens
Smart Home for Senior CitizensIRJET Journal
 
IRJET - Smart Classroom Automation based on IoT
IRJET -  	  Smart Classroom Automation based on IoTIRJET -  	  Smart Classroom Automation based on IoT
IRJET - Smart Classroom Automation based on IoTIRJET Journal
 
IRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation SystemIRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation SystemIRJET Journal
 
IRJET- Smart Home Automation using IoT with Security Features
IRJET- Smart Home Automation using IoT with Security FeaturesIRJET- Smart Home Automation using IoT with Security Features
IRJET- Smart Home Automation using IoT with Security FeaturesIRJET Journal
 
IMPLEMENTATION OF IDS (INTRUDER DETECTION SYSTEM)
IMPLEMENTATION OF IDS (INTRUDER DETECTION SYSTEM)IMPLEMENTATION OF IDS (INTRUDER DETECTION SYSTEM)
IMPLEMENTATION OF IDS (INTRUDER DETECTION SYSTEM)IRJET Journal
 
IRJET- Implementation of Smart Surveillance System Based on Bio-Metrics
IRJET-  	  Implementation of Smart Surveillance System Based on Bio-MetricsIRJET-  	  Implementation of Smart Surveillance System Based on Bio-Metrics
IRJET- Implementation of Smart Surveillance System Based on Bio-MetricsIRJET Journal
 
Home Automation using IOT and Mobile App
Home Automation using IOT and Mobile AppHome Automation using IOT and Mobile App
Home Automation using IOT and Mobile AppIRJET Journal
 
Controlling Home Appliances adopting Chatbot using Machine Learning Approach
Controlling Home Appliances adopting Chatbot using Machine Learning ApproachControlling Home Appliances adopting Chatbot using Machine Learning Approach
Controlling Home Appliances adopting Chatbot using Machine Learning ApproachMinhazul Arefin
 
IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...
IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...
IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...IRJET Journal
 
Investigation of Internet of Things
Investigation of Internet of ThingsInvestigation of Internet of Things
Investigation of Internet of ThingsMadhavi Jayarathne
 
Remote Control of Home Appliances with Smart Energy Efficient Model using And...
Remote Control of Home Appliances with Smart Energy Efficient Model using And...Remote Control of Home Appliances with Smart Energy Efficient Model using And...
Remote Control of Home Appliances with Smart Energy Efficient Model using And...IRJET Journal
 
Eckovation IoT internship Report PowerPoint presentation
Eckovation IoT internship Report PowerPoint presentationEckovation IoT internship Report PowerPoint presentation
Eckovation IoT internship Report PowerPoint presentationManoranjanMaharana7
 

Similar to INTENSIFICATION OF HOME AUTOMATION USING IOT (20)

IRJET- IoT based Home Automation and Smart Security System
IRJET- IoT based Home Automation and Smart Security SystemIRJET- IoT based Home Automation and Smart Security System
IRJET- IoT based Home Automation and Smart Security System
 
Energy Management with Disaster Intimation and Control using IoT
Energy Management with Disaster Intimation and Control using IoTEnergy Management with Disaster Intimation and Control using IoT
Energy Management with Disaster Intimation and Control using IoT
 
Home Automation Control System
Home Automation Control SystemHome Automation Control System
Home Automation Control System
 
Smart Laboratory
Smart LaboratorySmart Laboratory
Smart Laboratory
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: Review
 
Smart Home for Senior Citizens
Smart Home for Senior CitizensSmart Home for Senior Citizens
Smart Home for Senior Citizens
 
IRJET - Smart Classroom Automation based on IoT
IRJET -  	  Smart Classroom Automation based on IoTIRJET -  	  Smart Classroom Automation based on IoT
IRJET - Smart Classroom Automation based on IoT
 
IRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation SystemIRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation System
 
IRJET- Smart Home Automation using IoT with Security Features
IRJET- Smart Home Automation using IoT with Security FeaturesIRJET- Smart Home Automation using IoT with Security Features
IRJET- Smart Home Automation using IoT with Security Features
 
IMPLEMENTATION OF IDS (INTRUDER DETECTION SYSTEM)
IMPLEMENTATION OF IDS (INTRUDER DETECTION SYSTEM)IMPLEMENTATION OF IDS (INTRUDER DETECTION SYSTEM)
IMPLEMENTATION OF IDS (INTRUDER DETECTION SYSTEM)
 
IRJET- Implementation of Smart Surveillance System Based on Bio-Metrics
IRJET-  	  Implementation of Smart Surveillance System Based on Bio-MetricsIRJET-  	  Implementation of Smart Surveillance System Based on Bio-Metrics
IRJET- Implementation of Smart Surveillance System Based on Bio-Metrics
 
Home Automation using IOT and Mobile App
Home Automation using IOT and Mobile AppHome Automation using IOT and Mobile App
Home Automation using IOT and Mobile App
 
Hn3114461450
Hn3114461450Hn3114461450
Hn3114461450
 
Controlling Home Appliances adopting Chatbot using Machine Learning Approach
Controlling Home Appliances adopting Chatbot using Machine Learning ApproachControlling Home Appliances adopting Chatbot using Machine Learning Approach
Controlling Home Appliances adopting Chatbot using Machine Learning Approach
 
A SURVEY ON IOT TECHNOLOGY
A SURVEY ON IOT TECHNOLOGYA SURVEY ON IOT TECHNOLOGY
A SURVEY ON IOT TECHNOLOGY
 
A SURVEY ON IOT TECHNOLOGY
A SURVEY ON IOT TECHNOLOGYA SURVEY ON IOT TECHNOLOGY
A SURVEY ON IOT TECHNOLOGY
 
IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...
IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...
IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...
 
Investigation of Internet of Things
Investigation of Internet of ThingsInvestigation of Internet of Things
Investigation of Internet of Things
 
Remote Control of Home Appliances with Smart Energy Efficient Model using And...
Remote Control of Home Appliances with Smart Energy Efficient Model using And...Remote Control of Home Appliances with Smart Energy Efficient Model using And...
Remote Control of Home Appliances with Smart Energy Efficient Model using And...
 
Eckovation IoT internship Report PowerPoint presentation
Eckovation IoT internship Report PowerPoint presentationEckovation IoT internship Report PowerPoint presentation
Eckovation IoT internship Report PowerPoint presentation
 

More from Journal For Research

Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...Journal For Research
 
Experimental Verification and Validation of Stress Distribution of Composite ...
Experimental Verification and Validation of Stress Distribution of Composite ...Experimental Verification and Validation of Stress Distribution of Composite ...
Experimental Verification and Validation of Stress Distribution of Composite ...Journal For Research
 
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...Journal For Research
 
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016Journal For Research
 
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...Journal For Research
 
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015Journal For Research
 
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014Journal For Research
 
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...Journal For Research
 
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...Journal For Research
 
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012Journal For Research
 
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...Journal For Research
 
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009Journal For Research
 
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008Journal For Research
 
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002Journal For Research
 
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001Journal For Research
 
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021Journal For Research
 
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...Journal For Research
 
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023Journal For Research
 
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024Journal For Research
 

More from Journal For Research (20)

Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
 
Experimental Verification and Validation of Stress Distribution of Composite ...
Experimental Verification and Validation of Stress Distribution of Composite ...Experimental Verification and Validation of Stress Distribution of Composite ...
Experimental Verification and Validation of Stress Distribution of Composite ...
 
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
 
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
 
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
 
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
 
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
 
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
 
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
 
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
 
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
 
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
 
LINE FOLLOWER ROBOT | J4RV4I1010
LINE FOLLOWER ROBOT | J4RV4I1010LINE FOLLOWER ROBOT | J4RV4I1010
LINE FOLLOWER ROBOT | J4RV4I1010
 
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
 
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
 
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
 
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
 
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
 
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
 
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
 

Recently uploaded

BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 

Recently uploaded (20)

BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 

INTENSIFICATION OF HOME AUTOMATION USING IOT

  • 1. Journal for Research | Volume 03| Issue 01 | March 2017 ISSN: 2395-7549 All rights reserved by www.journal4research.org 97 Intensification of Home Automation using IoT Dileep Kumar Kadali M. Srinivasa Rao Assistant Professor Assistant Professor Department of Computer Science & Engineering Department of Computer Science & Engineering Swarnandhra College of Engineering & Technology Narsapuram-534280. A.P. India Swarnandhra College of Engineering & Technology Narsapuram-534280. A.P. India Abstract In the last few years the advancement technologies were improved in many ways using internet of things. It gives efficient and accurate results. Now we proposed a novel technique, which is used to operate any electrical component or components in home, office or any other place and control all these components like electrical bulbs, fans, refrigerators, etc. Through privacy based and customized way using electronic mail (e-mail). The experimental results conducted on Home Automation using Raspberry Pi. Keywords: Electrical Devices, E-Mail, Relay Module, Raspberry Pi 3 Kit _______________________________________________________________________________________________________ I. INTRODUCTION As matter of fact, Internet of things is a technology to form a new and create intelligence of physical devices such as vehicles, buildings, and other items embedded with electronics, software, sensors, actuators, and network connectivity that enables these objects to collect and exchange the data. The IOT allows objects to be sensed and controlled remotely across the existing network infrastructure, and resulting in improved efficiency, accuracy and economic benefit and reduced the human intervention. Internet of things is being developed rapidly without consideration of security. According to Survey conducted in 2014, 39% of the people said that security is the biggest concern in adopting Internet of things technology, is a major challenge in IOT. The perception of a network of canny devices was conversed early in 1982, with a modified Coke machine at Carnegie Mellon University, it is the first Internet-connected appliance, able to report its inventory and whether newly loaded drinks were cold. The term "Internet of Things" suggested by Peter T. Lewis in 1985.Earlier works on these lines were proposed on various approaches as follows: The environmental monitoring applications of the IOT use sensors to assist in environmental protection by observing air or water eminence, atmospheric or soil disorders and arrangements of wildlife and their habitats. IOT also provide way for detecting natural calamities like earthquake or tsunami and provide early warnings. The devices of IOT can be used in hospitals. These health monitoring devices such as blood pressure monitors and heart rate monitors and other advanced devices capable of monitoring specialized implants. Some hospitals have begun implementing smart beds that can detect when the patient occupy bed and attempting to get up and also controlling blood pressure of patient without the manual interaction of nurses. Specialized sensors can also be equipped within hospital to monitor the health of patients. The internet of things is the internetworking of somatic devices,automobiles,erections and other item embeded with electronics,software,sensors,actuators and network connectivity that facilitate these substances to accumulate and altercation data. In 2013 the global standars initiative on internet of things defined the IOT as the infrastructure of information society. The IOT allows objects to be controlled remotely across existing network infrastructe, creating opportunities for more direct integration of physical world into improved efficiency,accuracy and economic benefit in addition to reduced human interaction. As of 2016, the vision of the internet of things has endued due to a convergence of multiple technologies, including wireless communication, realtime analytics,machine learning. This means that traditional fields of embeded systems, wireless sensor network, automation and all other contribute to enabling the internet of things. The concept of a network of smart devices was discussed as early as 1982. Mark weisa’s seminar paper on ubiquitons computing in 1991. The computer of 21st century as well as academic venues such as ubicomp and percon produced vision of IOT. According to a technology research and advisory corporation, there will be nearly 20.8 billion devices on internet of things by 2020. ABI investigation appraisals that more than 30 billion diplomacies will be wirelessly attached to IOT by 2020. Background Work In existing techniques, the applications are implemented through web or mobile apps, so these applications are accessed by other persons if they know the proper uniform resource locator (URL) or IP Address and controlled all devices which are connected to the Kit. So these applications have less security for raspberry pi Kit. In existing technique, the whole system is divided into two quantities one is client and another one is server. In this applications the server has a web interface configuration and it contains buttons which are used to control the devices to turn on or turn off. The server containing web pages developed in php, html pages and text files to store data and this data refers the button’s status that means either the button is turn on or turns off.
  • 2. Intensification of Home Automation using IoT (J4R/ Volume 03 / Issue 01 / 021) All rights reserved by www.journal4research.org 98 Fig. 1: Home Automation based on web application The client side consists of Raspberry Pi kit with relay circuit connection. The kit is running depends on python program instructions. Here we have some drawbacks in existing systems  It is totally web based so any one can operate easily if they know the url.  Especially there is no security on web based automation.  No algorithm is implemented to maintain the security.  It is too expensive to maintain web application. In this paper, we propose a novel technique, which is used to control the raspberry pi kit by authorized users only. Here, each device is controlled by two values (respond keys) either ON or OFF and these keys are completely customized by developer or programmer. Home Automation The Internet of Things is very simple perception where devices in our home or any other place, have a capability to communicate with each other through internet. Generally, sensors are used in this technology to pass information to the internet. Home automation systems connected to the internet, which can be used to regulate piece of equipment in your home like lights, door locks, air conditioning, etc through a web or smartphone application. A lot of technologies are being established for passing data to the internet but here we will show you how you operate the home automation system using raspberry kit that is completely web based using normal hypertext transport protocols. You will be able to control any appliance in your home from anywhere when you are done with this Raspberry Pi home automation system. The following requirements are need to develop this system Hardware Requirements  Hdmi Monitor  Usb Key board  9v Battery  Raspberry Pi Model kit  Bc547 transistor  Solder prototype board  Diode  Relay module  Software Requirements:  Html or CSS  Linux or Rasbian  Php  Python Programming Here the whole system is divided into 2 parts 1. Server and 2. Client, the server is completely web interface, user interface and it have buttons that allow you to control the electrical components which are connected to the kit. The server contains php files and text files to store information. Client contain a raspberry kit along with relay module connected to its general purpose input/output pin and it is running on python programming to post a unified resource link i.e., the kit continuously read the contents of link, based on the input the concern activity will done. The following procedure is used to operate the kit.  Step1. Prepare Php files and html files.  Step2. Set up the relay module for Home Automation System.  Step3. Set up the Raspberry Pi Kit. II. BASIC ALGORITHM OF HOME AUTOMATION BASED ON IOT Here the below diagram shows the flow of execution of present implemented home automation system.
  • 3. Intensification of Home Automation using IoT (J4R/ Volume 03 / Issue 01 / 021) All rights reserved by www.journal4research.org 99 Fig. 2: Flow of Execution Pseudo Code 1) Start 2) Logging into e-mail account 3) Send a mail with customized values 4) Check unread mails 5) If found then goto step 8 6) Else 7) Goto step 4 8) Read mail information compared with pi 9) If match found then 10) Goto step 13 11) Else 12) Goto step 4 13) Perform action based on values 14) Goto step 4 until exit 15) Stop
  • 4. Intensification of Home Automation using IoT (J4R/ Volume 03 / Issue 01 / 021) All rights reserved by www.journal4research.org 100 III. HOME AUTOMATION USING IOT In this paper, we propose a novel technique, which is used to control the raspberry pi kit by authorized users only. Here, each device is controlled by two values (respond keys) either ON or OFF and these keys are completely customized by developer or programmer. Here, the kit is third generation kit and its response is so fast compared to previous versions. Properties of Kit  Bluetooth 4.1  802.11n wireless Lan  A 1.2GHz 64-Bit Quad-core ARMV8 CPU  Bluetooth low energy The following diagrams shows the components of Raspberry Pi 3 Model Kit Fig 3: Raspberry Pi 3 Model B The following diagrams shows Pin Diagram of Raspberry Pi 3 Model Kit Fig. 4: Pin Diagram of Raspberry Pi 3 Model B+ The entire setup is arranged by using the following block diagram
  • 5. Intensification of Home Automation using IoT (J4R/ Volume 03 / Issue 01 / 021) All rights reserved by www.journal4research.org 101 Fig. 5: Connection Circuit Diagram In this technique we maintain an account for raspberry pi kit and this kit can accept the messages send by the authorized users only. Whenever a new email was received then the kit automatically detects and verifies it, if it is authorized then the devices are activated or deactivated. The total controlling is totally depending on respond keys. Here the kit is validating with two fields which are in received e-mail.  Authorized user  Respond Key Other person also sending messages to kit but it is not responding because we maintain the database and validate every new e- mail. Here the below diagram shows how it authenticate the received emails and its performance. Fig. 6: Home Automation System based on e-mail IV. EXPERIMENTAL RESULTS For security reasons we send the instructions for each device through customized commands for controlling the devices which are connected to the kit. The main purpose of passing information is either the device(s) ON or OFF and the information is only known by registered user and kit. We connect any number of devices to Kit, for example we one device there are 2 test cases, we connect two devices there 4 test cases, we connect 3 devices there are 8 test cases and so on.so here we use the following formula for test cases Total test cases=2n where n is no. of devices The following truth tables are showing device(s) performance Table – 1 For One device Test Cases Device 1 OFF 2 ON
  • 6. Intensification of Home Automation using IoT (J4R/ Volume 03 / Issue 01 / 021) All rights reserved by www.journal4research.org 102 Table – 2 For two device Test Cases Devices Device-1 Device-2 1 OFF OFF 2 OFF ON 3 ON OFF 4 ON ON Table – 3 For two device Test Cases Devices Device-1 Device-2 Device-3 1 OFF OFF OFF 2 OFF OFF ON 3 OFF ON OFF 4 OFF ON ON 5 ON OFF OFF 6 ON OFF ON 7 ON ON OFF 8 ON ON ON The following graph shows the difference between previous version of home automation system and present implemented system. Fig 7: Comparison Graph V. CONCLUSION AND FUTURE ENHANCEMENT In this paper we maintain static database for authentication purpose but in future there may be a chance to implement new applications and maintain large databased like Oracle or MySQL. In future there may be chance to apply cloud computing concept and store all the information in cloud by using this technique we estimate our units and we calculate our bill also. REFERENCES [1] Android based Home Automation Using Raspberry Pi, by ShaijuPaul, AshlinAntony and Aswathy.B, IJCATInternational Journal of computing and Technology, Volume- 1, Issue1, February2014. [2] Design and implementation of home automation system using raspberrypi‖ by Bruhathireddy, Dr.G.N.Kodandaramaiah, M.Lakshm-ipathy. International Journal of Science, Technology and Management,www.ijstm.com, Volume No.03, Issue No.12, December2014, ISSN:2394-1537. [3] Home AutomationSystem (HAS) using Android for MobilePhone‖ by SharonPanth, MaheshJivani. International Journal of Electronics and Computer- Science Engineering, AvailableOnline at www.ijecse.org,ISSN:2277-1956. [4] Bluetooth Remote HomeAutomationSystem Using Android Application", by R.A. Ramlee, M.H. Leong and R.S.S. Singh, the International Journal of Engineering and Science, Volume-2, Issue 01, Pages: 149-153, 2013, ISSN: 2319 – 1813, ISBN: 2319 – 1805. [5] YoonD., BaeD., Ko H. and Kim H., "Implementation of Home Gateway and GUI for Control the Home Appliance", The 9th International Conference on Advanced Communication Technology,PP.1583-1586,2007. [6] R. A. Ramlee, M. H. Leong and R. S. S. Singh, “Bluetooth Remote Home Automation System Using Android Application”, International Journal of Engineering and Science, Volume-2, Issue 01, Pages: 149-153, 2013, ISSN: 2319 – 1813, ISBN: 2319 – 1805. [7] Bruhathireddy, Dr. G. N. Kodandaramaiah, M. Lakshmipathy “Design and Implementation of Home Automation system using Raspberry Pi”, International Journal of Science, Technology & Management, www.ijstm.com,Volume No. 03, Issue No. 12, December 2014, ISSN:2394-1537. [8] GSM Based HomeAutomationSystem Using App-Inventor for AndroidMobilePhone‖ by MaheshN. Jivani. An ISO:3297: 2007 Certified Organization, Vol.3, Issue9, September2014. ISSN (Print):2320 – 3765, ISSN (Online):2278 – 8875.