SlideShare uma empresa Scribd logo
1 de 3
Baixar para ler offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 12 | Dec-2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 473
Home Automation System Using Arduino and Gsm
Shrey Aggarwal1, Sunny Verma2
1Student, Dept. Of computer Science and Engg., Manav Rachna University, Haryana, India,
2Student, Dept. Of Electronics and Communication Engg., Manav Rachna University, Haryana, India,
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract- Home Automation System is used to control
home appliuances remotely. With the use of computers and
electronics technology electrical appliances can be
controlled from any part of the world. Consequently, greater
amount of energy will be saved and hence the natural
resources. This can be achieved by using the mobile phone.
This system is designed using RS232(Relays) , a
Microcontroller nad GSM module. The electrical appliances
are controlled by sending a text message from any mobile
located in any part provided it has a GSM connectivity.
There are many existing Home Automation Systems in the
market like Z-WAVE, INSTEON etc. But every system has its
pros and cons . Our proposed system is easy to implement
and understand.
Keywords- Automation, Arduino, GSM Module, Relays,
GUI, AT commands, Appliances.
1. Introduction
We are in the midst of an era where the technology has
solved most of our problems. With depleting resources
there has been a strong urge to save energy and find
alternatives. The proposed home automation system
allows user to switch ON and OFF the lights, fans etc. From
any part of the world since this system is controlled using
GSM module. The concept behind this is to receive the sent
message string from mobile and then processing it to
perform the desired function. This is most useful for
people living alone since it allows them to remotely
monitor their appliances.
2. Related works
There are some existing home automation systems present
in the market some of which are discussed below[1].
A. Zigbee[2]
Zigbee is an IEEE 802.1 standard used in home automation
technology and similar to wifi and Bluetooth technology.
This technology uses radio frequency(Rf) for controlling
and signaling.
B. EnOcean[2]
EnOcean is the newest technology in the home automation
system It is more energy effecient than other existing
technologies. It's main aim is zero energy consumption
through energy harvesting.
C. Z-Wave[2]
Z-Wave is most widely used technology in home
automation system. It offers good network reliability and
stability. The each device has a unique network id and
each network has a unique identification thus making the
system secure.
D.INSTEON[2]
INSTEON is used to integrate power line system with
wireless system, was developed to replace X10 standard.
The transmission of data occurs at 1131.65 Khz for power
line devices and 904 Mhz for wireless devices.
2. Proposed System
The proposed system is GSM based home automation
system. The Home Automation System suffers through
many problems which are discussed in paper[3]. Although,
this system can be implemented with other
communicating modules like Bluetooth module, WI-FI
module etc but they have range limitation i.e. They can
operate up to a certain distance depending on the range .
But GSM based system allows the user to control the
device from any part of the world provided that he should
be subscribed to a service provider. The system will also
give the current status of appliances.
Fig 1. Block diagram of home automation system
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 12 | Dec-2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 474
3. Components used
3.1 GSM module[4]
Fig 3. A GSM module
GSM stands for GLOBAL SYSTEM for MOBILE
COMMUNICATION. A GSM module is a chip or circuit that
is used to establish communication between a mobile
device and a GSM system.
3.2 Arduino Board
Fig 2. Arduino Uno board
The Arduino Uno board is a microcontroller based on the
ATmega328. It has 14 digital input/output pins in which 6
can be used as PWM outputs, a 16 MHz ceramic resonator,
an ICSP header, a USB connection, 6 analog inputs, a power
jack and a reset button
3.3 Relays[6]
A relay is an electromagnetic switch operated by a
relatively small electric current that can turn on or off a
much larger electric current. A relay has NO and NC states.
When a relay is energized it switches from NO to NC or
from NC to NO whatever its previous state be.
Fig 4. A Relay
4. Connections
4.1 Arduino and Relay Interfacing -:
• Connect GND of Arduino to Gnd of Relay
• Connect IN1 of Relay to pin 7 of Arduino.
• Connect 5V of Arduino to VCC of Relay.
Fig 5. A picture showing connections of Circuit.
4.2 Arduino and GSM module Connections
• GSM RX --> Arduino TX
• GSM TX --> Arduino RX
4.3 Relay connections -:
• Com is connected to the battery or power source.
• Connect the appliances to NO since initially there
is no conatact between NO and COM. When the
relay is triggered COM gets connected to NC and
the connection is complete.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 12 | Dec-2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 475
5. Implementation and Results
After the connections are made and checked properly the
system is now ready for use. The system works by sending
a predefined text string from a mobile phone which can be
present in any part of the world. The string is then
received by the Arduino which decodes it and checks if it
matches with the already stored string in command. If it
matches the Arduino drives the relay which further
switches ON and OFF the electrical appliances. The
sending and receiving of the strings from/ to the Arduino
can be achieved by AT commands. AT commands can be
studied at .
The following piece of code shows how Arduino reads
commands and drives the relays[7].
#define TV 5 if(!(strncmp(str,"tv on",5)))
{
digitalWrite(TV, HIGH);
lcd.setCursor(13,1); lcd.print("ON ");
delay(200);
}
In this piece of code value '5' is given to tv in the macro
defined at the starting of the code. The command checks
the condition that if the received string and predefined
string matches then It sets the pin 5 of Arduino to high
which is further connected to relay and drives it.
6. Conclusion
With the help of proposed system we can control the
connected electrical appliances remotely. This helps in
reducing power consumption. This result of this project
shows that microcontroller is a very power device for
building smart electronic projects/devices like Home
Automation System that can control the devices remotely.
7. Future scope
There are several drawbacks of this system which can be
further improved. Using GSM module and sending text
message may cost charges so an interface can be
developed for communication of Arduino with a mobile
phone. A GUI can be made which shows a blueprint of the
room in which appliances like lights and fans can be
controlled by touching them on the screen. A feedback
mechanism or a power consumption mechanism can be
added which shows the current status of appliances and
power consumed by them.
For a small demonstration purpose a Lcd screen is
attached which shows the status of appliances i.e ON or
OFF. Further, an acknowledgment SMS can be sent from
Arduino to Mobile which tells whether the appliances are
ON or OFF.
8. References
[1] Singh, Pawan, et al. "A Review Paper on Smart GSM
Based Home Automation System." (2016).
[2] J. Walko, “Home Control,” Computing & Control
Engineering Journal, vol.17 (5), pp.16, 19 Oct-Nov
[3] Delgado, A. R., Picking, R., & Grout, V. Remote-
controlled home automation systems with different
network technologies. Proceedings of the 6th
International Network Conference (INC 2006),
University of Plymouth, 11-14, pp. 357-366, July 2006
5. C
[4] GSM Modems,
http://www.nowsms.com/doc/configuring-
smscconnections/gsm-modems
[5] Arduino IDE, http://arduino.cc/en/main/software
[6] Darlington Transistor Array, Texas Instruments,
http://www.ti.com/lit/ds/symlink/uln2803a.pdf
[7]https://create.arduino.cc/projecthub/avinesh/ gsm-
based-home-automation-fe5e57#code
Websites:
• www.arduino.cc
• www.instructables.com
• www.circuitdigest.com
• www.circuitstoday.com

