SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 3316
WSN Based Power Management with Automation and Security
Trushali R. Shelke1, Krishna. S. Ingle2
1PG Student [E&TC], Dept. of E&TC, D.I.E.M.S., Aurangabad, Maharashtra, India
2 Assistant Professor, Dept. of E&TC, D.I.E.M.S., Aurangabad, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The design and development of wireless sensor
network based power management for automated and
secure home is proposed in this paper. The system is used to
control household electrical appliances. Electrical
appliances can operated by automation system, electrical
parameters of household appliances like voltage and
current can be monitored for further calculation of power
consumption of an appliance. The system also focus on home
automation to identify, alert and prevent an intrusion
attempt in a home. The system is easy to operate, cost
effective also can help electricity expense of consumer.
Key Words: wireless sensor network, Rf link, home
automation and security, power management, sensor
1.INTRODUCTION
Automation is a modern technology which helps to make
many tasks automatically. Automation is nothing but
smartening the home. The home automation involves the
controlling and automation of light system, ventilation
and security, also different home appliances which are
often used in day to day life. The devices used for home
automation can be wired or wireless, it depends on which
technology we choose, most precisely the protocols.
Another essential part of automation system is power
management . Power management is to control the total
amount of power consumed by an electrical device at
home, with minimal impact on performance.
This system focuses on three major aspects home
automation, security and power management of electrical
appliances with help of wireless sensor network.
1.1 Automation
The main idea is to automatically control and monitor
electrical and electronic home appliances. Which helps to
operate it from remote place too.
1.2 Security
A modern home automation system must identify, alert
and prevent an intrusion attempt in a home. As a result to
get an secure n safe premise.
1.3 Power management
To monitor electrical parameters of household appliances
such as voltage and current and subsequently calculates
the power consumed by it.
This system enables the switching of devices in various
power modes, each with different power usage
characteristics related to device performance. To have a
smart and affordable energy saving, power management is
focused by controlling lighting, based on the programmed
scheduling and such automation systems reduce the
energy bills considerably. For light management, sensors
like light sensor, LDR sensors can be used. For home
security smoke sensor, fire sensor, LPG sensor plays an
important role. With the help of all these a system
including power management, home security a complete
automation can take place forming different nodes for
various places.
2. RELATED WORK
This section explains the existing systems and proposed
systems. The overall literature review of other systems
has been considered in this section. Nagender Kumar
Suryadevara, Subhas Chandra Mukhopadhyay[1]
discussed the a real time ,smart and controlling system for
electrical appliances. It monitors current and voltage i.e.
the electrical parameters of an appliance to calculate the
power consumed. The collective data is further
transmitted to the host computer and stored. It is a low-
cost and flexible in operation which helps to save
electricity expense of the consumer. Michal Varchola,
Miloš Drutarovský[2] discussed power management using
measurement of electrical parameters by interfacing
appliances with fabricated sensor module. Rasberry-pi is a
heart of module to operate the system and data is
transmitted wirelessly with help of Xbee, an USB camera is
also embedded to achieve the video streaming of load
functionality. German Osmaa, Laura Amadoa, Rodolfo
Villamizara, Gabriel Ordoñeza[3] discussed Building
Automation System(BAS) provide significant advantage to
the building. it helps to reduce the energy consumption
and the environmental impact during building lifespan.
Also it can reduce the fuel consumption and CO2
emissions for power outage to help define the most
profitable slots of work-time. Jianfeng Wu Huibin
Qin[4]discussed ZigBee wireless sensor networks of star
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 3317
which can help remote monitoring and control by GSM
module. System consist of intelligent sensors like
temperature sensor, humidity sensor, vibration sensor
and kinds of security sensors. Output demonstration done
on mobile phone. An system is easy and effective way to
control the intelligent home devices outside or in other
place through GSM module for remote user. R.P. Shaikh,Dr.
R.R. Dube[5] The system monitor and control power
consumed by appliances. System monitors the electrical
parameters like current and voltage to calculate power
consumption of appliances. it is an electricity expense
reducer and people friendly. Data transmitted using
Bluetooth Device. R. Raju, M. Vishwanath, A. Rajkiran[7]
discussed ARM11 processor is used to control process unit
with Zigbee for WSNs ,USB camera to monitor room from
remote places.
Mr. S. N. Suryatale, Mr. S. R. Hirekhan[12] discussed the
system focusing on automation and security.the proposed
system also concentrate on domestic automation of
temperature, humidity, LPG, light by implementing
reliable sensor nodes.
3. SYSTEM MODEL
Fig-1: WSN Based Power Management System
3.1 SYSTEM COMPONENTS
As shown in Figure-1 System is composed of different
components voltage and current sensor for power
calculation, Fire and LPG sensor to give alert on any
intrusion attempt and light sensor to make load on-off
automatically depending upon amount of light present
around. The components are discussed briefly as further.
3.1.1 Current Sensor
Heart of system is ACS712 IC. It is fully encapsulated PCB
and it is compact sized .ACS712 fully integrated Hall-effect
Current sensor IC. This module can be designed for
5A,20A,30A requirements. It requires 5V single supply
operation. Current is measured in proportion to voltage
across analog pin of sensor. Further Figure-2 shows
current sensor connection to load.
Voltage = Current sensor value
Vrms= (Voltage/2) * 0.707 ..........(1)
Amprms = (Vrms * 1000) / mVperAmp. .........(2)
I req. = Amprms * sf [mA] ..........(3)
Voltage output from the sensor converted to its rms
value(Vrms). Further converted to rms current(Amprms) .
desired current(I req.)obtained using scaling factor.
Fig - 2: Current Sensor connection
Fig - 3: Step down transformer for voltage calculation
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 3318
3.1.2 Voltage Calculation
The step-down voltage transformer is used to convert
input supply of 230–240 V to 10 VRMS AC signal. As the
desired voltage is directly proportional to input voltage, it
can calculated by rectifying secondary voltage and passed
through the filter capacitor to get a dc voltage. Figure-3
shows the detailed circuitry for voltage calculation.
Volt = analogRead(A3) .......(4)
Volt = Volt * 4.88 .......(5)
volt req. = Volt * sf [V] ......(6)
Analog voltage derived from circuit is converted to
measured value then the final voltage(Volt req.) is
obtained by scaling factor(sf) and measured voltage(Volt).
fire sensor- It Detects fire outputs signal. The required
operating voltage for fire sensor is 3.3V-5V and detection
distance is up to 100cm. We can obtain Digital and Analog
output as per the choice. The digital output pin DO- switch
outputs(0 -1) and the analog output pin AO-analog
voltage.
3.1.3 LPG Sensor
Heart of sensor module is MQ6. When the target
flammable gas exist around, the sensor’s conductivity gets
higher along with the gas concentration rising. The sensor
convert change of conductivity to correspond output
signal of gas concentration to get level of gas present in
the air. It is low cost ,simple driver circuit sensor for many
applications. Power by External +5V DC supply. Sensitive
material present in the sensor is SnO2.
3.1.4 RF Module
It is a Serial Data Link. Easily transfer serial data over 2.4
Ghz. RF Enables transparent bi-directional communication
for wireless data logging and sensor reading. Working at
2.4 Ghz frequency in half duplex mode. High data rate and
longer transmission distance. Working voltage is 5V and
Frequency 2.4 Ghz.
4. RESULT AND SYSTEM FLOW
Fig-4: Flow Diagram of System.
As shown in the Figure-4 system flow can be explained.
Once the initialization of all the sensors like voltage and
current sensor, light sensor, LPG and fire sensor along
with the serial communication takes place. All the sensors
start monitoring the load connected. Voltage calculation
takes place continuously. Whereas when the light sensor
detect less amount of light present around than the
predefined threshold value(500) which is an analog value
calculated by sensor, the load connected gets driven as a
result the current calculation of the load takes place. After
getting the current and voltage value power calculation
can be derived easily. By which we can calculate the total
amount of power consumption during a day. At the same
time the fire and LPG sensors also keep monitoring
continuously to check any intrusion attempt. If any
emergency takes place relay1 and relay2 respectively may
get triggered. Also all these output from monitoring
sensors are displayed on the LCD placed on the system.
Serially values are sent to the serial port to display the
values on Graphical User Interface(GUI) of host PC.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 3319
Fig -5: Graphical User Interface at the Host PC.
Figure-5 shows results displayed on the GUI of host PC for
a single node. Which contains all the values voltage,
current, LPG, fire and the analog value calculated by the
light sensor. We can calculate the total amount of power
consumed during a specific time span by plotting the
values after some intervals.
5. CONCLUSION
WSN based power management with automation and
security system is successfully constructed and tested to
get an smart home. Simulation shows the automation of
household appliances resulting the power management to
reduce the electricity expenses by calculating the power
consumption at peak hours for consideration. The
smartening of home takes place as system makes it
automated and secure from the intrusion attempts. System
is flexible and easy to access controlling the house hold
appliances.
ACKNOWLEDGEMENT
The authors would like to thanks all the colleagues from
the network and members of department of electronics
and telecommunication D.I.E.M.S., Aurangabad for their
continue support and feedback.
REFERENCES
[1] Nagender Kumar Suryadevara, Subhas Chandra
Mukhopadhyay, "WSN-based smart sensors and actuator
for power management in intelligent buildings." IEEE,
asme Transactions on Mechatronics, vol. 20, no. 2, April
2015
[2] Michal Varchola, Miloš Drutarovský, "ZIGBEE Based
Home Automation Wireless Sensor Network." acta
electrotechnica et informatica no. 4, vol. 7, 2007
[3] German Osmaa, Laura Amadoa, Rodolfo Villamizara,
Gabriel Ordoñeza, "Building Automation Systems As Tool
To Improve The Resilience From Energy Behavior
Approach." Elsevier Ltd., 861 – 868, 2015
[4] Jianfeng Wu Huibin Qin, "The Design of Wireless
Intelligent Home System Base on ZigBee." IEEE Int.
Conference 2008
[5] Ms. Rubana P. Shaikh1, Dr. R. R. Dube," Smart Power
Management System using Wireless Sensor Network ." Vol.
5, Issue 5, May 2016
[6] Fuxing Yang, Chanyuan Liu, Zhongcai Pei, Zhiyong
Tang, "The Design Of Wireless Remote Intelligent Home
System Based On Zigbee And Gprs." Proceedings Of Iccta
2011
[7] R. Raju, M. Vishwanath, A. Rajkiran ," WSN-Based Smart
Sensors and Actuator for Power Management in Intelligent
Buildings." Vol.04,Issue.13, May-2015
[8] Guangming Song, "A Hybrid Sensor Network System
for Home Monitoring Applications." IEEE Transactions on
Consumer Electronics, Vol. 53, No. 4, NOVEMBER 2007
[9] Changsu Suh and Young-Bae Ko," Design and
Implementation of Intelligent Home Control Systems
based on Active Sensor Networks." IEEE Vol. 54, No. 3,
AUGUST ,2008
[10] Ashish Gupta, B. S. Rautela , B. Kumar, "Power
Management in Wireless Sensor Networks." Volume 4,
Issue 4, April 2014
[11] William Stalling, ―Wireless Communication and
Networks, Fourth Edition, Pearson Publication Limited,
2004, Pp 39-118.
[12] Mr. S. N. Suryatale, Mr. S. R. Hirekhan. "Wireless
Sensor Network Based Intelligent Home Implementing
using Arduino And ZIGBEE." volume-2,issue-4,2015

