SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3323
Smart Energy Management System
ATHUL KRISHNAN1, APARNA P2, ASWATHY THULASY3, SOORYA MOHAN4, KEERTHY A S PILLAI5
1,2,3,4Student, Department of Computer Science and Engineering, Sree Buddha College of Engineering,
Pattoor, Kerala, India.
5Asst.Professor, Department of Computer Science and Engineering, Sree Buddha College of Engineering,
Pattoor, Kerala.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - This paper describes a smart campus
management system (SCEMS) that will reduce the energy
consumption of all electrically powered devices in a campus
environment by using a mobile application, a Bluetooth Low
Energy Beacons (BLE Beacon), Microcontroller, different
sensors. BLE Beacons and mobile application determines
whether a user enters or exits the room. Sensorswilldetermine
the position of the user inside the room, includes whether the
user is walking or not. This paper enables the automatic
control of electrical appliances thus reducing electricity costs.
The proposed system will cut off the power of applianceswhen
the user is not around them. There by reducing the energy
consumption and ensures a cost effective energy usage
Key Words: BLE Beacon, Microcontroller,
Microprocessor, Relay, TCP/IP, MQTT, IoT…
1. INTRODUCTION
Energy Powered Systems in the world are undergoing
drastic changes and also facing many challenges in the
matters of production, reliability, and efficiency. The Energy
consumption in most campuses are not efficient because of
the user’s ignorance. This results in the large wastage of
resources. Since this cannot be controlled from Energy
Supplier side, a more efficient manner should be
implemented. There exist many methods for energy
management[1]. The major advantage of our system when
compared to others is that our system monitors energy
consumption continuously and controls the appliances to
save energy.
The development in IoT influenced many studies and
developments in Energy Management Systems. Here we use
several sensors, microcontrollers and a BLE Beacon for
conserving energy. The thermal sensors can monitor the
physical activities and biometric information of the user
inside the room. The BLE Beacons will determine whether a
user enters or exits the room, thus enabling the system to
control the appliances without causing any interference to
the user[3]. There are large number of IoT products
available in market that manages energy byswitchingon/off
the light based on human presence[4]. The main
disadvantage of these systems is it requires large
infrastructure. Our System provides a better solution for
these problems.
2. LITERATURE SURVEY
Since our system mainly focuses on automation the need for
dividing the modules and identifying the component needed
was challenging. The proposed system consists of three
modules.
An Indoor Positioning System(IPS) is usedformonitoringthe
user’s presence inside the room. There exist many methods
for detecting the presence of user in the room. But here we
are only using a couple of sensors and a beacon only. The
beacon is used to detect the entrance or exit of the user by
emitting a low energyBluetoothsignal[2].Wealsoimplement
a lightweight algorithm for controlling the power in an
environment.Thusour paper eliminatestheneedforusageof
a complexmethodslikefingerprintscanning,retinalscanning
or a triangulation process. Since our system doesn’t use any
complex process for power controlling, it can run on any
smartphone without causing severe drainage of battery.
The next module is an Energy Management System(EMS).
Based on the results of survey that we conducted, we
understood thatwe do not necessarilyneedamicroprocessor
for triggering a relay. So Arduino microcontroller are used
here fortriggering therelay. Inthe futureworks,to makeour
system completely independent we can implement
microprocessors like raspberry pi for more advanced
complex operations.
Then comes the Server module(SM). Traditionally a server
receives the request from a smartphone via a mobile app,
processes the request, and then gives a command to the
microcontrollerwhether to or not to change thecurrentstate
of electrical appliances.The communicationis donebasedon
traditional TCP/IP powered MQTT method[7].
3. CONCEPT LEVEL DESIGN
3.1 Arduino Microcontroller
It is an open-source hardware. It is coded using its own
Arduino IDE. This microcontroller board is equippedbyaset
of digital and analogue pins that are used to interface other
various expansion boards and circuits[5]. This
microcontroller board has two communication interfaces,
including a USB, that can be used to load program from a PC.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3324
Fig -1: Arduino Microcontroller
3.2 Relay
A Relay is a special type of switch, which contains an
Electromagnet. When a current flow through the coil an
Electromagnetic field is set up[6]. The contacts at theendsof
iron armature are pushed together for completing the
circuit. Thus relay acts as a switch which is operated
electrically. In the open state, when the relay is activatedand
circuit is closed. In the closed state, when the relay is
inactive, circuit gets disconnected, allowing no current to
flow. Thus relay provides a safety logic.
Fig -2: Relay Unit
3.3 Block Diagram
When ArduinoMicrocontrollerisbootsup,ourproposed
algorithm is executed first and starts detecting the presence
of any user in the room with the help ofBeacons and Sensors
attached. If the presence of any user is detected, then the
Servermodulewill send a commandtothemicrocontrollerto
turn the power on. After receiving the command, the
microcontrollerwillinitializeitspins totriggertherelayunit.
If there is nouser, thenthemicrocontrollerwillcommandthe
microcontroller to switch-off the initialized pins, thus
pushing the relay unit into an open state where the power is
cut down.
Fig -3: Block Diagram
Fig -4: Structural Overview
4. STEPS & ADVANTAGES
First we started our project by setting up the Arduino
microcontroller. An Ethernet Shield is mounted on
microcontroller for enabling the connectivity.Thenanopen-
source platform Android studio is installed for writing the
codes. Another open-source platform Arduino IDE is also
used for coding.
As discussed above, we employ BLE Beacons forsensing the
user’s positon. Our mobile application installed in the user
smartphone executes our power control algorithm. As per
our algorithm power-supply in the office is turned on only
when the user is inside the room. Processing is done in our
server. This process is done by comparing the distance of
user with the nearest beacon. It also compares previous
distances to check that the user is approaching the door
either from outside or from inside. The sensors will help
determining the user’s position inside the room.
Now based on the results obtained from our algorithm, we
need to control switching of electrical appliances.Theserver
will now give commands to the Arduino microcontroller
which is interfaced to a relay unit. This relay unitwillcontrol
the electrical appliances like lights, fans etc.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3325
When Server detects the presence of a user then it sends a
message to the Arduino microcontroller to turn the power
on. Then the Arduino initialize its pins to trigger the relay
unit and it makes the power on. If that’s not the case, that is
if Server didn’t detect any activity, then it commands the
Arduino microcontroller to turn off the power. This will
switch-off any initialized pins in Arduino microcontroller
thusmaking the relay unit into an open state wherepoweris
cut off.
We made a script and stored it into the Arduino
microcontroller and had made that script self-executing
whenever the system is booted up. Thus eliminating the
running of code manually or by giving commands using an
IDE on every booting.
Advantages of the proposed method are:
1) The usage of beacon increases the engagement between
the application and user which also increases the retention.
2) Since the microcontroller and Beacons are implemented,
our product is cost efficient.
3) Our system does not have a large infrastructure, which
makes the real time implementation easier.
4) Even though traditional MQTT protocols are used, user
detection is pretty faster.
5. CONCLUSIONS & FUTURE WORKS
The proposed method is implemented on Arduino
microcontroller using Android studio and Arduino IDE. The
code is written in JAVA language and different IDE libraries
are also linked to ascertain the user movements and
controlling the power.
The software we are using are mainly open-source. We are
implementing the code on a microcontroller ratherthanona
microprocessor. So maintenance and installation costs are
thus reduced drastically. Also usage of BLE Beacons also
reduced the cost. Thus overall our system is cost effective
and can be easily developed to a product.
As the future work, Since the orientation of the Beacons and
Sensors are a bit harder to implement thus there exists a
scope for improving our algorithm for better reliability. Also
in future the implementation of human detection algorithm
increases the security thus by detecting intruders.
REFERENCES
[1] Andreas Kamilaris, Balaji Kalluri, Sekhar Kondepudi,
Tham Kwok Wai, “A literature survey on measuring
energy usage for miscellaneous electric loads in offices
and commercial buildings,” Renewable and Sustainable
Energy Reviews, June 2014.
[2] Rida M E, Liu F, Jadi Y, et al. “ Indoor location position
based on Bluetooth signal strength[C],” Information
Science and Control Engineering (ICISCE), 2015 2nd
International Conference on. IEEE 2015:769-773.
[3] Cho H, Ji j, Chen Z, et al. “Accurate Distance Estimation
between Things: A Self-correcting Approach[J],” Open
Journal of Internet of Things (OJIOT), 2015.
[4] Berkovich G.“Accurate and reliable real-time indoor
positioning on commercial smartphones[C]” , Indoor
Positioning and Indoor Navigation (IIPN), 2014
International Conference on. IEEE, 2014.
[5] Arduino UNO, https://www.arduino.cc
[6] Relay Unit, https://en.wikipedia.org/wiki/Relay
[7] MQTT, http://mqtt.org/

