SlideShare a Scribd company logo
1 of 6
Download to read offline
e-ISSN : 2620 3502
p-ISSN : 2615 3785
International Journal on Integrated Education
Volume 2, Issue 5, 2018 | 222
Smart Home Automation System
Mr. Bhandarkavthe S. S1
, Mr. Desai P. B2
1
Student, Department of Electronics and Telecommunication Engineering, S.V.S.M.D’s KKI
polytechnic, Akkalkot, Solapur, Maharashtra, India,2
Lecturer, Department of Electronics and
Telecommunication Engineering, S.V.S.M.D’s KKI polytechnic, Akkalkot, Solapur, Maharashtra,
India
Abstract:
This paper proposes the design of Inter of Things (IoT) based home automation system using Raspberry pi.
Currently in day today’s life we can hardly find a house without a home automation system. This project is
intended to construct a home automation system that uses any mobile device to control the home
appliances. This home automation system is based on IoT. Home automation is very exciting field when it
uses new technologies like Internet of Things (IoT). Raspberry pi is credit card size computer. Raspberry
pi supports large number of peripherals. Raspberry pi is having different communication media like
Ethernet port, HDMI port, USB port, Display Serial Interface, Camera Serial Interface, Bluetooth,
Bluetooth low energy. It allows controlling number of home appliances simultaneously. Here local server
is created on Raspberry pi. User required to use different mobile devices like smart phones, Laptops,
Tablets to operate the home appliances with the help of UI created on web page.
Keywords: Home automation, Internet of Things, Raspberry pi, Server, Mobile devices.
1. INTRODUCTION
Internet of Things is a concept where each device is assign to an IP address and through that IP
address anyone makes that device identifiable on internet. The Internet is an evolving entity. It started as
the “Internet of Computers.” Research studies have forecast an explosive growth in the number of “things”
or devices that will be connected to the Internet. The resulting network is called the “Internet of Things”
(IoT) [1]. IoT is having the potential to change the lifestyle of peoples. In day today’s life, people prefer
more of automatic systems rather than any manual systems. The major elements of IoT based home
automation system are Raspberry pi and the Relay along with their
driving circuitry. Home automation can be defined as a mechanism removing as much
human interaction as technically possible and desirable in various domestic processes and replacing
them with programmed electronic systems. Ultimately it is a system that aims to heighten quality of life
with the automation of household appliances that may be controlled over the Internet or Telephone [3].
Figure 1: Smart home
2. LITEARTURE SURVEY
This paper provides a simple introduction to the IoT, its application and potential benefits to
the society [1]. IoT has received much attention from scientists, industry and government all over the
world for its potential in changing modern day living. IoT is envisioned as billions of sensors connected
to the internet through wireless and other communication technologies. The sensors would generate
large amount of data which needs to be analyzed, interpreted and utilized [2]. Home Automation
System uses the technology of Internet of Things for monitoring and controlling of the electrical and
electronic appliances at home from any remote location by simply using a Smartphone. Implementation
of a low cost, flexible home automation system is presented. It enhances the use of wireless
e-ISSN : 2620 3502
p-ISSN : 2615 3785
International Journal on Integrated Education
Volume 2, Issue 5, 2018 | 223
communication which provides the user with remote control of various electronic and electrical
appliances [4].
3. HOME AUTOMATION & HISTORY
In 19th century, concept of home automation came into the picture. The Electronic Computing
Home Operator was developed in the April 1968 and has been enhanced from a set of spare electronics.
Further X10 standard was developed to allow transmitters and receivers to broadcasting messages such as
“turn ON” and “turn OFF” via radio frequency. X10 system has number of disadvantages. With the
invention of the Raspberry pi which is small credit card size computer having large number of peripherals
along with communication ports like Ethernet, USB ports, HDMI port and now a day’s home automation
is become very easy and interesting. Home automation includes all that a building automation provides
like door and window controls, climate controls, control of multimedia home theatres, pet feeding, plant
watering and so on. Home automation is nothing but ‘Smart home’ or ‘Intelligent home’. Such smart
homes or intelligent homes are controlled with the help of various technologies. GSM, WIFI, Bluetooth,
Zig bee and so on are used for the purpose of home automation.
4. SYSTEM DESIGN
A. Raspberry Pi
The Raspberry Pi is a series of credit card–sized single board computers developed in the
United Kingdom by the Raspberry Pi Foundation with the intention of promoting the teaching of basic
computer science. They develop free resources to help people learn about computing and how to make
things with computers. Raspberry Pi’s inception began in 2006. Two models were announced in 19
February 2012: Model A and Model B. Model B+ was announced in July 2014. Pi 3 Model B is
announced on 29th February 2016 [5]. Raspberry pi is low cost minicomputer. It is possible to connect
Monitor of PC as well as television to the Raspberry pi. Mouse and Keyboard can be connected to the
Raspberry pi. All models having a Broadcom system on a chip, it includes an ARM
compatible central processing unit (CPU) and an on-chip graphics processing unit. CPU speed ranges from
700 MHz to 1.2 GHz for the Pi 3. On board memory range from 256 MB to 1 GB RAMS. Secure Digital
(SD) cards are used to store the operating system and program memory. Most of the Raspberry pi boards
are having USB ports, HDMI post, DSI port, Audio jack, 40 GPIO pins, In-built Bluetooth, WIFI and so
on.
Raspberry pi is having its own operating system. Raspbian, Ubuntu mate, snappy Ubuntu,
Pidora, Linutop, Arch Linux ARM and so on are the various operating systems used for the Raspberry
pi. Raspberry pi supports different programming languages like C++, Python, SQL, and HTSQL. C++
uses for programming Arduino.HTSQL (Hyper Text Structured Query Language) to provide a web
interface to database that is easy to query via the web browser. It also supports java, java script, php
and so on.
The Raspberry Pi has four distinct power modes [6]:
 The run mode – the central processing unit (CPU) and all functionality of the ARM11 core are