More Related Content

What's hot

IRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy MeterIRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy MeterIRJET Journal
 
Dhiraj power system automation
Dhiraj power system automationDhiraj power system automation
Dhiraj power system automationvision2d16
 
IRJET - Energy Consumption Indicator
IRJET - Energy Consumption IndicatorIRJET - Energy Consumption Indicator
IRJET - Energy Consumption IndicatorIRJET Journal
 
IRJET- PLC Based Intelligent Control of Substation
IRJET- PLC Based Intelligent Control of SubstationIRJET- PLC Based Intelligent Control of Substation
IRJET- PLC Based Intelligent Control of SubstationIRJET Journal
 
Smart meter standards overview
Smart meter standards overviewSmart meter standards overview
Smart meter standards overviewS.Nizam deen
 
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using CloudIRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using CloudIRJET Journal
 
Power system automation pdf
Power system automation pdfPower system automation pdf
Power system automation pdfPawan Sharma
 
IRJET- Hall Effect Sensor Based Digital Smart Three Phase Energy Meter
IRJET- Hall Effect Sensor Based Digital Smart Three Phase Energy MeterIRJET- Hall Effect Sensor Based Digital Smart Three Phase Energy Meter
IRJET- Hall Effect Sensor Based Digital Smart Three Phase Energy MeterIRJET Journal
 
