Reference Paper
Reference Paper
III. METHODOLODY
IV. SYSTEM DESIGN
There are several methods to automate the
process of power saving but still the accuracy is low.
Therefore, we have come with an idea that controls the The proposed system design can be divided into
frequently using appliances such as light and fan based software and hardware design parts.
on the number of people inside the room. This approach
will count the number of people entering or leaving the
room. Based on the count, the lights and fans will be A. HARDWARE DESIGN
turned on/ off automatically.
Considering the cost, we have kept minimum
hardware inclusion. The design of implementation of
real time automatic power saving system consists of
four main components namely ESP8266 Node C. ANDROID APP
MCU,16x2 LCD display, 5V relay and E18-D80NK IR
proximity sensor. The Node MCU is a low-cost An android application is developed to show the
microcontroller that is used to connect two or more units of power saved using the smart control. This app will
objects together. E18-D80NK IR sensor is a low-cost take the number of hours the appliances are turned on as an
IR proximity sensor that is used to detect obstacles in input and calculate the corresponding power consumed. The
the range of 4cm to 70 cm. Relay are electrically calculated power is then compared with a fixed value of
power taken, when the appliances are operated without smart
operated switches that open and close according to the control. Therefore, the difference between the fixed value of
input. Signal. Apart from this LCD plays the major role power and the calculated power will give the saved power in
in displaying the number of persons inside the room. units.
The conceptual diagram is shown is fig.3 where the This app can also use to control appliances like light
below components are included and fan by interfacing the Bluetooth module to the Node
MCU.
• Node MCU 1.Connect Bluetooth module with the MCU
2.Switch ON the power supply and open the android
• Relay
app in mobile phone
• E18d80NK IR proximity sensor 3.Scan for the Bluetooth device and pair with it
• 16X2 LCD 4.Send character ‘A’ to turn on appliances
• Power supply 5.Send character ‘B’ to turn off the appliances.
• Bulb and Fan
The purpose of the system is to reduce the wastage of energy
by controlling the appliances from app and the comparison
graph can be viewed which helps to know the performance of
the prototype.
B. SOFTWARE DESIGN
If (count >=1)
//node send signal to relay to turn on lights
and fans
Else if(count==0)
//node send signal to relay to turn off lights and
fans
V. IMPLEMENTATION
Fig.6.Cirucit Connection
The implementation of real time automatic
power saving system is been implemented in faulty
cabin. The connections of the components are shown in
Fig.4.
The two E18D80 NK IR proximity sensor will
be placed at the entry of the Cabin as shown below.
Fig.8(c)
Fig.8(a) Fig.9(c)
GRAPH:
Fig.11.Prototype
VIII. REFERENCES