available and powered up.
 The standby mode – the main core clocks are shut down (the parts of the CPU that process
instructions are no longer running) although the power circuits on the core are still active. In this
mode, known as ‘‘Wait for Interrupt’’ (WFI) mode, the core can be quickly woken up by a process
generating a special call to the CPU called an interrupt. This interrupt will stop any current
processing and do what the calling process has asked for.
 The shutdown mode – there is no power.
 The dormant mode – the core is powered down and all caches are left powered on.
e-ISSN : 2620 3502
p-ISSN : 2615 3785
International Journal on Integrated Education
Volume 2, Issue 5, 2018 | 224
Figure 2: Raspberry pi board
B. Relay and Relay Driver Circuit
Relay is nothing but it is the electromagnetic switch. Relay allows one circuit to switch
another circuit while they are separated. Relay is used when we want to use a low voltage circuit to turn
ON and OFF the device which required high voltage for its operation. For example, 5V supply
connected to the relay is sufficient to drive the bulb operated on 230V AC mains. Relays are available
in various configurations of operating voltages like 6V, 9V, 12V, 24V and so on. Relay is divided into
two parts, one is input and other is output. Input side is nothing but a coil which generate magnetic
field when small input voltage is given to it.
Relay having three contactors: Normally close (NC), Normally Open (NO) and common
(COM). By using the proper combinations of the contactors electrical appliances may turn ON or OFF.
Figure 3: Relay module
C. Mobile Devices
Mobile devices are noting but small computing devices. They are small enough so that we can
operate and hold in hand. They are also having their own operating systems. Mobile device can be move
from one location to other. Examples of mobile devices are: Smart phones, Laptops, Tablets and so on.
Figure 4: Mobile Devices
5. METHODOLOGY
1. Hardware implementation
To make the system hardware we gone through below block diagram. The whole block diagram
is divided into two sections, first is Server side and other one is client or user side.
e-ISSN : 2620 3502
p-ISSN : 2615 3785
International Journal on Integrated Education
Volume 2, Issue 5, 2018 | 225
Figure 5: Block diagram of system
Relay having three contactors: Normally close (NC), Normally Open (NO) and common
(COM). By using the proper combinations of the contactors electrical appliances may turn ON or OFF.
Figure 3: Relay module
A. Mobile Devices
Mobile devices are noting but small computing devices. They are small enough so that we can
operate and hold in hand. They are also having their own operating systems. Mobile device can be move
from one location to other. Examples of mobile devices are: Smart phones, Laptops, Tablets and so on.
Figure 4: Mobile Devices
6. METHODOLOGY
2. Hardware implementation
To make the system hardware we gone through below block diagram. The whole block diagram
is divided into two sections, first is Server side and other one is client or user side.
Figure 5: Block diagram of system
e-ISSN : 2620 3502
p-ISSN : 2615 3785
International Journal on Integrated Education
Volume 2, Issue 5, 2018 | 226
Server side is totally installed on the Raspberry pi. Server is created on the Raspberry pi with
the help of LAMP (Linux, Apache, MySQL and PHP). Two PHP files are created and stored on the
Server that we have created on the Raspberry pi. Raspberry pi is having 40 GPIO pins. These pins are
used to control the home appliances. Relay is connected to the GPIO pins of the Raspberry pi through
the Relay Driver Circuitry. Output of the GPIO pins is 3.3V. In order to drive Relay minimum 6V
voltage is required so this can be obtained with the help of Relay driver circuitry. All home appliances
are connected to the Relay.
Client side is nothing but a User side. Users need to use Mobile device to access the
Raspberry pi through the internet. Once the user connects mobile device in network and after putting
the IP address of the Raspberry pi in the browser of Mobile device will be able to see the web page
which contains UI to control home appliances in each room. UI simply shows the number of rooms and
home appliances present in each room. It also contains buttons to toggle the status of home appliances
of each room. Number of home appliances can be controlled simultaneously.
3. Software implementation
Programming is done with PHP language. Two PHP files are created. One is index.php and
another one is switchDevice.php. These two files are stored on the local LAMP server of the Raspberry
pi. Dreamweaver software is used to develop the web page and to create the UI present on that web
page.
6. SIMULATION AND RESULT
 TURN ON HOME APPLIANCES
Figure 6: Web page layout to turn ON home appliances
e-ISSN : 2620 3502
p-ISSN : 2615 3785
International Journal on Integrated Education
Volume 2, Issue 5, 2018 | 227
Figure 7: Output for above fig.6
 TURN OFF HOME APPLIANCES
Figure 8: Web page layout to turn OFF home appliances
Figure 9: Output for above fig.8
7. CONCLUSION
The work for IoT based home automation is completed successfully using internet source and
Raspberry pi. It is reliable and scalable home automation system with low cost and easy to implement. It
makes human life easy and comfortable. It is possible to operate home appliances from any part of the
globe.
REFERENCES
[1] D. Norris, The Internet of Things: Do-It-Yourself at Home Projects for Arduino, Raspberry Pi and
BeagleBone Black. Tab Electronics, 2015.
[2] D. Giusto, A. Iera, G. Morabito, and L. Atzori, The Internet of Things. New York, NY: Springer
New York, 2010.
[3] Raspberry pi as a sensor Web node for home automation Vladimir Vujovic, Mirjana Maksimovic
http://dx.doi.org/10.1016/j.compeleceng.2015.01.019
[4] A. Z. Alkar and U. Buhur, “An internet based wireless home automation system for
multifunctional devices,” IEEE Trans. Consum. Electron. vol. 51, no. 4, pp. 1169–1174, Nov.
2005.
[5] Jump up Bush, Steve (25 May 2011). “Dongle computer lets kids discover programming on a
TV”. Electronics Weekly. Retrieved 11 July, 2011
[6] Horan B. Practical Raspberry Pi. USA: Apress; 2013.