IRJET- Automated Energy Metering System
IRJET- Automated Energy Metering SystemIRJET- Automated Energy Metering System
IRJET- Automated Energy Metering SystemIRJET Journal
 
Smart energy meter (Updated)
Smart energy meter (Updated)Smart energy meter (Updated)
Smart energy meter (Updated)Dnyanesh Patil
 
35 electrical power
35 electrical power35 electrical power
35 electrical powerOsama Rizwan
 
Micro processor based temperature controller on power transistors
Micro processor based temperature controller on power transistorsMicro processor based temperature controller on power transistors
Micro processor based temperature controller on power transistorseSAT Publishing House
 
Wavelet Based Analysis of Online Monitoring of Electrical Power by Mobile Tec...
Wavelet Based Analysis of Online Monitoring of Electrical Power by Mobile Tec...Wavelet Based Analysis of Online Monitoring of Electrical Power by Mobile Tec...
Wavelet Based Analysis of Online Monitoring of Electrical Power by Mobile Tec...IJMER
 
Temperature based fan controller
Temperature based fan controllerTemperature based fan controller
Temperature based fan controllerShahbaz Makandar A.
 
Power system automation introduction
Power system automation introductionPower system automation introduction
Power system automation introductionMohammed Naser
 

What's hot (16)

IRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy MeterIRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy Meter
 
