SlideShare a Scribd company logo
1 of 7
Download to read offline
Implementation of Smart Homes and Industrial
Automation System with Secure
Communication over GSM
P.KAVITHA
Abstract Home automation is method of controlling our
house hold appliances, updating the status of lights, fans,
motors and other appliances through any remote control
device or mobile phones. Their ON/OFF status can be
changed according to our desire. On the other hand, in
present time, smart phones including android and iPhones are
great inventions of technology. The awkwardness of hanging
out along with a dedicated remote control device or texting
an SMS for the automation purpose has always brought
lake of interest in the user’s mind towards using such systems.
Therefore, in this activity we are introducing a smart home
and industrial automation and surveillance system in which
we control our appliances through an application installed in
our smart phone which uses the available Global System
for Mobile (GSM) features from any remote location within
our planet, subject to the availability of GSM network. In
other words the cumbersome of carrying dedicated separate
remote control device and texting the SMS has been
eliminated. For surveillance purpose, we used a Wireless
Fidelity (Wi-Fi) camera, which uploads the picture or video
streaming instantly in any website or sends it to the personal
computer system. On the other hand the same purpose can be
achieved by using any available software which could help
communicating from any end station to PC. Each of these
ideas is discussed in great detail in the paper. The proposed
system is low in cost and we can reinstall it in any other
location by only minor changes in its core. The proposed
research work is very helpful for the layman and also to make
life more comfortable and luxurious.
Keywords Home Automation, Industrial Automation,
Surveillance System, Android Application, Smart Phones,
GSM Features, Wi-Fi Camera
1. Introduction
Home automation is a method of controlling the house
hold appliances using any communication system from any
location within the globe. The system has always attracted the
people since it provides people an ease of controlling their
house hold appliances and industries even if they are
physically not present there. There has been multiple
automation systems already been implemented and being
used now a days, which use either a dedicated remote control
device, such as discussed in ‘Remote Control Home
Automation System via Bluetooth home Network [1] or
ordinary mobile phones for communication, such as
proposed by ‘design and prototype implementation of SMS
Based Home Automation System [2, 3]. There are couples of
drawbacks of using such systems. First of all, if a separate
remote control is dedicated for the purpose of automation,
then user had to carry that separate device with him and such
a practice is not appreciated by the user, and secondly if the
ordinary mobile phones are used for communicating with
appliances, then the user had to text an SMS every time for
communicating with appliances, the users are again reluctant
to use such systems due to an extra effort required. Keeping
these drawbacks in consideration, we are introducing the
same concept using an Android or Apple Application [4].
The same communication which earlier was done using the
remote control or SMS is now done through an application
installed in smart phone. Android is an operating system
which is very frequently being used in most of the smart
phones and it has been a source of attraction for a large
number of people across the globe because of its various
features. The smart phones [5, 6], which the people are
already using for various purposes including the video and
voice calls, internet, Short Messaging Service (SMS) and
other very useful applications being introduced every day [7,
8], can now use it for managing their home appliances and
even the whole industry. In other words the whole industry
and home is just a click away from the owner. The proposed
system is not very hard to implement an it has very affordable
price and can be modified to an extent only by few minor
changes in its core.
ISBN-13: 978-1535305198
www.iirdem.org
Proceedings of ICTPEA-2016
©IIRDEM 201646
Sr. AT Commands The Function of AT Command
1 ATD Dial
2 AT+CGMS Send SMS Message
3 AT+CMSS Send SMS Message from Storage
4 AT+CMGL List SMS Message
5 AT+CMGR Read SMS Message
6 AT+CSCA Service Centre Address
7 AT+CPMS To Choose Storage from ME or SM
8 AT+IPR=0 To Choose Auto Baud Rate
9 AT+CMGF= To Choose PDU Mode or Text Mode
As we all know, the idea of home automation and
surveillance system is not new. Because of ease it provides to
users for controlling and monitoring their appliances from
any remote location, many people has been attracted to it as
it gives peace of mind to its users that their properties are
secure and in their control, even if they are many miles away
from their home or industry. There will not be any need of
texting the SMS every time or any other dedicated network
infrastructure, because the whole communication is
proposed to be done over the available GSM or Wi-Fi
network [9, 10].
2. System Hardware Design
Following is the list of components used in the hardware
design.
1. GSM Module SIM 300/900 DZ
2. PIC Microcontroller (PIC 16f877A or PIC 18f452)
3. Transistors (C1383)
4. Relays (12v)
5. Opto-couplers
The microcontroller used in this project is an 8 bit
microcontroller and all the coding is done in C language. It
works on the transistor-transistor Logic (TTL) [11]. TTL is a
class of digital circuits built from bipolar junction transistors
(BJT) and resistors. It is called transistor–transistor logic
because both the logic gating function (e.g., AND) and the
amplifying function are performed by transistors. The
encrypted information received by the receiving module is
serially passed on to the PIC Microcontroller which has
information about the encryption key and algorithm. Once
the information is decrypted by the Microcontroller, the
position of drop down menu and the toggle button is clear to
it, so it sends the signal to the respective bit of the port B (To
which the appliances are connected through transistors and
opto couplers) and that particular appliance is turned on or
off [6].
The Receiving module used in this system is either SIM
300 DZ or SIM 900 DZ [3] both belong to ‘SIMCom
Wireless Solutions’. The operating voltage ranges from 3.6
to 4.5 volts. For communicating with GSM module few AT
Commands are required to be used. The list of AT
Commands is depicted in Table 1.
Table 1. AT Commands
As shown in Figure 1, GSM module is serially interfaced
with PIC Microcontroller and since both operate on the same
TTL logic therefore, there is no need of level shifter or any
RS232 protocol to bring the compatibility between them. But
for simulation purpose, because of the non-availability of
GSM module in Proteus, we had to use a virtual terminal
instead of GSM module and for doing the communication
between the virtual terminal and Microcontroller, RS232
protocol must be followed and hence we had to use MAX232
[7]. The relays and opto couplers are also used for protection
and switching purpose.
Figure 1. Block Diagram of the System
For surveillance purpose, A Wi-Fi or CCTV Camera for
capturing and uploading the pictures or video streaming on a
dedicated website or PC is used. An alternative approach can
also be considered in which we may use any of the already
available software for doing the communication between
camera and the PC, like Skype or Viber.
3. Security of the System
Unlike the previously implemented such systems, the
security of the system has been given a great deal of
importance. A three level security authentication is used.
First of all, the application is protected via a Password given
by the developer of the system, which means that only
authorized users will be able to launch the application even if
the phone is stolen. And secondly the system at the receiving
end verifies that the information it has received is from the
authorized user. The user is identified from the mobile
number. And lastly, for preventing the system to be operated
by sending the information via text messages, the information
is encrypted and the key is known to the microcontroller at
the receiving end so that it could decrypt the information
back. The mode of encryption and the key is kept hidden from
the user.
4. Simulation
The simulation of the proposed system is carried out on
Proteus, as shown in Figure 2. The hex file generated by any
ISBN-13: 978-1535305198
www.iirdem.org
Proceedings of ICTPEA-2016
©IIRDEM 201647
microcontroller compiler like Mikro C or Hi-Tech is loaded
in the microcontroller which is connected with a bulb and
Hyper terminal through some electronic circuitry, relays and
MAX 232 for level conversion. Due to the unavailability of
GSM module and smart phone in Proteus, the communication
is carried out through Virtual Terminal. The encrypted code
is typed in the virtual terminal along with the user’s mobile
number for the identification and the information is passed
on to the microcontroller through Max232. Here MAX 232
is used under protocol RS232 to give compatibility between
TTL logic of microcontroller and RS232 logic of virtual
terminal. As soon as the code is typed on the virtual terminal,
the bulb attached with the RB0 operates accordingly. The
snapshot of the simulation is shown in Figure 2.
5. Development of Application
The development of the application is one of the major
parts of the proposed system, since it the sole reason which
distinguishes the system from previously implemented and
available such systems. There were plenty of things which
were considered before choosing the appropriate Integrated
Development Environment (IDE) amongst the available
ones. We choose Eclipse IDE for the application
development purpose. There was mainly couple of reasons
for choosing this IDE. First of all, it provides ‘Drag and Drop
Facility’ for constructing the application layout, as shown in
Figure 3.
Secondly, it provides a Built-in Android Virtual Device
(AVD) called ‘Emulator’ for testing the application during
the development and troubleshooting purpose. An emulator
is a virtual smart phone available in the IDE for testing the
application. The snapshot of the Emulator is shown in Figure
4.
Figure 2. Simulation
ISBN-13: 978-1535305198
www.iirdem.org
Proceedings of ICTPEA-2016
©IIRDEM 201648
Figure 3. Eclipse, Drag and Drop Feature
Figure 4. Android Virtual Device (Emulator)
ISBN-13: 978-1535305198
www.iirdem.org
Proceedings of ICTPEA-2016
©IIRDEM 201649
There are two GUI layouts in the application. The first GUI intimates the user for entering the password, as shown in
Figure 5.
Figure 5. Password GUI
Figure 6. Second GUI (Drop Down Menu)
ISBN-13: 978-1535305198
www.iirdem.org
Proceedings of ICTPEA-2016
©IIRDEM 201650
Figure 7. List of Appliances in the drop down menu
After the correct password is entered, a second GUI is
displayed, which has the list of all the house hold or industrial
appliances in the drop down menu. The user selects the
appliance, sets the toggle On/Off button and clicks on send
button, as shown in Figure 6 and 7. The user can view the
ON/OFF devices from the screen of the mobile which make
it more comfortable to make selection of switching the
devices. In this way, we can switch ON/OFF any device
while driving or sitting in remote areas.
Every time this activity is performed, an SMS is sent to the
receiving module containing the encrypted information
about the position of selected item in the drop down menu
and toggle button, which is decrypted by the microcontroller
connected with the receiving module and controller
functions accordingly.
6. Conclusions
The system that we presented in this project was a demo,
and it can be easily installed in any home, office, apartment
or industries. The application and the infra-structure will
require some minor modifications. Moreover the
surveillance and security of the home might also be
accomplished with some more efforts. Unlike previously
designed and implemented automation systems there is no
burden of carrying the separate remote controller or texting
the SMS whenever there is need of switching the appliances.
In the hardware implementation of the proposed system, we
managed to control eight different appliances from our
installed application. Whenever we desire, we can check the
current status of our appliances right in our smart phone
through a simple operating application. This system is not
only for house hold appliances it can be used for industrial
automation as well and security of very heavy and expensive
machinery. This whole procedure is done through GSM
network. The same communication can be done over Wi-Fi
network by using Wi-Fi module instead of GSM module.
Similarly a user can get an alert through there smart phone
with some sensors installed in the home, like notifications
about the fire, alarm, or gas leakage. We are getting more
feasibility by installing the proposed system in our homes or
in industries. The system cost is very low and the advantages
of the system are comparatively very high. By using the
proposed system, we can make our life more luxurious and
change the way of living.
Acknowledgements
We are very grateful to experts for their appropriate and
constructive suggestions to improve this paper.
REFERENCES
[1] Anwaarullah, S., & Altaf, S. (2013). RTOS based Home
Automation System using Android International Journal of
Advanced Trends in Computer Science and Engineering, 2(1),
480-484.
[2] Axelson, J. The Microcontroller Idea Book: Circuits,
Programs & Applications Featureing the 8052-Basic
Single-Chip Computer.
[3] Dhawade Pooja, J., Lathkar, Y., Purushottam, SMART
HOME USING ANDRIOD APPLICATION.
[4] Jadhav, P., Chaudhari, A., & Vavale, S. (2014). Home
Automation using ZigBee Protocol. International Journal of
Computer Science & Information Technologies, 5(2).
ISBN-13: 978-1535305198
www.iirdem.org
Proceedings of ICTPEA-2016
©IIRDEM 201651
[5] Panth, S., & Jivani, M. (2013). Home Automation System
(HAS) using Android for Mobile Phone. International Journal
of Electronics and Computer Science Engineering (IJECSE),
3(1), 1-11.
[6] Kwang Yeol Lee; Jae Weon Choi, "Remote-controlled home
automation system via Bluetooth home network," SICE 2003
Annual Conference , vol.3, no., pp.2824,2829 Vol.3, 4-6 Aug.
2003
[7] Low Cost Arduino/Android Based Energy Efficient Home
Automation System with Smart Task Scheduling.
[8] Computational Intelligence, Communication Systems and
Networks (CICSyN), 2013 Fifth International Conference on
[9] Rocha, C., & Botelho, R. Ambient Networks Mobile phone
integration.
[10] An Android Based Home Automation System. High Capacity
Optical Networks and Enabling Technologies
(HONET-CNS), 2013 10th International Conference on
[11] Raspberry Pi Based Interactive Home Automation System
through Email. Optimization, Reliabilty, and Information
Technology (ICROIT), 2014 International Conference on.
ISBN-13: 978-1535305198
www.iirdem.org
Proceedings of ICTPEA-2016
©IIRDEM 201652