More Related Content

What's hot

SMART INTELLIGENT SECURITY SYSTEM FOR WOMEN
SMART INTELLIGENT SECURITY SYSTEM FOR WOMENSMART INTELLIGENT SECURITY SYSTEM FOR WOMEN
SMART INTELLIGENT SECURITY SYSTEM FOR WOMENIAEME Publication
 
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
 
IOT: Home Automation using Android Application
IOT: Home Automation using Android ApplicationIOT: Home Automation using Android Application
IOT: Home Automation using Android ApplicationNikhil Jadav
 
HOME-AUTOMATION-SYSTEM-USING-INTERNET-OF-THINGS.pdf
HOME-AUTOMATION-SYSTEM-USING-INTERNET-OF-THINGS.pdfHOME-AUTOMATION-SYSTEM-USING-INTERNET-OF-THINGS.pdf
HOME-AUTOMATION-SYSTEM-USING-INTERNET-OF-THINGS.pdfKanagarajanSwamiappa
 
Implement via Smart Home blynk
Implement via Smart Home blynk Implement via Smart Home blynk
Implement via Smart Home blynk adminjeet
 
Smart home automation - Internet of Things
Smart home automation - Internet of ThingsSmart home automation - Internet of Things
Smart home automation - Internet of ThingsVinsol
 
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
 
Smart Home Automation using Wi-Fi
Smart Home Automation using Wi-FiSmart Home Automation using Wi-Fi
Smart Home Automation using Wi-Fiijtsrd
 
Home automation based iot
Home automation based iotHome automation based iot
Home automation based iottashushy
 
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
 
IoT Based Home Automation System Presantation
IoT Based Home Automation System PresantationIoT Based Home Automation System Presantation
IoT Based Home Automation System PresantationFarhan Ahmed Rahee
 
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
 
Eckovation IoT internship Report PowerPoint presentation
Eckovation IoT internship Report PowerPoint presentationEckovation IoT internship Report PowerPoint presentation
Eckovation IoT internship Report PowerPoint presentationManoranjanMaharana7
 
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
 

What's hot (20)

SMART INTELLIGENT SECURITY SYSTEM FOR WOMEN
SMART INTELLIGENT SECURITY SYSTEM FOR WOMENSMART INTELLIGENT SECURITY SYSTEM FOR WOMEN
SMART INTELLIGENT SECURITY SYSTEM FOR WOMEN
 
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
 
IOT: Home Automation using Android Application
IOT: Home Automation using Android ApplicationIOT: Home Automation using Android Application
IOT: Home Automation using Android Application
 
Intelligent IoT Projects In 7 Days
Intelligent IoT Projects In 7 Days Intelligent IoT Projects In 7 Days
Intelligent IoT Projects In 7 Days
 
HOME-AUTOMATION-SYSTEM-USING-INTERNET-OF-THINGS.pdf
HOME-AUTOMATION-SYSTEM-USING-INTERNET-OF-THINGS.pdfHOME-AUTOMATION-SYSTEM-USING-INTERNET-OF-THINGS.pdf
HOME-AUTOMATION-SYSTEM-USING-INTERNET-OF-THINGS.pdf
 
IOT PPT
IOT PPTIOT PPT
IOT PPT
 
Implement via Smart Home blynk
Implement via Smart Home blynk Implement via Smart Home blynk
Implement via Smart Home blynk
 
Smart home automation - Internet of Things
Smart home automation - Internet of ThingsSmart home automation - Internet of Things
Smart home automation - Internet of Things
 
Iot based home automation
Iot based home automationIot based home automation
Iot based home automation
 
Blueeyes 140731120825-phpapp02
Blueeyes 140731120825-phpapp02Blueeyes 140731120825-phpapp02
Blueeyes 140731120825-phpapp02
 
Uvais
Uvais Uvais
Uvais
 
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
 
Smart Home Automation using Wi-Fi
Smart Home Automation using Wi-FiSmart Home Automation using Wi-Fi
Smart Home Automation using Wi-Fi
 
Home automation based iot
Home automation based iotHome automation based iot
Home automation based iot
 
Smart Home System
Smart Home SystemSmart Home System
Smart Home 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
 
IoT Based Home Automation System Presantation
IoT Based Home Automation System PresantationIoT Based Home Automation System Presantation
IoT Based Home Automation System Presantation
 
Home automation using google assistant ppt
Home automation using google assistant ppt Home automation using google assistant ppt
Home automation using google assistant ppt
 
Eckovation IoT internship Report PowerPoint presentation
Eckovation IoT internship Report PowerPoint presentationEckovation IoT internship Report PowerPoint presentation
Eckovation IoT internship Report PowerPoint presentation
 
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
 

Similar to Smart Home Automation System

SMART PHONE BASED ENERGY MANAGEMENT SYSTEM USING RASPBERRY PI3
SMART PHONE BASED ENERGY MANAGEMENT SYSTEM USING RASPBERRY PI3SMART PHONE BASED ENERGY MANAGEMENT SYSTEM USING RASPBERRY PI3
SMART PHONE BASED ENERGY MANAGEMENT SYSTEM USING RASPBERRY PI3IAEME Publication
 