More Related Content

What's hot

Smart digital and analogue ambience control and
Smart digital and analogue ambience control andSmart digital and analogue ambience control and
Smart digital and analogue ambience control andeSAT Publishing House
 
Power house automation using wireless communication
Power house automation using wireless communicationPower house automation using wireless communication
Power house automation using wireless communicationeSAT Publishing House
 
IoT Based Home Automation using Intel Galileo Gen-2
IoT Based Home Automation using Intel Galileo Gen-2IoT Based Home Automation using Intel Galileo Gen-2
IoT Based Home Automation using Intel Galileo Gen-2IRJET Journal
 
IRJET- Intelligent Room Lighting System
IRJET-  	  Intelligent Room Lighting SystemIRJET-  	  Intelligent Room Lighting System
IRJET- Intelligent Room Lighting SystemIRJET Journal
 
WEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEM
WEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEMWEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEM
WEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEMATHUL RAJ.R
 
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 motoreSAT Publishing House
 
A Review on Smart Generator Control using Android Application
A Review on Smart Generator Control using Android ApplicationA Review on Smart Generator Control using Android Application
A Review on Smart Generator Control using Android ApplicationIRJET Journal
 
Smart Sensor Network for Society Automation-A Review
Smart Sensor Network for Society Automation-A ReviewSmart Sensor Network for Society Automation-A Review
Smart Sensor Network for Society Automation-A ReviewIRJET Journal
 