More Related Content

What's hot

Paper id 24201457
Paper id 24201457Paper id 24201457
Paper id 24201457IJRAT
 
gsm based devices controlling and monitoring systems
gsm based devices controlling and monitoring systemsgsm based devices controlling and monitoring systems
gsm based devices controlling and monitoring systemsHima Bindu
 
gsm based security system
gsm based security systemgsm based security system
gsm based security systemnayandey
 
Industrial automation using gsm (ppt)
Industrial automation using gsm (ppt)Industrial automation using gsm (ppt)
Industrial automation using gsm (ppt)Mahira Banu
 
Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...
Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...
Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...journalBEEI
 
Industrial automation using gsm (full paper)
Industrial automation using gsm (full paper)Industrial automation using gsm (full paper)
Industrial automation using gsm (full paper)Mahira Banu
 
Home automation system using gsm
Home automation system using gsmHome automation system using gsm
Home automation system using gsmRohit Sinha
 
Smart Home Automation
Smart Home AutomationSmart Home Automation
Smart Home AutomationIRJET Journal
 
Report ON a Remote Security System Using wireless sensor and GSM module Techn...
Report ON a Remote Security System Using wireless sensor and GSM module Techn...Report ON a Remote Security System Using wireless sensor and GSM module Techn...
Report ON a Remote Security System Using wireless sensor and GSM module Techn...Priyanka Tyagi
 