Mais conteúdo relacionado

Mais procurados

Mais procurados (18)

Home appliance controlling using zigbee on atmega128 hardware platform.
Home appliance controlling using zigbee on atmega128 hardware platform.Home appliance controlling using zigbee on atmega128 hardware platform.
Home appliance controlling using zigbee on atmega128 hardware platform.
 
wind based measurement and uncertainity using kalman filtering
wind based measurement and uncertainity using kalman filteringwind based measurement and uncertainity using kalman filtering
wind based measurement and uncertainity using kalman filtering
 
Design of wireless sensor network for building management systems
Design of wireless sensor network for building management systemsDesign of wireless sensor network for building management systems
Design of wireless sensor network for building management systems
 
IRJET - Home Automation using GSM
IRJET - Home Automation using GSMIRJET - Home Automation using GSM
IRJET - Home Automation using GSM
 
Presentation on home automation
Presentation on home automationPresentation on home automation
Presentation on home automation
 
IRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation SystemIRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation System
 
Smart Security and Home Automation System using Internet of things
Smart Security and Home Automation System using Internet of thingsSmart Security and Home Automation System using Internet of things
Smart Security and Home Automation System using Internet of things
 
Automatic fire prevteing system in train and buses
Automatic fire prevteing system in train and busesAutomatic fire prevteing system in train and buses
Automatic fire prevteing system in train and buses
 