IRJET- Brainy Streets with Automatic Lighting System
IRJET-  	  Brainy Streets with Automatic Lighting SystemIRJET-  	  Brainy Streets with Automatic Lighting System
IRJET- Brainy Streets with Automatic Lighting SystemIRJET Journal
 
IRJET- Home Automation using Smartplug
IRJET-  	  Home Automation using SmartplugIRJET-  	  Home Automation using Smartplug
IRJET- Home Automation using SmartplugIRJET Journal
 
IRJET-5G Mobile Technology
IRJET-5G Mobile TechnologyIRJET-5G Mobile Technology
IRJET-5G Mobile TechnologyIRJET Journal
 
The development of supervisory system for electricity control in smgg, guntur...
The development of supervisory system for electricity control in smgg, guntur...The development of supervisory system for electricity control in smgg, guntur...
The development of supervisory system for electricity control in smgg, guntur...eSAT Journals
 
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoTIRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoTIRJET Journal
 
IRJET- Smart Light Intensity Management System
IRJET- Smart Light Intensity Management SystemIRJET- Smart Light Intensity Management System
IRJET- Smart Light Intensity Management SystemIRJET Journal
 
Automatic Room Lights Controller Using Arduino & PIR Sensor
Automatic Room Lights Controller Using Arduino & PIR SensorAutomatic Room Lights Controller Using Arduino & PIR Sensor
Automatic Room Lights Controller Using Arduino & PIR SensorAnkit Chaudhary
 
IRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSNIRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSNIRJET Journal
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
IRJET- Measuring Electricity Consumption of Appliances and Monitoring the...
IRJET-  	  Measuring Electricity Consumption of Appliances and Monitoring the...IRJET-  	  Measuring Electricity Consumption of Appliances and Monitoring the...
IRJET- Measuring Electricity Consumption of Appliances and Monitoring the...IRJET Journal
 

What's hot (18)

Smart digital and analogue ambience control and
Smart digital and analogue ambience control andSmart digital and analogue ambience control and
Smart digital and analogue ambience control and
 
Power house automation using wireless communication
Power house automation using wireless communicationPower house automation using wireless communication
Power house automation using wireless communication
 