GSM Based Home Automation System using Arduino
GSM Based Home Automation System using ArduinoGSM Based Home Automation System using Arduino
GSM Based Home Automation System using Arduinoijtsrd
 
Gsm based home security system
Gsm based home security systemGsm based home security system
Gsm based home security systemNarayan Gour
 
A Remote home security system
A Remote home security systemA Remote home security system
A Remote home security systemPriyanka Tyagi
 
Design and implementation of home automation system u...
Design and implementation of home                         automation system u...Design and implementation of home                         automation system u...
Design and implementation of home automation system u...MUHAMMAD KHURSHID AHMAD
 
Pir and gsm based house security system
Pir and gsm based house security systemPir and gsm based house security system
Pir and gsm based house security systemKhadarbaba Shaik
 
SECURED WIRELESS COMMUNICATION FOR INDUSTRIAL AUTOMATION AND CONTROL BY USING...
SECURED WIRELESS COMMUNICATION FOR INDUSTRIAL AUTOMATION AND CONTROL BY USING...SECURED WIRELESS COMMUNICATION FOR INDUSTRIAL AUTOMATION AND CONTROL BY USING...
SECURED WIRELESS COMMUNICATION FOR INDUSTRIAL AUTOMATION AND CONTROL BY USING...JOLLUSUDARSHANREDDY
 
Advanced Automation System in Industrial Applications Using PIC Microcontrol...
Advanced Automation System in Industrial Applications Using  PIC Microcontrol...Advanced Automation System in Industrial Applications Using  PIC Microcontrol...
Advanced Automation System in Industrial Applications Using PIC Microcontrol...IJMER
 
Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...iosrjce
 

What's hot (20)

Paper id 24201457
Paper id 24201457Paper id 24201457
Paper id 24201457
 