Dhiraj power system automation
Dhiraj power system automationDhiraj power system automation
Dhiraj power system automation
 
IRJET - Energy Consumption Indicator
IRJET - Energy Consumption IndicatorIRJET - Energy Consumption Indicator
IRJET - Energy Consumption Indicator
 
IRJET- PLC Based Intelligent Control of Substation
IRJET- PLC Based Intelligent Control of SubstationIRJET- PLC Based Intelligent Control of Substation
IRJET- PLC Based Intelligent Control of Substation
 
Y4103145147
Y4103145147Y4103145147
Y4103145147
 
Smart meter standards overview
Smart meter standards overviewSmart meter standards overview
Smart meter standards overview
 
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using CloudIRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
 
Power system automation pdf
Power system automation pdfPower system automation pdf
Power system automation pdf
 
IRJET- Hall Effect Sensor Based Digital Smart Three Phase Energy Meter
IRJET- Hall Effect Sensor Based Digital Smart Three Phase Energy MeterIRJET- Hall Effect Sensor Based Digital Smart Three Phase Energy Meter
IRJET- Hall Effect Sensor Based Digital Smart Three Phase Energy Meter
 
IRJET- Automated Energy Metering System
IRJET- Automated Energy Metering SystemIRJET- Automated Energy Metering System
IRJET- Automated Energy Metering System
 
Smart energy meter (Updated)
Smart energy meter (Updated)Smart energy meter (Updated)
Smart energy meter (Updated)
 
35 electrical power
35 electrical power35 electrical power
35 electrical power
 
Micro processor based temperature controller on power transistors
Micro processor based temperature controller on power transistorsMicro processor based temperature controller on power transistors
Micro processor based temperature controller on power transistors
 
Wavelet Based Analysis of Online Monitoring of Electrical Power by Mobile Tec...
Wavelet Based Analysis of Online Monitoring of Electrical Power by Mobile Tec...Wavelet Based Analysis of Online Monitoring of Electrical Power by Mobile Tec...
Wavelet Based Analysis of Online Monitoring of Electrical Power by Mobile Tec...
 
Temperature based fan controller
Temperature based fan controllerTemperature based fan controller
Temperature based fan controller
 
Power system automation introduction
Power system automation introductionPower system automation introduction
Power system automation introduction
 

Similar to WSN-Based Home Automation for Power Management and Security

Industrial Automation Monitor and Control using IoT
Industrial Automation Monitor and Control using IoT Industrial Automation Monitor and Control using IoT
Industrial Automation Monitor and Control using IoT IRJET Journal
 
Power Factor Detection and Data Analytics
Power Factor Detection and Data AnalyticsPower Factor Detection and Data Analytics
Power Factor Detection and Data AnalyticsIRJET Journal
 
POWER CONSUMING SYSTEM USING WSN IN HEMS
POWER CONSUMING SYSTEM USING WSN IN HEMSPOWER CONSUMING SYSTEM USING WSN IN HEMS
POWER CONSUMING SYSTEM USING WSN IN HEMSIJERA Editor
 
IRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET Journal
 
Home Automation System using Arduino and GSM
Home Automation System using Arduino and GSMHome Automation System using Arduino and GSM
Home Automation System using Arduino and GSMIRJET Journal
 