IoT Based Home Automation using Intel Galileo Gen-2
IoT Based Home Automation using Intel Galileo Gen-2IoT Based Home Automation using Intel Galileo Gen-2
IoT Based Home Automation using Intel Galileo Gen-2
 
IRJET- Intelligent Room Lighting System
IRJET-  	  Intelligent Room Lighting SystemIRJET-  	  Intelligent Room Lighting System
IRJET- Intelligent Room Lighting System
 
WEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEM
WEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEMWEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEM
WEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEM
 
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
 
A Review on Smart Generator Control using Android Application
A Review on Smart Generator Control using Android ApplicationA Review on Smart Generator Control using Android Application
A Review on Smart Generator Control using Android Application
 
Smart Sensor Network for Society Automation-A Review
Smart Sensor Network for Society Automation-A ReviewSmart Sensor Network for Society Automation-A Review
Smart Sensor Network for Society Automation-A Review
 
IRJET- Brainy Streets with Automatic Lighting System
IRJET-  	  Brainy Streets with Automatic Lighting SystemIRJET-  	  Brainy Streets with Automatic Lighting System
IRJET- Brainy Streets with Automatic Lighting System
 
IRJET- Home Automation using Smartplug
IRJET-  	  Home Automation using SmartplugIRJET-  	  Home Automation using Smartplug
IRJET- Home Automation using Smartplug
 
IRJET-5G Mobile Technology
IRJET-5G Mobile TechnologyIRJET-5G Mobile Technology
IRJET-5G Mobile Technology
 
The development of supervisory system for electricity control in smgg, guntur...
The development of supervisory system for electricity control in smgg, guntur...The development of supervisory system for electricity control in smgg, guntur...
The development of supervisory system for electricity control in smgg, guntur...
 
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoTIRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
 
IRJET- Smart Light Intensity Management System
IRJET- Smart Light Intensity Management SystemIRJET- Smart Light Intensity Management System
IRJET- Smart Light Intensity Management System
 
Automatic Room Lights Controller Using Arduino & PIR Sensor
Automatic Room Lights Controller Using Arduino & PIR SensorAutomatic Room Lights Controller Using Arduino & PIR Sensor
Automatic Room Lights Controller Using Arduino & PIR Sensor
 
IRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSNIRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSN
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
IRJET- Measuring Electricity Consumption of Appliances and Monitoring the...
IRJET-  	  Measuring Electricity Consumption of Appliances and Monitoring the...IRJET-  	  Measuring Electricity Consumption of Appliances and Monitoring the...
IRJET- Measuring Electricity Consumption of Appliances and Monitoring the...
 

Similar to IRJET- Smart Energy Management System

IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET Journal
 
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 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
 
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- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy MeterIRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy MeterIRJET Journal
 
IRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET Journal
 
IRJET- Measuring Electricity Consumption of Appliances and Monitoring them us...
IRJET- Measuring Electricity Consumption of Appliances and Monitoring them us...IRJET- Measuring Electricity Consumption of Appliances and Monitoring them us...
IRJET- Measuring Electricity Consumption of Appliances and Monitoring them us...IRJET 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- Internet of Things (IoT) based Smart Grid
IRJET- Internet of Things (IoT) based Smart GridIRJET- Internet of Things (IoT) based Smart Grid
IRJET- Internet of Things (IoT) based Smart GridIRJET Journal
 
IRJET- Smart Security System in Homes using Simple Internet of Things Ena...
IRJET-  	  Smart Security System in Homes using Simple Internet of Things Ena...IRJET-  	  Smart Security System in Homes using Simple Internet of Things Ena...
IRJET- Smart Security System in Homes using Simple Internet of Things Ena...IRJET Journal
 
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring SystemIRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring SystemIRJET 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
 
Power house automation using wireless communication
Power house automation using wireless communicationPower house automation using wireless communication
Power house automation using wireless communicationeSAT Journals
 
Password Protected Circuit Breaker Using IoT
Password Protected Circuit Breaker Using IoTPassword Protected Circuit Breaker Using IoT
Password Protected Circuit Breaker Using IoTIRJET Journal
 