gsm based devices controlling and monitoring systems
gsm based devices controlling and monitoring systemsgsm based devices controlling and monitoring systems
gsm based devices controlling and monitoring systems
 
gsm based security system
gsm based security systemgsm based security system
gsm based security system
 
Industrial automation using gsm (ppt)
Industrial automation using gsm (ppt)Industrial automation using gsm (ppt)
Industrial automation using gsm (ppt)
 
Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...
Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...
Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...
 
Industrial automation using gsm (full paper)
Industrial automation using gsm (full paper)Industrial automation using gsm (full paper)
Industrial automation using gsm (full paper)
 
Home automation system using gsm
Home automation system using gsmHome automation system using gsm
Home automation system using gsm
 
Smart Home Automation
Smart Home AutomationSmart Home Automation
Smart Home Automation
 
Report ON a Remote Security System Using wireless sensor and GSM module Techn...
Report ON a Remote Security System Using wireless sensor and GSM module Techn...Report ON a Remote Security System Using wireless sensor and GSM module Techn...
Report ON a Remote Security System Using wireless sensor and GSM module Techn...
 
GSM Based Home Automation System using Arduino
GSM Based Home Automation System using ArduinoGSM Based Home Automation System using Arduino
GSM Based Home Automation System using Arduino
 
Home security system
Home security systemHome security system
Home security system
 
Gsm based home security system
Gsm based home security systemGsm based home security system
Gsm based home security system
 
Gsm based control system
Gsm based control systemGsm based control system
Gsm based control system
 
A Remote home security system
A Remote home security systemA Remote home security system
A Remote home security system
 
01362503
0136250301362503
01362503
 
Design and implementation of home automation system u...
Design and implementation of home                         automation system u...Design and implementation of home                         automation system u...
Design and implementation of home automation system u...
 
Pir and gsm based house security system
Pir and gsm based house security systemPir and gsm based house security system
Pir and gsm based house security system
 
SECURED WIRELESS COMMUNICATION FOR INDUSTRIAL AUTOMATION AND CONTROL BY USING...
SECURED WIRELESS COMMUNICATION FOR INDUSTRIAL AUTOMATION AND CONTROL BY USING...SECURED WIRELESS COMMUNICATION FOR INDUSTRIAL AUTOMATION AND CONTROL BY USING...
SECURED WIRELESS COMMUNICATION FOR INDUSTRIAL AUTOMATION AND CONTROL BY USING...
 
Advanced Automation System in Industrial Applications Using PIC Microcontrol...
Advanced Automation System in Industrial Applications Using  PIC Microcontrol...Advanced Automation System in Industrial Applications Using  PIC Microcontrol...
Advanced Automation System in Industrial Applications Using PIC Microcontrol...
 
Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...
 

Viewers also liked

презентация без названия
презентация без названияпрезентация без названия
презентация без названияtgorocheva
 
How the Drinkable Book Could Change the World's Water
How the Drinkable Book Could Change the World's WaterHow the Drinkable Book Could Change the World's Water
How the Drinkable Book Could Change the World's WaterHenri Steenkamp CA (SA)
 
康乃馨
康乃馨康乃馨
康乃馨cs5110
 
איליי דולב ג1
איליי דולב ג1איליי דולב ג1
איליי דולב ג1yoni shimoni
 
רועי זיסמן ג1
רועי זיסמן ג1רועי זיסמן ג1
רועי זיסמן ג1yoni shimoni
 
Corporate Intro Brink Groep
Corporate Intro Brink GroepCorporate Intro Brink Groep
Corporate Intro Brink GroepAd van den Berg
 
القسمة[1]
القسمة[1]القسمة[1]
القسمة[1]aishah280
 
Development Plan Template 3
Development Plan Template 3 Development Plan Template 3
Development Plan Template 3 Joe Cimbak
 
Zion Station RV Segmentation Presentation 37 pgs
Zion Station RV Segmentation Presentation   37 pgsZion Station RV Segmentation Presentation   37 pgs
Zion Station RV Segmentation Presentation 37 pgsGary Krautwurst
 
Adopción de scrum en una agencia de marketing digital
Adopción de scrum en una agencia de marketing digitalAdopción de scrum en una agencia de marketing digital
Adopción de scrum en una agencia de marketing digitalHiroshi Hiromoto
 
Gas Leakage Detector using Arduino with SMS Alert - Engineering Project
Gas Leakage Detector using Arduino with SMS Alert - Engineering ProjectGas Leakage Detector using Arduino with SMS Alert - Engineering Project
Gas Leakage Detector using Arduino with SMS Alert - Engineering ProjectCircuitsToday
 

Viewers also liked (14)

Alumni form
Alumni  formAlumni  form
Alumni form
 
презентация без названия
презентация без названияпрезентация без названия
презентация без названия
 
How the Drinkable Book Could Change the World's Water
How the Drinkable Book Could Change the World's WaterHow the Drinkable Book Could Change the World's Water
How the Drinkable Book Could Change the World's Water
 
康乃馨
康乃馨康乃馨
康乃馨
 
Ballong
BallongBallong
Ballong
 
איליי דולב ג1
איליי דולב ג1איליי דולב ג1
איליי דולב ג1
 
רועי זיסמן ג1
רועי זיסמן ג1רועי זיסמן ג1
רועי זיסמן ג1
 
Corporate Intro Brink Groep
Corporate Intro Brink GroepCorporate Intro Brink Groep
Corporate Intro Brink Groep
 