SMART PHONE BASED ENERGY MANAGEMENT SYSTEM USING RASPBERRY PI3
SMART PHONE BASED ENERGY MANAGEMENT SYSTEM USING RASPBERRY PI3SMART PHONE BASED ENERGY MANAGEMENT SYSTEM USING RASPBERRY PI3
SMART PHONE BASED ENERGY MANAGEMENT SYSTEM USING RASPBERRY PI3IAEME Publication
 
IRJET - Advanced Internet & Bluetooth based Home Automation using Arduino Mic...
IRJET - Advanced Internet & Bluetooth based Home Automation using Arduino Mic...IRJET - Advanced Internet & Bluetooth based Home Automation using Arduino Mic...
IRJET - Advanced Internet & Bluetooth based Home Automation using Arduino Mic...IRJET Journal
 
Project Report on Smart Dustbin
Project Report on Smart Dustbin Project Report on Smart Dustbin
Project Report on Smart Dustbin Lakshya Pandey
 
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- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)IRJET Journal
 
IRJEWT-An Intelligent Remote Controlled System for Smart Home Automation
IRJEWT-An Intelligent Remote Controlled System for Smart Home AutomationIRJEWT-An Intelligent Remote Controlled System for Smart Home Automation
IRJEWT-An Intelligent Remote Controlled System for Smart Home AutomationIRJET Journal
 
IRJET - Hand Gesture Recognition and Voice Conversion System using IoT
IRJET -  	  Hand Gesture Recognition and Voice Conversion System using IoTIRJET -  	  Hand Gesture Recognition and Voice Conversion System using IoT
IRJET - Hand Gesture Recognition and Voice Conversion System using IoTIRJET Journal
 
INTENSIFICATION OF HOME AUTOMATION USING IOT
INTENSIFICATION OF HOME AUTOMATION USING IOTINTENSIFICATION OF HOME AUTOMATION USING IOT
INTENSIFICATION OF HOME AUTOMATION USING IOTJournal For Research
 
IRJET - Home Automation for Physically Challenged and Elder People
IRJET -  	  Home Automation for Physically Challenged and Elder PeopleIRJET -  	  Home Automation for Physically Challenged and Elder People
IRJET - Home Automation for Physically Challenged and Elder PeopleIRJET Journal
 
IRJET - IoT based Facial Recognition Quadcopter using Machine Learning Algorithm
IRJET - IoT based Facial Recognition Quadcopter using Machine Learning AlgorithmIRJET - IoT based Facial Recognition Quadcopter using Machine Learning Algorithm
IRJET - IoT based Facial Recognition Quadcopter using Machine Learning AlgorithmIRJET Journal
 
Bluetooth Home Automation System
Bluetooth Home Automation SystemBluetooth Home Automation System
Bluetooth Home Automation SystemAI Publications
 
IRJET - IoT based Home Automation using ATmega328 Microcontroller
IRJET -  	  IoT based Home Automation using ATmega328 MicrocontrollerIRJET -  	  IoT based Home Automation using ATmega328 Microcontroller
IRJET - IoT based Home Automation using ATmega328 MicrocontrollerIRJET Journal
 
IRJET- Wireless Sensor Network Based Internet of things for Environmental...
IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...
IRJET- Wireless Sensor Network Based Internet of things for Environmental...IRJET Journal
 
Ethernet based home appliances control
Ethernet based home appliances controlEthernet based home appliances control
Ethernet based home appliances controlIAEME Publication
 
Ethernet based home appliances control
Ethernet based home appliances controlEthernet based home appliances control
Ethernet based home appliances controlIAEME Publication
 
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
 
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...IAEME Publication
 
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...IAEME Publication
 
Smart Home for Senior Citizens
Smart Home for Senior CitizensSmart Home for Senior Citizens
Smart Home for Senior CitizensIRJET Journal
 

Similar to Smart Home Automation System (20)

SMART PHONE BASED ENERGY MANAGEMENT SYSTEM USING RASPBERRY PI3
SMART PHONE BASED ENERGY MANAGEMENT SYSTEM USING RASPBERRY PI3SMART PHONE BASED ENERGY MANAGEMENT SYSTEM USING RASPBERRY PI3
SMART PHONE BASED ENERGY MANAGEMENT SYSTEM USING RASPBERRY PI3
 
SMART PHONE BASED ENERGY MANAGEMENT SYSTEM USING RASPBERRY PI3
SMART PHONE BASED ENERGY MANAGEMENT SYSTEM USING RASPBERRY PI3SMART PHONE BASED ENERGY MANAGEMENT SYSTEM USING RASPBERRY PI3
SMART PHONE BASED ENERGY MANAGEMENT SYSTEM USING RASPBERRY PI3
 
IRJET - Advanced Internet & Bluetooth based Home Automation using Arduino Mic...
IRJET - Advanced Internet & Bluetooth based Home Automation using Arduino Mic...IRJET - Advanced Internet & Bluetooth based Home Automation using Arduino Mic...
IRJET - Advanced Internet & Bluetooth based Home Automation using Arduino Mic...
 
Project Report on Smart Dustbin
Project Report on Smart Dustbin Project Report on Smart Dustbin
Project Report on Smart Dustbin
 
IRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation SystemIRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation System
 
IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)
 
IRJEWT-An Intelligent Remote Controlled System for Smart Home Automation
IRJEWT-An Intelligent Remote Controlled System for Smart Home AutomationIRJEWT-An Intelligent Remote Controlled System for Smart Home Automation
IRJEWT-An Intelligent Remote Controlled System for Smart Home Automation
 