Low cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBeeLow cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBee
 
Bluetooth controlled home appliances
Bluetooth controlled home appliancesBluetooth controlled home appliances
Bluetooth controlled home appliances
 
Electrical Appliances Control using Wi-Fi and Laptop
Electrical Appliances Control using Wi-Fi and LaptopElectrical Appliances Control using Wi-Fi and Laptop
Electrical Appliances Control using Wi-Fi and Laptop
 
Smart Home Automation
Smart Home AutomationSmart Home Automation
Smart Home Automation
 
Design and Implementation of Secured Wireless Communication Using Raspberry Pi
Design and Implementation of Secured Wireless Communication Using Raspberry PiDesign and Implementation of Secured Wireless Communication Using Raspberry Pi
Design and Implementation of Secured Wireless Communication Using Raspberry Pi
 
Touch screen home automation
Touch screen home automationTouch screen home automation
Touch screen home automation
 
Zigbee Based Parameters Monitoring and Controlling System for Induction Motor
Zigbee Based Parameters Monitoring and Controlling System for Induction MotorZigbee Based Parameters Monitoring and Controlling System for Induction Motor
Zigbee Based Parameters Monitoring and Controlling System for Induction Motor
 
HOME AUTOMATION SYSTEM VIA INTERNET USING ANDROID PHONE
HOME AUTOMATION SYSTEM VIA INTERNET USING ANDROID PHONE HOME AUTOMATION SYSTEM VIA INTERNET USING ANDROID PHONE
HOME AUTOMATION SYSTEM VIA INTERNET USING ANDROID PHONE
 
M44096368
M44096368M44096368
M44096368
 
GSM BASED DEVICES CONTROL SYSTEM PROJECT REPORT
GSM BASED DEVICES CONTROL SYSTEM PROJECT REPORTGSM BASED DEVICES CONTROL SYSTEM PROJECT REPORT
GSM BASED DEVICES CONTROL SYSTEM PROJECT REPORT
 

Semelhante a Home Automation System using Arduino and GSM

Semelhante a Home Automation System using Arduino and GSM (20)

IRJET - IoT based Energy Monitoring and Management System for Smart Home usin...
IRJET - IoT based Energy Monitoring and Management System for Smart Home usin...IRJET - IoT based Energy Monitoring and Management System for Smart Home usin...
IRJET - IoT based Energy Monitoring and Management System for Smart Home usin...
 
IRJET- A Remotely Controlled Home Automation System for Energy Saving
IRJET-  	  A Remotely Controlled Home Automation System for Energy SavingIRJET-  	  A Remotely Controlled Home Automation System for Energy Saving
IRJET- A Remotely Controlled Home Automation System for Energy Saving
 
Industrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN NetworkIndustrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN Network
 
IRJET- Home Automation using Smartplug
IRJET-  	  Home Automation using SmartplugIRJET-  	  Home Automation using Smartplug
IRJET- Home Automation using Smartplug
 
IRJET- Home Automation using Smartplug
IRJET-  	  Home Automation using SmartplugIRJET-  	  Home Automation using Smartplug
IRJET- Home Automation using Smartplug
 
Study on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOTStudy on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOT
 
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & MonitoringIRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
 
IRJET- Iot Based Smart Energy Monitoring
IRJET- Iot Based Smart Energy MonitoringIRJET- Iot Based Smart Energy Monitoring
IRJET- Iot Based Smart Energy Monitoring
 
IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...
 
Iot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS ProtocolIot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS Protocol
 
Implementation of vision based intelligent home security system using ARM7
Implementation of vision based intelligent home security system using ARM7Implementation of vision based intelligent home security system using ARM7
Implementation of vision based intelligent home security system using ARM7
 