القسمة[1]
القسمة[1]القسمة[1]
القسمة[1]
 
Development Plan Template 3
Development Plan Template 3 Development Plan Template 3
Development Plan Template 3
 
Zion Station RV Segmentation Presentation 37 pgs
Zion Station RV Segmentation Presentation   37 pgsZion Station RV Segmentation Presentation   37 pgs
Zion Station RV Segmentation Presentation 37 pgs
 
Adopción de scrum en una agencia de marketing digital
Adopción de scrum en una agencia de marketing digitalAdopción de scrum en una agencia de marketing digital
Adopción de scrum en una agencia de marketing digital
 
Gas Leakage Detector using Arduino with SMS Alert - Engineering Project
Gas Leakage Detector using Arduino with SMS Alert - Engineering ProjectGas Leakage Detector using Arduino with SMS Alert - Engineering Project
Gas Leakage Detector using Arduino with SMS Alert - Engineering Project
 
27 1-1-rueda
27 1-1-rueda27 1-1-rueda
27 1-1-rueda
 

Similar to Iirdem implementation of smart homes and industrial automation system with secure communication over gsm

Anti theftsystemforvechicles1 final
Anti theftsystemforvechicles1 finalAnti theftsystemforvechicles1 final
Anti theftsystemforvechicles1 finalAshu0711
 
Wireless electronic notice board using gsm technolgy
Wireless electronic notice board using gsm technolgyWireless electronic notice board using gsm technolgy
Wireless electronic notice board using gsm technolgydhanshri_deshmukh
 
multiple input control by sms using GSM technology
multiple input control by sms using GSM technologymultiple input control by sms using GSM technology
multiple input control by sms using GSM technologySachin Singh
 
A Proposed Cost Effective Prototype Model for PLC Based GSM Remote Control in...
A Proposed Cost Effective Prototype Model for PLC Based GSM Remote Control in...A Proposed Cost Effective Prototype Model for PLC Based GSM Remote Control in...
A Proposed Cost Effective Prototype Model for PLC Based GSM Remote Control in...IOSR Journals
 
Microcontroller based smart home with security using gsm technology
Microcontroller based smart home with security using gsm technologyMicrocontroller based smart home with security using gsm technology
Microcontroller based smart home with security using gsm technologyeSAT Journals
 
Keypad Based Bank Locker Security System Using Gsm Technology
Keypad Based Bank Locker Security System Using Gsm TechnologyKeypad Based Bank Locker Security System Using Gsm Technology
Keypad Based Bank Locker Security System Using Gsm TechnologyIJRES Journal
 
Project ppt
Project pptProject ppt
Project pptAshu0711
 
home autimation using GSM
home autimation using GSMhome autimation using GSM
home autimation using GSMramraj meena
 
NRF based wireless light and Fan dimmer controlling system.
NRF based wireless light and Fan dimmer controlling system.NRF based wireless light and Fan dimmer controlling system.
NRF based wireless light and Fan dimmer controlling system.IRJET Journal
 
Cell phone based automation systems
Cell phone based automation systemsCell phone based automation systems
Cell phone based automation systemsManpreet Chandhok
 
Gsm based campus display system
Gsm based campus display system Gsm based campus display system
Gsm based campus display system Kashyap Shah
 
IRJET - Home Automation using GSM
IRJET - Home Automation using GSMIRJET - Home Automation using GSM
IRJET - Home Automation using GSMIRJET Journal
 
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...IJTET Journal
 
IRJET-Intelligent Control of Electronic Appliances using Remote GSM
IRJET-Intelligent Control of Electronic Appliances using Remote GSMIRJET-Intelligent Control of Electronic Appliances using Remote GSM
IRJET-Intelligent Control of Electronic Appliances using Remote GSMIRJET Journal
 
A Short Review on the Perspective of Home Automation Technology
A Short Review on the Perspective of Home Automation TechnologyA Short Review on the Perspective of Home Automation Technology
A Short Review on the Perspective of Home Automation TechnologyIRJET Journal
 

Similar to Iirdem implementation of smart homes and industrial automation system with secure communication over gsm (20)

Anti theftsystemforvechicles1 final
Anti theftsystemforvechicles1 finalAnti theftsystemforvechicles1 final
Anti theftsystemforvechicles1 final
 
Wireless electronic notice board using gsm technolgy
Wireless electronic notice board using gsm technolgyWireless electronic notice board using gsm technolgy
Wireless electronic notice board using gsm technolgy
 
multiple input control by sms using GSM technology
multiple input control by sms using GSM technologymultiple input control by sms using GSM technology
multiple input control by sms using GSM technology
 
G010133748
G010133748G010133748
G010133748
 
A Proposed Cost Effective Prototype Model for PLC Based GSM Remote Control in...
A Proposed Cost Effective Prototype Model for PLC Based GSM Remote Control in...A Proposed Cost Effective Prototype Model for PLC Based GSM Remote Control in...
A Proposed Cost Effective Prototype Model for PLC Based GSM Remote Control in...
 
Microcontroller based smart home with security using gsm technology
Microcontroller based smart home with security using gsm technologyMicrocontroller based smart home with security using gsm technology
Microcontroller based smart home with security using gsm technology
 
GSM Report_2013
GSM Report_2013GSM Report_2013
GSM Report_2013
 
Keypad Based Bank Locker Security System Using Gsm Technology
Keypad Based Bank Locker Security System Using Gsm TechnologyKeypad Based Bank Locker Security System Using Gsm Technology
Keypad Based Bank Locker Security System Using Gsm Technology
 