IRJET - Hand Gesture Recognition and Voice Conversion System using IoT
IRJET -  	  Hand Gesture Recognition and Voice Conversion System using IoTIRJET -  	  Hand Gesture Recognition and Voice Conversion System using IoT
IRJET - Hand Gesture Recognition and Voice Conversion System using IoT
 
INTENSIFICATION OF HOME AUTOMATION USING IOT
INTENSIFICATION OF HOME AUTOMATION USING IOTINTENSIFICATION OF HOME AUTOMATION USING IOT
INTENSIFICATION OF HOME AUTOMATION USING IOT
 
IRJET - Home Automation for Physically Challenged and Elder People
IRJET -  	  Home Automation for Physically Challenged and Elder PeopleIRJET -  	  Home Automation for Physically Challenged and Elder People
IRJET - Home Automation for Physically Challenged and Elder People
 
IRJET - IoT based Facial Recognition Quadcopter using Machine Learning Algorithm
IRJET - IoT based Facial Recognition Quadcopter using Machine Learning AlgorithmIRJET - IoT based Facial Recognition Quadcopter using Machine Learning Algorithm
IRJET - IoT based Facial Recognition Quadcopter using Machine Learning Algorithm
 
Bluetooth Home Automation System
Bluetooth Home Automation SystemBluetooth Home Automation System
Bluetooth Home Automation System
 
IRJET - IoT based Home Automation using ATmega328 Microcontroller
IRJET -  	  IoT based Home Automation using ATmega328 MicrocontrollerIRJET -  	  IoT based Home Automation using ATmega328 Microcontroller
IRJET - IoT based Home Automation using ATmega328 Microcontroller
 
IRJET- Wireless Sensor Network Based Internet of things for Environmental...
IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...
IRJET- Wireless Sensor Network Based Internet of things for Environmental...
 
Ethernet based home appliances control
Ethernet based home appliances controlEthernet based home appliances control
Ethernet based home appliances control
 
Ethernet based home appliances control
Ethernet based home appliances controlEthernet based home appliances control
Ethernet based home appliances control
 
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...
 
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...
 
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...
 
Smart Home for Senior Citizens
Smart Home for Senior CitizensSmart Home for Senior Citizens
Smart Home for Senior Citizens
 

More from SubmissionResearchpa

Harmony between society and personality, and its influence on the phenomenon ...
Harmony between society and personality, and its influence on the phenomenon ...Harmony between society and personality, and its influence on the phenomenon ...
Harmony between society and personality, and its influence on the phenomenon ...SubmissionResearchpa
 
Establishment of the Institute and Waqf aspects of its development in Central...
Establishment of the Institute and Waqf aspects of its development in Central...Establishment of the Institute and Waqf aspects of its development in Central...
Establishment of the Institute and Waqf aspects of its development in Central...SubmissionResearchpa
 