IRJET- Design and Implementation of Prepaid Energy Meter and Data Acquisi...
IRJET-  	  Design and Implementation of Prepaid Energy Meter and Data Acquisi...IRJET-  	  Design and Implementation of Prepaid Energy Meter and Data Acquisi...
IRJET- Design and Implementation of Prepaid Energy Meter and Data Acquisi...IRJET Journal
 
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 SavingIRJET Journal
 
Power Consumption Alert System
Power Consumption Alert SystemPower Consumption Alert System
Power Consumption Alert SystemIRJET Journal
 
Wireless System for Monitoring Human Health using GSM
Wireless System for Monitoring Human Health using GSMWireless System for Monitoring Human Health using GSM
Wireless System for Monitoring Human Health using GSMIRJET Journal
 
Ieeepro techno solutions ieee 2014 embedded project gsm based automatic e...
Ieeepro techno solutions    ieee 2014 embedded project  gsm based automatic e...Ieeepro techno solutions    ieee 2014 embedded project  gsm based automatic e...
Ieeepro techno solutions ieee 2014 embedded project gsm based automatic e...srinivasanece7
 
IOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNOIOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNOIRJET Journal
 
IRJET- Smart Wireless Electronic Energy Meter
IRJET- Smart Wireless Electronic Energy MeterIRJET- Smart Wireless Electronic Energy Meter
IRJET- Smart Wireless Electronic Energy MeterIRJET Journal
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing SystemIRJET Journal
 
Development of a software solution for solar pv power systems sizing and moni...
Development of a software solution for solar pv power systems sizing and moni...Development of a software solution for solar pv power systems sizing and moni...
Development of a software solution for solar pv power systems sizing and moni...simeon Matthew
 
IRJET - Smart Street Light System using IoT
IRJET - Smart Street Light System using IoTIRJET - Smart Street Light System using IoT
IRJET - Smart Street Light System using IoTIRJET Journal
 
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 NetworkIRJET Journal
 
IRJET - Smart Power Monitoring and Controlling through IoT
IRJET -  	  Smart Power Monitoring and Controlling through IoTIRJET -  	  Smart Power Monitoring and Controlling through IoT
IRJET - Smart Power Monitoring and Controlling through IoTIRJET Journal
 
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 & MonitoringIRJET Journal
 
A Real-Time IoT Implementation for Efficient Energy Consumption
A Real-Time IoT Implementation for Efficient Energy ConsumptionA Real-Time IoT Implementation for Efficient Energy Consumption
A Real-Time IoT Implementation for Efficient Energy ConsumptionIRJET Journal
 

Similar to WSN-Based Home Automation for Power Management and Security (20)

Industrial Automation Monitor and Control using IoT
Industrial Automation Monitor and Control using IoT Industrial Automation Monitor and Control using IoT
Industrial Automation Monitor and Control using IoT
 
Power Factor Detection and Data Analytics
Power Factor Detection and Data AnalyticsPower Factor Detection and Data Analytics
Power Factor Detection and Data Analytics
 
POWER CONSUMING SYSTEM USING WSN IN HEMS
POWER CONSUMING SYSTEM USING WSN IN HEMSPOWER CONSUMING SYSTEM USING WSN IN HEMS
POWER CONSUMING SYSTEM USING WSN IN HEMS
 
IRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over Internet
 
Home Automation System using Arduino and GSM
Home Automation System using Arduino and GSMHome Automation System using Arduino and GSM
Home Automation System using Arduino and GSM
 
IRJET- Design and Implementation of Prepaid Energy Meter and Data Acquisi...
IRJET-  	  Design and Implementation of Prepaid Energy Meter and Data Acquisi...IRJET-  	  Design and Implementation of Prepaid Energy Meter and Data Acquisi...
IRJET- Design and Implementation of Prepaid Energy Meter and Data Acquisi...
 
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
 
Power Consumption Alert System
Power Consumption Alert SystemPower Consumption Alert System
Power Consumption Alert System
 
Wireless System for Monitoring Human Health using GSM
Wireless System for Monitoring Human Health using GSMWireless System for Monitoring Human Health using GSM
Wireless System for Monitoring Human Health using GSM
 
Ieeepro techno solutions ieee 2014 embedded project gsm based automatic e...
Ieeepro techno solutions    ieee 2014 embedded project  gsm based automatic e...Ieeepro techno solutions    ieee 2014 embedded project  gsm based automatic e...
Ieeepro techno solutions ieee 2014 embedded project gsm based automatic e...
 
M44096368
M44096368M44096368
M44096368
 
IOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNOIOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNO
 