Project ppt
Project pptProject ppt
Project ppt
 
MAJOR_PROJECT
MAJOR_PROJECTMAJOR_PROJECT
MAJOR_PROJECT
 
home autimation using GSM
home autimation using GSMhome autimation using GSM
home autimation using GSM
 
NRF based wireless light and Fan dimmer controlling system.
NRF based wireless light and Fan dimmer controlling system.NRF based wireless light and Fan dimmer controlling system.
NRF based wireless light and Fan dimmer controlling system.
 
D017651519
D017651519D017651519
D017651519
 
Cell phone based automation systems
Cell phone based automation systemsCell phone based automation systems
Cell phone based automation systems
 
Gsm based campus display system
Gsm based campus display system Gsm based campus display system
Gsm based campus display system
 
IRJET - Home Automation using GSM
IRJET - Home Automation using GSMIRJET - Home Automation using GSM
IRJET - Home Automation using GSM
 
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
 
IJISET_V2_I6_90
IJISET_V2_I6_90IJISET_V2_I6_90
IJISET_V2_I6_90
 
IRJET-Intelligent Control of Electronic Appliances using Remote GSM
IRJET-Intelligent Control of Electronic Appliances using Remote GSMIRJET-Intelligent Control of Electronic Appliances using Remote GSM
IRJET-Intelligent Control of Electronic Appliances using Remote GSM
 
A Short Review on the Perspective of Home Automation Technology
A Short Review on the Perspective of Home Automation TechnologyA Short Review on the Perspective of Home Automation Technology
A Short Review on the Perspective of Home Automation Technology
 

More from Iaetsd Iaetsd

iaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissioniaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissionIaetsd Iaetsd
 
iaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdliaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdlIaetsd Iaetsd
 
iaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmiaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmIaetsd Iaetsd
 
iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...Iaetsd Iaetsd
 
iaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatiaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatIaetsd Iaetsd
 
iaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationiaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationIaetsd Iaetsd
 
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSREVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSIaetsd Iaetsd
 
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...Iaetsd Iaetsd
 
Fabrication of dual power bike
Fabrication of dual power bikeFabrication of dual power bike
Fabrication of dual power bikeIaetsd Iaetsd
 
Blue brain technology
Blue brain technologyBlue brain technology
Blue brain technologyIaetsd Iaetsd
 
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...Iaetsd Iaetsd
 
iirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdiirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdIaetsd Iaetsd
 
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growthiirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid GrowthIaetsd Iaetsd
 
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithmiirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT AlgorithmIaetsd Iaetsd
 
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...Iaetsd Iaetsd
 
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...Iaetsd Iaetsd
 
iaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocoliaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocolIaetsd Iaetsd
 
iaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesiaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesIaetsd Iaetsd
 
iaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesiaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesIaetsd Iaetsd
 
iaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using paraboliciaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using parabolicIaetsd Iaetsd
 

More from Iaetsd Iaetsd (20)

iaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissioniaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmission
 
iaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdliaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdl
 
iaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmiaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarm
 
iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...
 
iaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatiaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seat
 
iaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationiaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan application
 
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSREVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
 
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
 
Fabrication of dual power bike
Fabrication of dual power bikeFabrication of dual power bike
Fabrication of dual power bike
 
Blue brain technology
Blue brain technologyBlue brain technology
Blue brain technology
 
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
 
iirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdiirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic bird
 
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growthiirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
 
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithmiirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
 
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
 
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
 
iaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocoliaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocol
 
iaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesiaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databases
 
iaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesiaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineries
 
iaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using paraboliciaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using parabolic
 

Recently uploaded

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 

Recently uploaded (20)

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 