The history of the Kokand Khanate in the press of Turkestan (According to Sut...
The history of the Kokand Khanate in the press of Turkestan (According to Sut...The history of the Kokand Khanate in the press of Turkestan (According to Sut...
The history of the Kokand Khanate in the press of Turkestan (According to Sut...SubmissionResearchpa
 
Of partial defects of the dental rows of dynamic study of the state of the mu...
Of partial defects of the dental rows of dynamic study of the state of the mu...Of partial defects of the dental rows of dynamic study of the state of the mu...
Of partial defects of the dental rows of dynamic study of the state of the mu...SubmissionResearchpa
 
The essence and specifics of modern social and cultural activities in Karakal...
The essence and specifics of modern social and cultural activities in Karakal...The essence and specifics of modern social and cultural activities in Karakal...
The essence and specifics of modern social and cultural activities in Karakal...SubmissionResearchpa
 
International commercial arbitration in Uzbekistan: current state and develop...
International commercial arbitration in Uzbekistan: current state and develop...International commercial arbitration in Uzbekistan: current state and develop...
International commercial arbitration in Uzbekistan: current state and develop...SubmissionResearchpa
 
Obtaining higher fatty alcohols based on low molecular polyethylene and their...
Obtaining higher fatty alcohols based on low molecular polyethylene and their...Obtaining higher fatty alcohols based on low molecular polyethylene and their...
Obtaining higher fatty alcohols based on low molecular polyethylene and their...SubmissionResearchpa
 
Re-positioning adult education for development to thrive in Nigeria
Re-positioning adult education for development to thrive in NigeriaRe-positioning adult education for development to thrive in Nigeria
Re-positioning adult education for development to thrive in NigeriaSubmissionResearchpa
 
Re-thinking adult basic education in the 21st century
Re-thinking adult basic education in the 21st centuryRe-thinking adult basic education in the 21st century
Re-thinking adult basic education in the 21st centurySubmissionResearchpa
 
Infantile cerebral palsy and dental anomalies
Infantile cerebral palsy and dental anomaliesInfantile cerebral palsy and dental anomalies
Infantile cerebral palsy and dental anomaliesSubmissionResearchpa
 
An innovative mechanisms to increase the effectiveness of independent educati...
An innovative mechanisms to increase the effectiveness of independent educati...An innovative mechanisms to increase the effectiveness of independent educati...
An innovative mechanisms to increase the effectiveness of independent educati...SubmissionResearchpa
 
The role of radiation diagnostic methods in pathological changes of the hip j...
The role of radiation diagnostic methods in pathological changes of the hip j...The role of radiation diagnostic methods in pathological changes of the hip j...
The role of radiation diagnostic methods in pathological changes of the hip j...SubmissionResearchpa
 
Positive and negative features of mythological images in the epics “Beowulf” ...
Positive and negative features of mythological images in the epics “Beowulf” ...Positive and negative features of mythological images in the epics “Beowulf” ...
Positive and negative features of mythological images in the epics “Beowulf” ...SubmissionResearchpa
 
Special three processes of production and implementation
Special three processes of production and implementationSpecial three processes of production and implementation
Special three processes of production and implementationSubmissionResearchpa
 
Improving traditional methods of teaching chemistry
Improving traditional methods of teaching chemistryImproving traditional methods of teaching chemistry
Improving traditional methods of teaching chemistrySubmissionResearchpa
 
Expression of spiritual experiences in art
Expression of spiritual experiences in artExpression of spiritual experiences in art
Expression of spiritual experiences in artSubmissionResearchpa
 
Due to intolerance of dental materials used for therapeutic treatment
Due to intolerance of dental materials used for therapeutic treatmentDue to intolerance of dental materials used for therapeutic treatment
Due to intolerance of dental materials used for therapeutic treatmentSubmissionResearchpa
 

More from SubmissionResearchpa (20)

Harmony between society and personality, and its influence on the phenomenon ...
Harmony between society and personality, and its influence on the phenomenon ...Harmony between society and personality, and its influence on the phenomenon ...
Harmony between society and personality, and its influence on the phenomenon ...
 
Establishment of the Institute and Waqf aspects of its development in Central...
Establishment of the Institute and Waqf aspects of its development in Central...Establishment of the Institute and Waqf aspects of its development in Central...
Establishment of the Institute and Waqf aspects of its development in Central...
 
The history of the Kokand Khanate in the press of Turkestan (According to Sut...
The history of the Kokand Khanate in the press of Turkestan (According to Sut...The history of the Kokand Khanate in the press of Turkestan (According to Sut...
The history of the Kokand Khanate in the press of Turkestan (According to Sut...
 
Of partial defects of the dental rows of dynamic study of the state of the mu...
Of partial defects of the dental rows of dynamic study of the state of the mu...Of partial defects of the dental rows of dynamic study of the state of the mu...
Of partial defects of the dental rows of dynamic study of the state of the mu...
 
The essence and specifics of modern social and cultural activities in Karakal...
The essence and specifics of modern social and cultural activities in Karakal...The essence and specifics of modern social and cultural activities in Karakal...
The essence and specifics of modern social and cultural activities in Karakal...
 
International commercial arbitration in Uzbekistan: current state and develop...
International commercial arbitration in Uzbekistan: current state and develop...International commercial arbitration in Uzbekistan: current state and develop...
International commercial arbitration in Uzbekistan: current state and develop...
 
Obtaining higher fatty alcohols based on low molecular polyethylene and their...
Obtaining higher fatty alcohols based on low molecular polyethylene and their...Obtaining higher fatty alcohols based on low molecular polyethylene and their...
Obtaining higher fatty alcohols based on low molecular polyethylene and their...
 
Re-positioning adult education for development to thrive in Nigeria
Re-positioning adult education for development to thrive in NigeriaRe-positioning adult education for development to thrive in Nigeria
Re-positioning adult education for development to thrive in Nigeria
 
Re-thinking adult basic education in the 21st century
Re-thinking adult basic education in the 21st centuryRe-thinking adult basic education in the 21st century
Re-thinking adult basic education in the 21st century
 
Uyghur folk singing genre
Uyghur folk singing genreUyghur folk singing genre
Uyghur folk singing genre
 
Infantile cerebral palsy and dental anomalies
Infantile cerebral palsy and dental anomaliesInfantile cerebral palsy and dental anomalies
Infantile cerebral palsy and dental anomalies
 
An innovative mechanisms to increase the effectiveness of independent educati...
An innovative mechanisms to increase the effectiveness of independent educati...An innovative mechanisms to increase the effectiveness of independent educati...
An innovative mechanisms to increase the effectiveness of independent educati...
 
The role of radiation diagnostic methods in pathological changes of the hip j...
The role of radiation diagnostic methods in pathological changes of the hip j...The role of radiation diagnostic methods in pathological changes of the hip j...
The role of radiation diagnostic methods in pathological changes of the hip j...
 
Idealistic study of proverbs
Idealistic study of proverbsIdealistic study of proverbs
Idealistic study of proverbs
 
Positive and negative features of mythological images in the epics “Beowulf” ...
Positive and negative features of mythological images in the epics “Beowulf” ...Positive and negative features of mythological images in the epics “Beowulf” ...
Positive and negative features of mythological images in the epics “Beowulf” ...
 
Special three processes of production and implementation
Special three processes of production and implementationSpecial three processes of production and implementation
Special three processes of production and implementation
 
Improving traditional methods of teaching chemistry
Improving traditional methods of teaching chemistryImproving traditional methods of teaching chemistry
Improving traditional methods of teaching chemistry
 
Expression of spiritual experiences in art
Expression of spiritual experiences in artExpression of spiritual experiences in art
Expression of spiritual experiences in art
 
Natural emergencies
Natural emergenciesNatural emergencies
Natural emergencies
 
Due to intolerance of dental materials used for therapeutic treatment
Due to intolerance of dental materials used for therapeutic treatmentDue to intolerance of dental materials used for therapeutic treatment
Due to intolerance of dental materials used for therapeutic treatment
 

Recently uploaded

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
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
 
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
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 

Recently uploaded (20)

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
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
 
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
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 

Smart Home Automation System

  • 1. e-ISSN : 2620 3502 p-ISSN : 2615 3785 International Journal on Integrated Education Volume 2, Issue 5, 2018 | 222 Smart Home Automation System Mr. Bhandarkavthe S. S1 , Mr. Desai P. B2 1 Student, Department of Electronics and Telecommunication Engineering, S.V.S.M.D’s KKI polytechnic, Akkalkot, Solapur, Maharashtra, India,2 Lecturer, Department of Electronics and Telecommunication Engineering, S.V.S.M.D’s KKI polytechnic, Akkalkot, Solapur, Maharashtra, India Abstract: This paper proposes the design of Inter of Things (IoT) based home automation system using Raspberry pi. Currently in day today’s life we can hardly find a house without a home automation system. This project is intended to construct a home automation system that uses any mobile device to control the home appliances. This home automation system is based on IoT. Home automation is very exciting field when it uses new technologies like Internet of Things (IoT). Raspberry pi is credit card size computer. Raspberry pi supports large number of peripherals. Raspberry pi is having different communication media like Ethernet port, HDMI port, USB port, Display Serial Interface, Camera Serial Interface, Bluetooth, Bluetooth low energy. It allows controlling number of home appliances simultaneously. Here local server is created on Raspberry pi. User required to use different mobile devices like smart phones, Laptops, Tablets to operate the home appliances with the help of UI created on web page. Keywords: Home automation, Internet of Things, Raspberry pi, Server, Mobile devices. 1. INTRODUCTION Internet of Things is a concept where each device is assign to an IP address and through that IP address anyone makes that device identifiable on internet. The Internet is an evolving entity. It started as the “Internet of Computers.” Research studies have forecast an explosive growth in the number of “things” or devices that will be connected to the Internet. The resulting network is called the “Internet of Things” (IoT) [1]. IoT is having the potential to change the lifestyle of peoples. In day today’s life, people prefer more of automatic systems rather than any manual systems. The major elements of IoT based home automation system are Raspberry pi and the Relay along with their driving circuitry. Home automation can be defined as a mechanism removing as much human interaction as technically possible and desirable in various domestic processes and replacing them with programmed electronic systems. Ultimately it is a system that aims to heighten quality of life with the automation of household appliances that may be controlled over the Internet or Telephone [3]. Figure 1: Smart home 2. LITEARTURE SURVEY This paper provides a simple introduction to the IoT, its application and potential benefits to the society [1]. IoT has received much attention from scientists, industry and government all over the world for its potential in changing modern day living. IoT is envisioned as billions of sensors connected to the internet through wireless and other communication technologies. The sensors would generate large amount of data which needs to be analyzed, interpreted and utilized [2]. Home Automation System uses the technology of Internet of Things for monitoring and controlling of the electrical and electronic appliances at home from any remote location by simply using a Smartphone. Implementation of a low cost, flexible home automation system is presented. It enhances the use of wireless
  • 2. e-ISSN : 2620 3502 p-ISSN : 2615 3785 International Journal on Integrated Education Volume 2, Issue 5, 2018 | 223 communication which provides the user with remote control of various electronic and electrical appliances [4]. 3. HOME AUTOMATION & HISTORY In 19th century, concept of home automation came into the picture. The Electronic Computing Home Operator was developed in the April 1968 and has been enhanced from a set of spare electronics. Further X10 standard was developed to allow transmitters and receivers to broadcasting messages such as “turn ON” and “turn OFF” via radio frequency. X10 system has number of disadvantages. With the invention of the Raspberry pi which is small credit card size computer having large number of peripherals along with communication ports like Ethernet, USB ports, HDMI port and now a day’s home automation is become very easy and interesting. Home automation includes all that a building automation provides like door and window controls, climate controls, control of multimedia home theatres, pet feeding, plant watering and so on. Home automation is nothing but ‘Smart home’ or ‘Intelligent home’. Such smart homes or intelligent homes are controlled with the help of various technologies. GSM, WIFI, Bluetooth, Zig bee and so on are used for the purpose of home automation. 4. SYSTEM DESIGN A. Raspberry Pi The Raspberry Pi is a series of credit card–sized single board computers developed in the United Kingdom by the Raspberry Pi Foundation with the intention of promoting the teaching of basic computer science. They develop free resources to help people learn about computing and how to make things with computers. Raspberry Pi’s inception began in 2006. Two models were announced in 19 February 2012: Model A and Model B. Model B+ was announced in July 2014. Pi 3 Model B is announced on 29th February 2016 [5]. Raspberry pi is low cost minicomputer. It is possible to connect Monitor of PC as well as television to the Raspberry pi. Mouse and Keyboard can be connected to the Raspberry pi. All models having a Broadcom system on a chip, it includes an ARM compatible central processing unit (CPU) and an on-chip graphics processing unit. CPU speed ranges from 700 MHz to 1.2 GHz for the Pi 3. On board memory range from 256 MB to 1 GB RAMS. Secure Digital (SD) cards are used to store the operating system and program memory. Most of the Raspberry pi boards are having USB ports, HDMI post, DSI port, Audio jack, 40 GPIO pins, In-built Bluetooth, WIFI and so on. Raspberry pi is having its own operating system. Raspbian, Ubuntu mate, snappy Ubuntu, Pidora, Linutop, Arch Linux ARM and so on are the various operating systems used for the Raspberry pi. Raspberry pi supports different programming languages like C++, Python, SQL, and HTSQL. C++ uses for programming Arduino.HTSQL (Hyper Text Structured Query Language) to provide a web interface to database that is easy to query via the web browser. It also supports java, java script, php and so on. The Raspberry Pi has four distinct power modes [6]:  The run mode – the central processing unit (CPU) and all functionality of the ARM11 core are available and powered up.  The standby mode – the main core clocks are shut down (the parts of the CPU that process instructions are no longer running) although the power circuits on the core are still active. In this mode, known as ‘‘Wait for Interrupt’’ (WFI) mode, the core can be quickly woken up by a process generating a special call to the CPU called an interrupt. This interrupt will stop any current processing and do what the calling process has asked for.  The shutdown mode – there is no power.  The dormant mode – the core is powered down and all caches are left powered on.
  • 3. e-ISSN : 2620 3502 p-ISSN : 2615 3785 International Journal on Integrated Education Volume 2, Issue 5, 2018 | 224 Figure 2: Raspberry pi board B. Relay and Relay Driver Circuit Relay is nothing but it is the electromagnetic switch. Relay allows one circuit to switch another circuit while they are separated. Relay is used when we want to use a low voltage circuit to turn ON and OFF the device which required high voltage for its operation. For example, 5V supply connected to the relay is sufficient to drive the bulb operated on 230V AC mains. Relays are available in various configurations of operating voltages like 6V, 9V, 12V, 24V and so on. Relay is divided into two parts, one is input and other is output. Input side is nothing but a coil which generate magnetic field when small input voltage is given to it. Relay having three contactors: Normally close (NC), Normally Open (NO) and common (COM). By using the proper combinations of the contactors electrical appliances may turn ON or OFF. Figure 3: Relay module C. Mobile Devices Mobile devices are noting but small computing devices. They are small enough so that we can operate and hold in hand. They are also having their own operating systems. Mobile device can be move from one location to other. Examples of mobile devices are: Smart phones, Laptops, Tablets and so on. Figure 4: Mobile Devices 5. METHODOLOGY 1. Hardware implementation To make the system hardware we gone through below block diagram. The whole block diagram is divided into two sections, first is Server side and other one is client or user side.
  • 4. e-ISSN : 2620 3502 p-ISSN : 2615 3785 International Journal on Integrated Education Volume 2, Issue 5, 2018 | 225 Figure 5: Block diagram of system Relay having three contactors: Normally close (NC), Normally Open (NO) and common (COM). By using the proper combinations of the contactors electrical appliances may turn ON or OFF. Figure 3: Relay module A. Mobile Devices Mobile devices are noting but small computing devices. They are small enough so that we can operate and hold in hand. They are also having their own operating systems. Mobile device can be move from one location to other. Examples of mobile devices are: Smart phones, Laptops, Tablets and so on. Figure 4: Mobile Devices 6. METHODOLOGY 2. Hardware implementation To make the system hardware we gone through below block diagram. The whole block diagram is divided into two sections, first is Server side and other one is client or user side. Figure 5: Block diagram of system
  • 5. e-ISSN : 2620 3502 p-ISSN : 2615 3785 International Journal on Integrated Education Volume 2, Issue 5, 2018 | 226 Server side is totally installed on the Raspberry pi. Server is created on the Raspberry pi with the help of LAMP (Linux, Apache, MySQL and PHP). Two PHP files are created and stored on the Server that we have created on the Raspberry pi. Raspberry pi is having 40 GPIO pins. These pins are used to control the home appliances. Relay is connected to the GPIO pins of the Raspberry pi through the Relay Driver Circuitry. Output of the GPIO pins is 3.3V. In order to drive Relay minimum 6V voltage is required so this can be obtained with the help of Relay driver circuitry. All home appliances are connected to the Relay. Client side is nothing but a User side. Users need to use Mobile device to access the Raspberry pi through the internet. Once the user connects mobile device in network and after putting the IP address of the Raspberry pi in the browser of Mobile device will be able to see the web page which contains UI to control home appliances in each room. UI simply shows the number of rooms and home appliances present in each room. It also contains buttons to toggle the status of home appliances of each room. Number of home appliances can be controlled simultaneously. 3. Software implementation Programming is done with PHP language. Two PHP files are created. One is index.php and another one is switchDevice.php. These two files are stored on the local LAMP server of the Raspberry pi. Dreamweaver software is used to develop the web page and to create the UI present on that web page. 6. SIMULATION AND RESULT  TURN ON HOME APPLIANCES Figure 6: Web page layout to turn ON home appliances
  • 6. e-ISSN : 2620 3502 p-ISSN : 2615 3785 International Journal on Integrated Education Volume 2, Issue 5, 2018 | 227 Figure 7: Output for above fig.6  TURN OFF HOME APPLIANCES Figure 8: Web page layout to turn OFF home appliances Figure 9: Output for above fig.8 7. CONCLUSION The work for IoT based home automation is completed successfully using internet source and Raspberry pi. It is reliable and scalable home automation system with low cost and easy to implement. It makes human life easy and comfortable. It is possible to operate home appliances from any part of the globe. REFERENCES [1] D. Norris, The Internet of Things: Do-It-Yourself at Home Projects for Arduino, Raspberry Pi and BeagleBone Black. Tab Electronics, 2015. [2] D. Giusto, A. Iera, G. Morabito, and L. Atzori, The Internet of Things. New York, NY: Springer New York, 2010. [3] Raspberry pi as a sensor Web node for home automation Vladimir Vujovic, Mirjana Maksimovic http://dx.doi.org/10.1016/j.compeleceng.2015.01.019 [4] A. Z. Alkar and U. Buhur, “An internet based wireless home automation system for multifunctional devices,” IEEE Trans. Consum. Electron. vol. 51, no. 4, pp. 1169–1174, Nov. 2005. [5] Jump up Bush, Steve (25 May 2011). “Dongle computer lets kids discover programming on a TV”. Electronics Weekly. Retrieved 11 July, 2011 [6] Horan B. Practical Raspberry Pi. USA: Apress; 2013.