IRJET- Smart Wireless Electronic Energy Meter
IRJET- Smart Wireless Electronic Energy MeterIRJET- Smart Wireless Electronic Energy Meter
IRJET- Smart Wireless Electronic Energy Meter
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing System
 
Development of a software solution for solar pv power systems sizing and moni...
Development of a software solution for solar pv power systems sizing and moni...Development of a software solution for solar pv power systems sizing and moni...
Development of a software solution for solar pv power systems sizing and moni...
 
IRJET - Smart Street Light System using IoT
IRJET - Smart Street Light System using IoTIRJET - Smart Street Light System using IoT
IRJET - Smart Street Light System using IoT
 
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 - Smart Power Monitoring and Controlling through IoT
IRJET -  	  Smart Power Monitoring and Controlling through IoTIRJET -  	  Smart Power Monitoring and Controlling through IoT
IRJET - Smart Power Monitoring and Controlling through 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
 
A Real-Time IoT Implementation for Efficient Energy Consumption
A Real-Time IoT Implementation for Efficient Energy ConsumptionA Real-Time IoT Implementation for Efficient Energy Consumption
A Real-Time IoT Implementation for Efficient Energy Consumption
 

More from IRJET Journal

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...IRJET Journal
 
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 STRUCTUREIRJET Journal
 
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...IRJET Journal
 
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 CharacteristicsIRJET Journal
 
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...IRJET Journal
 
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-...IRJET Journal
 
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...IRJET Journal
 
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...IRJET Journal
 
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 ADASIRJET Journal
 
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,...IRJET Journal
 
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 ProIRJET Journal
 
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...IRJET Journal
 
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 SystemIRJET Journal
 
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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
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 ...IRJET Journal
 
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.IRJET Journal
 
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...IRJET Journal
 
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 DesignIRJET Journal
 
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...IRJET Journal
 

More from 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...
 

Recently uploaded

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
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
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
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
 
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 ONLINEslot gacor bisa pakai pulsa
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
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
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
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
 
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
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 

Recently uploaded (20)

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
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 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, ...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
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
 
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
 
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
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
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
 
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
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
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
 
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)
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 