Iirdem implementation of smart homes and industrial automation system with secure communication over gsm

  • 1. Implementation of Smart Homes and Industrial Automation System with Secure Communication over GSM P.KAVITHA Abstract Home automation is method of controlling our house hold appliances, updating the status of lights, fans, motors and other appliances through any remote control device or mobile phones. Their ON/OFF status can be changed according to our desire. On the other hand, in present time, smart phones including android and iPhones are great inventions of technology. The awkwardness of hanging out along with a dedicated remote control device or texting an SMS for the automation purpose has always brought lake of interest in the user’s mind towards using such systems. Therefore, in this activity we are introducing a smart home and industrial automation and surveillance system in which we control our appliances through an application installed in our smart phone which uses the available Global System for Mobile (GSM) features from any remote location within our planet, subject to the availability of GSM network. In other words the cumbersome of carrying dedicated separate remote control device and texting the SMS has been eliminated. For surveillance purpose, we used a Wireless Fidelity (Wi-Fi) camera, which uploads the picture or video streaming instantly in any website or sends it to the personal computer system. On the other hand the same purpose can be achieved by using any available software which could help communicating from any end station to PC. Each of these ideas is discussed in great detail in the paper. The proposed system is low in cost and we can reinstall it in any other location by only minor changes in its core. The proposed research work is very helpful for the layman and also to make life more comfortable and luxurious. Keywords Home Automation, Industrial Automation, Surveillance System, Android Application, Smart Phones, GSM Features, Wi-Fi Camera 1. Introduction Home automation is a method of controlling the house hold appliances using any communication system from any location within the globe. The system has always attracted the people since it provides people an ease of controlling their house hold appliances and industries even if they are physically not present there. There has been multiple automation systems already been implemented and being used now a days, which use either a dedicated remote control device, such as discussed in ‘Remote Control Home Automation System via Bluetooth home Network [1] or ordinary mobile phones for communication, such as proposed by ‘design and prototype implementation of SMS Based Home Automation System [2, 3]. There are couples of drawbacks of using such systems. First of all, if a separate remote control is dedicated for the purpose of automation, then user had to carry that separate device with him and such a practice is not appreciated by the user, and secondly if the ordinary mobile phones are used for communicating with appliances, then the user had to text an SMS every time for communicating with appliances, the users are again reluctant to use such systems due to an extra effort required. Keeping these drawbacks in consideration, we are introducing the same concept using an Android or Apple Application [4]. The same communication which earlier was done using the remote control or SMS is now done through an application installed in smart phone. Android is an operating system which is very frequently being used in most of the smart phones and it has been a source of attraction for a large number of people across the globe because of its various features. The smart phones [5, 6], which the people are already using for various purposes including the video and voice calls, internet, Short Messaging Service (SMS) and other very useful applications being introduced every day [7, 8], can now use it for managing their home appliances and even the whole industry. In other words the whole industry and home is just a click away from the owner. The proposed system is not very hard to implement an it has very affordable price and can be modified to an extent only by few minor changes in its core. ISBN-13: 978-1535305198 www.iirdem.org Proceedings of ICTPEA-2016 ©IIRDEM 201646
  • 2. Sr. AT Commands The Function of AT Command 1 ATD Dial 2 AT+CGMS Send SMS Message 3 AT+CMSS Send SMS Message from Storage 4 AT+CMGL List SMS Message 5 AT+CMGR Read SMS Message 6 AT+CSCA Service Centre Address 7 AT+CPMS To Choose Storage from ME or SM 8 AT+IPR=0 To Choose Auto Baud Rate 9 AT+CMGF= To Choose PDU Mode or Text Mode As we all know, the idea of home automation and surveillance system is not new. Because of ease it provides to users for controlling and monitoring their appliances from any remote location, many people has been attracted to it as it gives peace of mind to its users that their properties are secure and in their control, even if they are many miles away from their home or industry. There will not be any need of texting the SMS every time or any other dedicated network infrastructure, because the whole communication is proposed to be done over the available GSM or Wi-Fi network [9, 10]. 2. System Hardware Design Following is the list of components used in the hardware design. 1. GSM Module SIM 300/900 DZ 2. PIC Microcontroller (PIC 16f877A or PIC 18f452) 3. Transistors (C1383) 4. Relays (12v) 5. Opto-couplers The microcontroller used in this project is an 8 bit microcontroller and all the coding is done in C language. It works on the transistor-transistor Logic (TTL) [11]. TTL is a class of digital circuits built from bipolar junction transistors (BJT) and resistors. It is called transistor–transistor logic because both the logic gating function (e.g., AND) and the amplifying function are performed by transistors. The encrypted information received by the receiving module is serially passed on to the PIC Microcontroller which has information about the encryption key and algorithm. Once the information is decrypted by the Microcontroller, the position of drop down menu and the toggle button is clear to it, so it sends the signal to the respective bit of the port B (To which the appliances are connected through transistors and opto couplers) and that particular appliance is turned on or off [6]. The Receiving module used in this system is either SIM 300 DZ or SIM 900 DZ [3] both belong to ‘SIMCom Wireless Solutions’. The operating voltage ranges from 3.6 to 4.5 volts. For communicating with GSM module few AT Commands are required to be used. The list of AT Commands is depicted in Table 1. Table 1. AT Commands As shown in Figure 1, GSM module is serially interfaced with PIC Microcontroller and since both operate on the same TTL logic therefore, there is no need of level shifter or any RS232 protocol to bring the compatibility between them. But for simulation purpose, because of the non-availability of GSM module in Proteus, we had to use a virtual terminal instead of GSM module and for doing the communication between the virtual terminal and Microcontroller, RS232 protocol must be followed and hence we had to use MAX232 [7]. The relays and opto couplers are also used for protection and switching purpose. Figure 1. Block Diagram of the System For surveillance purpose, A Wi-Fi or CCTV Camera for capturing and uploading the pictures or video streaming on a dedicated website or PC is used. An alternative approach can also be considered in which we may use any of the already available software for doing the communication between camera and the PC, like Skype or Viber. 3. Security of the System Unlike the previously implemented such systems, the security of the system has been given a great deal of importance. A three level security authentication is used. First of all, the application is protected via a Password given by the developer of the system, which means that only authorized users will be able to launch the application even if the phone is stolen. And secondly the system at the receiving end verifies that the information it has received is from the authorized user. The user is identified from the mobile number. And lastly, for preventing the system to be operated by sending the information via text messages, the information is encrypted and the key is known to the microcontroller at the receiving end so that it could decrypt the information back. The mode of encryption and the key is kept hidden from the user. 4. Simulation The simulation of the proposed system is carried out on Proteus, as shown in Figure 2. The hex file generated by any ISBN-13: 978-1535305198 www.iirdem.org Proceedings of ICTPEA-2016 ©IIRDEM 201647
  • 3. microcontroller compiler like Mikro C or Hi-Tech is loaded in the microcontroller which is connected with a bulb and Hyper terminal through some electronic circuitry, relays and MAX 232 for level conversion. Due to the unavailability of GSM module and smart phone in Proteus, the communication is carried out through Virtual Terminal. The encrypted code is typed in the virtual terminal along with the user’s mobile number for the identification and the information is passed on to the microcontroller through Max232. Here MAX 232 is used under protocol RS232 to give compatibility between TTL logic of microcontroller and RS232 logic of virtual terminal. As soon as the code is typed on the virtual terminal, the bulb attached with the RB0 operates accordingly. The snapshot of the simulation is shown in Figure 2. 5. Development of Application The development of the application is one of the major parts of the proposed system, since it the sole reason which distinguishes the system from previously implemented and available such systems. There were plenty of things which were considered before choosing the appropriate Integrated Development Environment (IDE) amongst the available ones. We choose Eclipse IDE for the application development purpose. There was mainly couple of reasons for choosing this IDE. First of all, it provides ‘Drag and Drop Facility’ for constructing the application layout, as shown in Figure 3. Secondly, it provides a Built-in Android Virtual Device (AVD) called ‘Emulator’ for testing the application during the development and troubleshooting purpose. An emulator is a virtual smart phone available in the IDE for testing the application. The snapshot of the Emulator is shown in Figure 4. Figure 2. Simulation ISBN-13: 978-1535305198 www.iirdem.org Proceedings of ICTPEA-2016 ©IIRDEM 201648
  • 4. Figure 3. Eclipse, Drag and Drop Feature Figure 4. Android Virtual Device (Emulator) ISBN-13: 978-1535305198 www.iirdem.org Proceedings of ICTPEA-2016 ©IIRDEM 201649
  • 5. There are two GUI layouts in the application. The first GUI intimates the user for entering the password, as shown in Figure 5. Figure 5. Password GUI Figure 6. Second GUI (Drop Down Menu) ISBN-13: 978-1535305198 www.iirdem.org Proceedings of ICTPEA-2016 ©IIRDEM 201650
  • 6. Figure 7. List of Appliances in the drop down menu After the correct password is entered, a second GUI is displayed, which has the list of all the house hold or industrial appliances in the drop down menu. The user selects the appliance, sets the toggle On/Off button and clicks on send button, as shown in Figure 6 and 7. The user can view the ON/OFF devices from the screen of the mobile which make it more comfortable to make selection of switching the devices. In this way, we can switch ON/OFF any device while driving or sitting in remote areas. Every time this activity is performed, an SMS is sent to the receiving module containing the encrypted information about the position of selected item in the drop down menu and toggle button, which is decrypted by the microcontroller connected with the receiving module and controller functions accordingly. 6. Conclusions The system that we presented in this project was a demo, and it can be easily installed in any home, office, apartment or industries. The application and the infra-structure will require some minor modifications. Moreover the surveillance and security of the home might also be accomplished with some more efforts. Unlike previously designed and implemented automation systems there is no burden of carrying the separate remote controller or texting the SMS whenever there is need of switching the appliances. In the hardware implementation of the proposed system, we managed to control eight different appliances from our installed application. Whenever we desire, we can check the current status of our appliances right in our smart phone through a simple operating application. This system is not only for house hold appliances it can be used for industrial automation as well and security of very heavy and expensive machinery. This whole procedure is done through GSM network. The same communication can be done over Wi-Fi network by using Wi-Fi module instead of GSM module. Similarly a user can get an alert through there smart phone with some sensors installed in the home, like notifications about the fire, alarm, or gas leakage. We are getting more feasibility by installing the proposed system in our homes or in industries. The system cost is very low and the advantages of the system are comparatively very high. By using the proposed system, we can make our life more luxurious and change the way of living. Acknowledgements We are very grateful to experts for their appropriate and constructive suggestions to improve this paper. REFERENCES [1] Anwaarullah, S., & Altaf, S. (2013). RTOS based Home Automation System using Android International Journal of Advanced Trends in Computer Science and Engineering, 2(1), 480-484. [2] Axelson, J. The Microcontroller Idea Book: Circuits, Programs & Applications Featureing the 8052-Basic Single-Chip Computer. [3] Dhawade Pooja, J., Lathkar, Y., Purushottam, SMART HOME USING ANDRIOD APPLICATION. [4] Jadhav, P., Chaudhari, A., & Vavale, S. (2014). Home Automation using ZigBee Protocol. International Journal of Computer Science & Information Technologies, 5(2). ISBN-13: 978-1535305198 www.iirdem.org Proceedings of ICTPEA-2016 ©IIRDEM 201651
  • 7. [5] Panth, S., & Jivani, M. (2013). Home Automation System (HAS) using Android for Mobile Phone. International Journal of Electronics and Computer Science Engineering (IJECSE), 3(1), 1-11. [6] Kwang Yeol Lee; Jae Weon Choi, "Remote-controlled home automation system via Bluetooth home network," SICE 2003 Annual Conference , vol.3, no., pp.2824,2829 Vol.3, 4-6 Aug. 2003 [7] Low Cost Arduino/Android Based Energy Efficient Home Automation System with Smart Task Scheduling. [8] Computational Intelligence, Communication Systems and Networks (CICSyN), 2013 Fifth International Conference on [9] Rocha, C., & Botelho, R. Ambient Networks Mobile phone integration. [10] An Android Based Home Automation System. High Capacity Optical Networks and Enabling Technologies (HONET-CNS), 2013 10th International Conference on [11] Raspberry Pi Based Interactive Home Automation System through Email. Optimization, Reliabilty, and Information Technology (ICROIT), 2014 International Conference on. ISBN-13: 978-1535305198 www.iirdem.org Proceedings of ICTPEA-2016 ©IIRDEM 201652