The interconnecting mechanism for monitoring regular domestic condition
The interconnecting mechanism for monitoring regular domestic conditionThe interconnecting mechanism for monitoring regular domestic condition
The interconnecting mechanism for monitoring regular domestic conditioneSAT Publishing House
 
IRJET- Home Automation using Smartplug
IRJET-  	  Home Automation using SmartplugIRJET-  	  Home Automation using Smartplug
IRJET- Home Automation using SmartplugIRJET Journal
 
IRJET - IoT based Smart Monitoring in Distribution System
IRJET - IoT based Smart Monitoring in Distribution SystemIRJET - IoT based Smart Monitoring in Distribution System
IRJET - IoT based Smart Monitoring in Distribution SystemIRJET Journal
 
IRJET- Solar Power Monitoring System using IoT
IRJET-  	  Solar Power Monitoring System using IoTIRJET-  	  Solar Power Monitoring System using IoT
IRJET- Solar Power Monitoring System using IoTIRJET Journal
 
IRJET - Intelligent Energy Monitoring System using Web Access
IRJET - Intelligent Energy Monitoring System using Web AccessIRJET - Intelligent Energy Monitoring System using Web Access
IRJET - Intelligent Energy Monitoring System using Web AccessIRJET Journal
 

Similar to IRJET- Smart Energy Management System (20)

IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor Performance
 
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 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- Smart Wireless Electronic Energy Meter
IRJET- Smart Wireless Electronic Energy MeterIRJET- Smart Wireless Electronic Energy Meter
IRJET- Smart Wireless Electronic Energy Meter
 
IRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy MeterIRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy Meter
 
IRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over Internet
 
IRJET- Measuring Electricity Consumption of Appliances and Monitoring them us...
IRJET- Measuring Electricity Consumption of Appliances and Monitoring them us...IRJET- Measuring Electricity Consumption of Appliances and Monitoring them us...
IRJET- Measuring Electricity Consumption of Appliances and Monitoring them us...
 
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- Internet of Things (IoT) based Smart Grid
IRJET- Internet of Things (IoT) based Smart GridIRJET- Internet of Things (IoT) based Smart Grid
IRJET- Internet of Things (IoT) based Smart Grid
 
IRJET- Smart Security System in Homes using Simple Internet of Things Ena...
IRJET-  	  Smart Security System in Homes using Simple Internet of Things Ena...IRJET-  	  Smart Security System in Homes using Simple Internet of Things Ena...
IRJET- Smart Security System in Homes using Simple Internet of Things Ena...
 
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring SystemIRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
 
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
 
Power house automation using wireless communication
Power house automation using wireless communicationPower house automation using wireless communication
Power house automation using wireless communication
 
Password Protected Circuit Breaker Using IoT
Password Protected Circuit Breaker Using IoTPassword Protected Circuit Breaker Using IoT
Password Protected Circuit Breaker Using IoT
 
The interconnecting mechanism for monitoring regular domestic condition
The interconnecting mechanism for monitoring regular domestic conditionThe interconnecting mechanism for monitoring regular domestic condition
The interconnecting mechanism for monitoring regular domestic condition
 
IRJET- Home Automation using Smartplug
IRJET-  	  Home Automation using SmartplugIRJET-  	  Home Automation using Smartplug
IRJET- Home Automation using Smartplug
 
IRJET - IoT based Smart Monitoring in Distribution System
IRJET - IoT based Smart Monitoring in Distribution SystemIRJET - IoT based Smart Monitoring in Distribution System
IRJET - IoT based Smart Monitoring in Distribution System
 
IRJET- Solar Power Monitoring System using IoT
IRJET-  	  Solar Power Monitoring System using IoTIRJET-  	  Solar Power Monitoring System using IoT
IRJET- Solar Power Monitoring System using IoT
 
E044081720
E044081720E044081720
E044081720
 
IRJET - Intelligent Energy Monitoring System using Web Access
IRJET - Intelligent Energy Monitoring System using Web AccessIRJET - Intelligent Energy Monitoring System using Web Access
IRJET - Intelligent Energy Monitoring System using Web Access
 

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

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
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
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 

Recently uploaded (20)

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
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
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
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
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 