WSN-Based Home Automation for Power Management and Security

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 3316 WSN Based Power Management with Automation and Security Trushali R. Shelke1, Krishna. S. Ingle2 1PG Student [E&TC], Dept. of E&TC, D.I.E.M.S., Aurangabad, Maharashtra, India 2 Assistant Professor, Dept. of E&TC, D.I.E.M.S., Aurangabad, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The design and development of wireless sensor network based power management for automated and secure home is proposed in this paper. The system is used to control household electrical appliances. Electrical appliances can operated by automation system, electrical parameters of household appliances like voltage and current can be monitored for further calculation of power consumption of an appliance. The system also focus on home automation to identify, alert and prevent an intrusion attempt in a home. The system is easy to operate, cost effective also can help electricity expense of consumer. Key Words: wireless sensor network, Rf link, home automation and security, power management, sensor 1.INTRODUCTION Automation is a modern technology which helps to make many tasks automatically. Automation is nothing but smartening the home. The home automation involves the controlling and automation of light system, ventilation and security, also different home appliances which are often used in day to day life. The devices used for home automation can be wired or wireless, it depends on which technology we choose, most precisely the protocols. Another essential part of automation system is power management . Power management is to control the total amount of power consumed by an electrical device at home, with minimal impact on performance. This system focuses on three major aspects home automation, security and power management of electrical appliances with help of wireless sensor network. 1.1 Automation The main idea is to automatically control and monitor electrical and electronic home appliances. Which helps to operate it from remote place too. 1.2 Security A modern home automation system must identify, alert and prevent an intrusion attempt in a home. As a result to get an secure n safe premise. 1.3 Power management To monitor electrical parameters of household appliances such as voltage and current and subsequently calculates the power consumed by it. This system enables the switching of devices in various power modes, each with different power usage characteristics related to device performance. To have a smart and affordable energy saving, power management is focused by controlling lighting, based on the programmed scheduling and such automation systems reduce the energy bills considerably. For light management, sensors like light sensor, LDR sensors can be used. For home security smoke sensor, fire sensor, LPG sensor plays an important role. With the help of all these a system including power management, home security a complete automation can take place forming different nodes for various places. 2. RELATED WORK This section explains the existing systems and proposed systems. The overall literature review of other systems has been considered in this section. Nagender Kumar Suryadevara, Subhas Chandra Mukhopadhyay[1] discussed the a real time ,smart and controlling system for electrical appliances. It monitors current and voltage i.e. the electrical parameters of an appliance to calculate the power consumed. The collective data is further transmitted to the host computer and stored. It is a low- cost and flexible in operation which helps to save electricity expense of the consumer. Michal Varchola, Miloš DrutarovskĂ˝[2] discussed power management using measurement of electrical parameters by interfacing appliances with fabricated sensor module. Rasberry-pi is a heart of module to operate the system and data is transmitted wirelessly with help of Xbee, an USB camera is also embedded to achieve the video streaming of load functionality. German Osmaa, Laura Amadoa, Rodolfo Villamizara, Gabriel Ordoñeza[3] discussed Building Automation System(BAS) provide significant advantage to the building. it helps to reduce the energy consumption and the environmental impact during building lifespan. Also it can reduce the fuel consumption and CO2 emissions for power outage to help define the most profitable slots of work-time. Jianfeng Wu Huibin Qin[4]discussed ZigBee wireless sensor networks of star
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 3317 which can help remote monitoring and control by GSM module. System consist of intelligent sensors like temperature sensor, humidity sensor, vibration sensor and kinds of security sensors. Output demonstration done on mobile phone. An system is easy and effective way to control the intelligent home devices outside or in other place through GSM module for remote user. R.P. Shaikh,Dr. R.R. Dube[5] The system monitor and control power consumed by appliances. System monitors the electrical parameters like current and voltage to calculate power consumption of appliances. it is an electricity expense reducer and people friendly. Data transmitted using Bluetooth Device. R. Raju, M. Vishwanath, A. Rajkiran[7] discussed ARM11 processor is used to control process unit with Zigbee for WSNs ,USB camera to monitor room from remote places. Mr. S. N. Suryatale, Mr. S. R. Hirekhan[12] discussed the system focusing on automation and security.the proposed system also concentrate on domestic automation of temperature, humidity, LPG, light by implementing reliable sensor nodes. 3. SYSTEM MODEL Fig-1: WSN Based Power Management System 3.1 SYSTEM COMPONENTS As shown in Figure-1 System is composed of different components voltage and current sensor for power calculation, Fire and LPG sensor to give alert on any intrusion attempt and light sensor to make load on-off automatically depending upon amount of light present around. The components are discussed briefly as further. 3.1.1 Current Sensor Heart of system is ACS712 IC. It is fully encapsulated PCB and it is compact sized .ACS712 fully integrated Hall-effect Current sensor IC. This module can be designed for 5A,20A,30A requirements. It requires 5V single supply operation. Current is measured in proportion to voltage across analog pin of sensor. Further Figure-2 shows current sensor connection to load. Voltage = Current sensor value Vrms= (Voltage/2) * 0.707 ..........(1) Amprms = (Vrms * 1000) / mVperAmp. .........(2) I req. = Amprms * sf [mA] ..........(3) Voltage output from the sensor converted to its rms value(Vrms). Further converted to rms current(Amprms) . desired current(I req.)obtained using scaling factor. Fig - 2: Current Sensor connection Fig - 3: Step down transformer for voltage calculation
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 3318 3.1.2 Voltage Calculation The step-down voltage transformer is used to convert input supply of 230–240 V to 10 VRMS AC signal. As the desired voltage is directly proportional to input voltage, it can calculated by rectifying secondary voltage and passed through the filter capacitor to get a dc voltage. Figure-3 shows the detailed circuitry for voltage calculation. Volt = analogRead(A3) .......(4) Volt = Volt * 4.88 .......(5) volt req. = Volt * sf [V] ......(6) Analog voltage derived from circuit is converted to measured value then the final voltage(Volt req.) is obtained by scaling factor(sf) and measured voltage(Volt). fire sensor- It Detects fire outputs signal. The required operating voltage for fire sensor is 3.3V-5V and detection distance is up to 100cm. We can obtain Digital and Analog output as per the choice. The digital output pin DO- switch outputs(0 -1) and the analog output pin AO-analog voltage. 3.1.3 LPG Sensor Heart of sensor module is MQ6. When the target flammable gas exist around, the sensor’s conductivity gets higher along with the gas concentration rising. The sensor convert change of conductivity to correspond output signal of gas concentration to get level of gas present in the air. It is low cost ,simple driver circuit sensor for many applications. Power by External +5V DC supply. Sensitive material present in the sensor is SnO2. 3.1.4 RF Module It is a Serial Data Link. Easily transfer serial data over 2.4 Ghz. RF Enables transparent bi-directional communication for wireless data logging and sensor reading. Working at 2.4 Ghz frequency in half duplex mode. High data rate and longer transmission distance. Working voltage is 5V and Frequency 2.4 Ghz. 4. RESULT AND SYSTEM FLOW Fig-4: Flow Diagram of System. As shown in the Figure-4 system flow can be explained. Once the initialization of all the sensors like voltage and current sensor, light sensor, LPG and fire sensor along with the serial communication takes place. All the sensors start monitoring the load connected. Voltage calculation takes place continuously. Whereas when the light sensor detect less amount of light present around than the predefined threshold value(500) which is an analog value calculated by sensor, the load connected gets driven as a result the current calculation of the load takes place. After getting the current and voltage value power calculation can be derived easily. By which we can calculate the total amount of power consumption during a day. At the same time the fire and LPG sensors also keep monitoring continuously to check any intrusion attempt. If any emergency takes place relay1 and relay2 respectively may get triggered. Also all these output from monitoring sensors are displayed on the LCD placed on the system. Serially values are sent to the serial port to display the values on Graphical User Interface(GUI) of host PC.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 3319 Fig -5: Graphical User Interface at the Host PC. Figure-5 shows results displayed on the GUI of host PC for a single node. Which contains all the values voltage, current, LPG, fire and the analog value calculated by the light sensor. We can calculate the total amount of power consumed during a specific time span by plotting the values after some intervals. 5. CONCLUSION WSN based power management with automation and security system is successfully constructed and tested to get an smart home. Simulation shows the automation of household appliances resulting the power management to reduce the electricity expenses by calculating the power consumption at peak hours for consideration. The smartening of home takes place as system makes it automated and secure from the intrusion attempts. System is flexible and easy to access controlling the house hold appliances. ACKNOWLEDGEMENT The authors would like to thanks all the colleagues from the network and members of department of electronics and telecommunication D.I.E.M.S., Aurangabad for their continue support and feedback. REFERENCES [1] Nagender Kumar Suryadevara, Subhas Chandra Mukhopadhyay, "WSN-based smart sensors and actuator for power management in intelligent buildings." IEEE, asme Transactions on Mechatronics, vol. 20, no. 2, April 2015 [2] Michal Varchola, Miloš DrutarovskĂ˝, "ZIGBEE Based Home Automation Wireless Sensor Network." acta electrotechnica et informatica no. 4, vol. 7, 2007 [3] German Osmaa, Laura Amadoa, Rodolfo Villamizara, Gabriel Ordoñeza, "Building Automation Systems As Tool To Improve The Resilience From Energy Behavior Approach." Elsevier Ltd., 861 – 868, 2015 [4] Jianfeng Wu Huibin Qin, "The Design of Wireless Intelligent Home System Base on ZigBee." IEEE Int. Conference 2008 [5] Ms. Rubana P. Shaikh1, Dr. R. R. Dube," Smart Power Management System using Wireless Sensor Network ." Vol. 5, Issue 5, May 2016 [6] Fuxing Yang, Chanyuan Liu, Zhongcai Pei, Zhiyong Tang, "The Design Of Wireless Remote Intelligent Home System Based On Zigbee And Gprs." Proceedings Of Iccta 2011 [7] R. Raju, M. Vishwanath, A. Rajkiran ," WSN-Based Smart Sensors and Actuator for Power Management in Intelligent Buildings." Vol.04,Issue.13, May-2015 [8] Guangming Song, "A Hybrid Sensor Network System for Home Monitoring Applications." IEEE Transactions on Consumer Electronics, Vol. 53, No. 4, NOVEMBER 2007 [9] Changsu Suh and Young-Bae Ko," Design and Implementation of Intelligent Home Control Systems based on Active Sensor Networks." IEEE Vol. 54, No. 3, AUGUST ,2008 [10] Ashish Gupta, B. S. Rautela , B. Kumar, "Power Management in Wireless Sensor Networks." Volume 4, Issue 4, April 2014 [11] William Stalling, ―Wireless Communication and Networks, Fourth Edition, Pearson Publication Limited, 2004, Pp 39-118. [12] Mr. S. N. Suryatale, Mr. S. R. Hirekhan. "Wireless Sensor Network Based Intelligent Home Implementing using Arduino And ZIGBEE." volume-2,issue-4,2015