IRJET- IoT based Street Light Monitoring & Control with Lora/Lorawan Network
IRJET-  	  IoT based Street Light Monitoring & Control with Lora/Lorawan NetworkIRJET-  	  IoT based Street Light Monitoring & Control with Lora/Lorawan Network
IRJET- IoT based Street Light Monitoring & Control with Lora/Lorawan Network
 
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
 
Process monitoring, controlling and load management system in an induction motor
Process monitoring, controlling and load management system in an induction motorProcess monitoring, controlling and load management system in an induction motor
Process monitoring, controlling and load management system in an induction motor
 
IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...
IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...
IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...
 
IRJET - Design and Implementation of RF based Wireless Home Automation System
IRJET - Design and Implementation of RF based Wireless Home Automation SystemIRJET - Design and Implementation of RF based Wireless Home Automation System
IRJET - Design and Implementation of RF based Wireless Home Automation System
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
 
IRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning SystemIRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning System
 
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUDENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
 
IRJET- GSM based Home Automation
IRJET-  	  GSM based Home AutomationIRJET-  	  GSM based Home Automation
IRJET- GSM based Home Automation
 

Mais de IRJET Journal

Mais de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Último

AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
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
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
 

Último (20)

CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
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, ...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 

Home Automation System using Arduino and GSM

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 12 | Dec-2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 473 Home Automation System Using Arduino and Gsm Shrey Aggarwal1, Sunny Verma2 1Student, Dept. Of computer Science and Engg., Manav Rachna University, Haryana, India, 2Student, Dept. Of Electronics and Communication Engg., Manav Rachna University, Haryana, India, ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract- Home Automation System is used to control home appliuances remotely. With the use of computers and electronics technology electrical appliances can be controlled from any part of the world. Consequently, greater amount of energy will be saved and hence the natural resources. This can be achieved by using the mobile phone. This system is designed using RS232(Relays) , a Microcontroller nad GSM module. The electrical appliances are controlled by sending a text message from any mobile located in any part provided it has a GSM connectivity. There are many existing Home Automation Systems in the market like Z-WAVE, INSTEON etc. But every system has its pros and cons . Our proposed system is easy to implement and understand. Keywords- Automation, Arduino, GSM Module, Relays, GUI, AT commands, Appliances. 1. Introduction We are in the midst of an era where the technology has solved most of our problems. With depleting resources there has been a strong urge to save energy and find alternatives. The proposed home automation system allows user to switch ON and OFF the lights, fans etc. From any part of the world since this system is controlled using GSM module. The concept behind this is to receive the sent message string from mobile and then processing it to perform the desired function. This is most useful for people living alone since it allows them to remotely monitor their appliances. 2. Related works There are some existing home automation systems present in the market some of which are discussed below[1]. A. Zigbee[2] Zigbee is an IEEE 802.1 standard used in home automation technology and similar to wifi and Bluetooth technology. This technology uses radio frequency(Rf) for controlling and signaling. B. EnOcean[2] EnOcean is the newest technology in the home automation system It is more energy effecient than other existing technologies. It's main aim is zero energy consumption through energy harvesting. C. Z-Wave[2] Z-Wave is most widely used technology in home automation system. It offers good network reliability and stability. The each device has a unique network id and each network has a unique identification thus making the system secure. D.INSTEON[2] INSTEON is used to integrate power line system with wireless system, was developed to replace X10 standard. The transmission of data occurs at 1131.65 Khz for power line devices and 904 Mhz for wireless devices. 2. Proposed System The proposed system is GSM based home automation system. The Home Automation System suffers through many problems which are discussed in paper[3]. Although, this system can be implemented with other communicating modules like Bluetooth module, WI-FI module etc but they have range limitation i.e. They can operate up to a certain distance depending on the range . But GSM based system allows the user to control the device from any part of the world provided that he should be subscribed to a service provider. The system will also give the current status of appliances. Fig 1. Block diagram of home automation system
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 12 | Dec-2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 474 3. Components used 3.1 GSM module[4] Fig 3. A GSM module GSM stands for GLOBAL SYSTEM for MOBILE COMMUNICATION. A GSM module is a chip or circuit that is used to establish communication between a mobile device and a GSM system. 3.2 Arduino Board Fig 2. Arduino Uno board The Arduino Uno board is a microcontroller based on the ATmega328. It has 14 digital input/output pins in which 6 can be used as PWM outputs, a 16 MHz ceramic resonator, an ICSP header, a USB connection, 6 analog inputs, a power jack and a reset button 3.3 Relays[6] A relay is an electromagnetic switch operated by a relatively small electric current that can turn on or off a much larger electric current. A relay has NO and NC states. When a relay is energized it switches from NO to NC or from NC to NO whatever its previous state be. Fig 4. A Relay 4. Connections 4.1 Arduino and Relay Interfacing -: • Connect GND of Arduino to Gnd of Relay • Connect IN1 of Relay to pin 7 of Arduino. • Connect 5V of Arduino to VCC of Relay. Fig 5. A picture showing connections of Circuit. 4.2 Arduino and GSM module Connections • GSM RX --> Arduino TX • GSM TX --> Arduino RX 4.3 Relay connections -: • Com is connected to the battery or power source. • Connect the appliances to NO since initially there is no conatact between NO and COM. When the relay is triggered COM gets connected to NC and the connection is complete.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 12 | Dec-2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 475 5. Implementation and Results After the connections are made and checked properly the system is now ready for use. The system works by sending a predefined text string from a mobile phone which can be present in any part of the world. The string is then received by the Arduino which decodes it and checks if it matches with the already stored string in command. If it matches the Arduino drives the relay which further switches ON and OFF the electrical appliances. The sending and receiving of the strings from/ to the Arduino can be achieved by AT commands. AT commands can be studied at . The following piece of code shows how Arduino reads commands and drives the relays[7]. #define TV 5 if(!(strncmp(str,"tv on",5))) { digitalWrite(TV, HIGH); lcd.setCursor(13,1); lcd.print("ON "); delay(200); } In this piece of code value '5' is given to tv in the macro defined at the starting of the code. The command checks the condition that if the received string and predefined string matches then It sets the pin 5 of Arduino to high which is further connected to relay and drives it. 6. Conclusion With the help of proposed system we can control the connected electrical appliances remotely. This helps in reducing power consumption. This result of this project shows that microcontroller is a very power device for building smart electronic projects/devices like Home Automation System that can control the devices remotely. 7. Future scope There are several drawbacks of this system which can be further improved. Using GSM module and sending text message may cost charges so an interface can be developed for communication of Arduino with a mobile phone. A GUI can be made which shows a blueprint of the room in which appliances like lights and fans can be controlled by touching them on the screen. A feedback mechanism or a power consumption mechanism can be added which shows the current status of appliances and power consumed by them. For a small demonstration purpose a Lcd screen is attached which shows the status of appliances i.e ON or OFF. Further, an acknowledgment SMS can be sent from Arduino to Mobile which tells whether the appliances are ON or OFF. 8. References [1] Singh, Pawan, et al. "A Review Paper on Smart GSM Based Home Automation System." (2016). [2] J. Walko, “Home Control,” Computing & Control Engineering Journal, vol.17 (5), pp.16, 19 Oct-Nov [3] Delgado, A. R., Picking, R., & Grout, V. Remote- controlled home automation systems with different network technologies. Proceedings of the 6th International Network Conference (INC 2006), University of Plymouth, 11-14, pp. 357-366, July 2006 5. C [4] GSM Modems, http://www.nowsms.com/doc/configuring- smscconnections/gsm-modems [5] Arduino IDE, http://arduino.cc/en/main/software [6] Darlington Transistor Array, Texas Instruments, http://www.ti.com/lit/ds/symlink/uln2803a.pdf [7]https://create.arduino.cc/projecthub/avinesh/ gsm- based-home-automation-fe5e57#code Websites: • www.arduino.cc • www.instructables.com • www.circuitdigest.com • www.circuitstoday.com