IRJET- Smart Energy Management System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3323 Smart Energy Management System ATHUL KRISHNAN1, APARNA P2, ASWATHY THULASY3, SOORYA MOHAN4, KEERTHY A S PILLAI5 1,2,3,4Student, Department of Computer Science and Engineering, Sree Buddha College of Engineering, Pattoor, Kerala, India. 5Asst.Professor, Department of Computer Science and Engineering, Sree Buddha College of Engineering, Pattoor, Kerala. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - This paper describes a smart campus management system (SCEMS) that will reduce the energy consumption of all electrically powered devices in a campus environment by using a mobile application, a Bluetooth Low Energy Beacons (BLE Beacon), Microcontroller, different sensors. BLE Beacons and mobile application determines whether a user enters or exits the room. Sensorswilldetermine the position of the user inside the room, includes whether the user is walking or not. This paper enables the automatic control of electrical appliances thus reducing electricity costs. The proposed system will cut off the power of applianceswhen the user is not around them. There by reducing the energy consumption and ensures a cost effective energy usage Key Words: BLE Beacon, Microcontroller, Microprocessor, Relay, TCP/IP, MQTT, IoT… 1. INTRODUCTION Energy Powered Systems in the world are undergoing drastic changes and also facing many challenges in the matters of production, reliability, and efficiency. The Energy consumption in most campuses are not efficient because of the user’s ignorance. This results in the large wastage of resources. Since this cannot be controlled from Energy Supplier side, a more efficient manner should be implemented. There exist many methods for energy management[1]. The major advantage of our system when compared to others is that our system monitors energy consumption continuously and controls the appliances to save energy. The development in IoT influenced many studies and developments in Energy Management Systems. Here we use several sensors, microcontrollers and a BLE Beacon for conserving energy. The thermal sensors can monitor the physical activities and biometric information of the user inside the room. The BLE Beacons will determine whether a user enters or exits the room, thus enabling the system to control the appliances without causing any interference to the user[3]. There are large number of IoT products available in market that manages energy byswitchingon/off the light based on human presence[4]. The main disadvantage of these systems is it requires large infrastructure. Our System provides a better solution for these problems. 2. LITERATURE SURVEY Since our system mainly focuses on automation the need for dividing the modules and identifying the component needed was challenging. The proposed system consists of three modules. An Indoor Positioning System(IPS) is usedformonitoringthe user’s presence inside the room. There exist many methods for detecting the presence of user in the room. But here we are only using a couple of sensors and a beacon only. The beacon is used to detect the entrance or exit of the user by emitting a low energyBluetoothsignal[2].Wealsoimplement a lightweight algorithm for controlling the power in an environment.Thusour paper eliminatestheneedforusageof a complexmethodslikefingerprintscanning,retinalscanning or a triangulation process. Since our system doesn’t use any complex process for power controlling, it can run on any smartphone without causing severe drainage of battery. The next module is an Energy Management System(EMS). Based on the results of survey that we conducted, we understood thatwe do not necessarilyneedamicroprocessor for triggering a relay. So Arduino microcontroller are used here fortriggering therelay. Inthe futureworks,to makeour system completely independent we can implement microprocessors like raspberry pi for more advanced complex operations. Then comes the Server module(SM). Traditionally a server receives the request from a smartphone via a mobile app, processes the request, and then gives a command to the microcontrollerwhether to or not to change thecurrentstate of electrical appliances.The communicationis donebasedon traditional TCP/IP powered MQTT method[7]. 3. CONCEPT LEVEL DESIGN 3.1 Arduino Microcontroller It is an open-source hardware. It is coded using its own Arduino IDE. This microcontroller board is equippedbyaset of digital and analogue pins that are used to interface other various expansion boards and circuits[5]. This microcontroller board has two communication interfaces, including a USB, that can be used to load program from a PC.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3324 Fig -1: Arduino Microcontroller 3.2 Relay A Relay is a special type of switch, which contains an Electromagnet. When a current flow through the coil an Electromagnetic field is set up[6]. The contacts at theendsof iron armature are pushed together for completing the circuit. Thus relay acts as a switch which is operated electrically. In the open state, when the relay is activatedand circuit is closed. In the closed state, when the relay is inactive, circuit gets disconnected, allowing no current to flow. Thus relay provides a safety logic. Fig -2: Relay Unit 3.3 Block Diagram When ArduinoMicrocontrollerisbootsup,ourproposed algorithm is executed first and starts detecting the presence of any user in the room with the help ofBeacons and Sensors attached. If the presence of any user is detected, then the Servermodulewill send a commandtothemicrocontrollerto turn the power on. After receiving the command, the microcontrollerwillinitializeitspins totriggertherelayunit. If there is nouser, thenthemicrocontrollerwillcommandthe microcontroller to switch-off the initialized pins, thus pushing the relay unit into an open state where the power is cut down. Fig -3: Block Diagram Fig -4: Structural Overview 4. STEPS & ADVANTAGES First we started our project by setting up the Arduino microcontroller. An Ethernet Shield is mounted on microcontroller for enabling the connectivity.Thenanopen- source platform Android studio is installed for writing the codes. Another open-source platform Arduino IDE is also used for coding. As discussed above, we employ BLE Beacons forsensing the user’s positon. Our mobile application installed in the user smartphone executes our power control algorithm. As per our algorithm power-supply in the office is turned on only when the user is inside the room. Processing is done in our server. This process is done by comparing the distance of user with the nearest beacon. It also compares previous distances to check that the user is approaching the door either from outside or from inside. The sensors will help determining the user’s position inside the room. Now based on the results obtained from our algorithm, we need to control switching of electrical appliances.Theserver will now give commands to the Arduino microcontroller which is interfaced to a relay unit. This relay unitwillcontrol the electrical appliances like lights, fans etc.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3325 When Server detects the presence of a user then it sends a message to the Arduino microcontroller to turn the power on. Then the Arduino initialize its pins to trigger the relay unit and it makes the power on. If that’s not the case, that is if Server didn’t detect any activity, then it commands the Arduino microcontroller to turn off the power. This will switch-off any initialized pins in Arduino microcontroller thusmaking the relay unit into an open state wherepoweris cut off. We made a script and stored it into the Arduino microcontroller and had made that script self-executing whenever the system is booted up. Thus eliminating the running of code manually or by giving commands using an IDE on every booting. Advantages of the proposed method are: 1) The usage of beacon increases the engagement between the application and user which also increases the retention. 2) Since the microcontroller and Beacons are implemented, our product is cost efficient. 3) Our system does not have a large infrastructure, which makes the real time implementation easier. 4) Even though traditional MQTT protocols are used, user detection is pretty faster. 5. CONCLUSIONS & FUTURE WORKS The proposed method is implemented on Arduino microcontroller using Android studio and Arduino IDE. The code is written in JAVA language and different IDE libraries are also linked to ascertain the user movements and controlling the power. The software we are using are mainly open-source. We are implementing the code on a microcontroller ratherthanona microprocessor. So maintenance and installation costs are thus reduced drastically. Also usage of BLE Beacons also reduced the cost. Thus overall our system is cost effective and can be easily developed to a product. As the future work, Since the orientation of the Beacons and Sensors are a bit harder to implement thus there exists a scope for improving our algorithm for better reliability. Also in future the implementation of human detection algorithm increases the security thus by detecting intruders. REFERENCES [1] Andreas Kamilaris, Balaji Kalluri, Sekhar Kondepudi, Tham Kwok Wai, “A literature survey on measuring energy usage for miscellaneous electric loads in offices and commercial buildings,” Renewable and Sustainable Energy Reviews, June 2014. [2] Rida M E, Liu F, Jadi Y, et al. “ Indoor location position based on Bluetooth signal strength[C],” Information Science and Control Engineering (ICISCE), 2015 2nd International Conference on. IEEE 2015:769-773. [3] Cho H, Ji j, Chen Z, et al. “Accurate Distance Estimation between Things: A Self-correcting Approach[J],” Open Journal of Internet of Things (OJIOT), 2015. [4] Berkovich G.“Accurate and reliable real-time indoor positioning on commercial smartphones[C]” , Indoor Positioning and Indoor Navigation (IIPN), 2014 International Conference on. IEEE, 2014. [5] Arduino UNO, https://www.arduino.cc [6] Relay Unit, https://en.wikipedia.org/wiki/Relay [7] MQTT, http://mqtt.org/