Sei sulla pagina 1di 4

International Journal of Electronics, Electrical and Computational System

IJEECS
ISSN 2348-117X
Volume 7, Issue 3
March 2018

GSM Based Electricity Theft Detection using Arduino

L.Hinduja, M.Nivedha , B.Priyavadhana


3rd year student
Department of ECE, Coimbatore Institute of Technology, Coimbatore
Dr .B.Premalatha
Assistant professor,
Department of ECE, Coimbatore Institute of Technology, Coimbatore

ABSTRACT proposed abstract is an electricity theft detection


Every year there is increasing number of electricity thefts
system which is used to detect the theft
across domestic electricity connection as well as automatically that is made by the most irregular
industrial electricity supply. If the electricity is illegally way of bypassing the transmission line with a piece
used it will affect the economic status of the country. The a wire. In this system a current sensor is used which
planning for distribution and production of electrical is used to sense the total amount of current
energy may be difficult in case of unrecorded energy consumed by the load. If any tapping has done in
usage. The project’s aim is to design a system which is the line during transmission, more current will be
used to detect and eliminate the power theft in drawn by the sensor, which indicates that electricity
transmission lines using current sensor and GSM theft has been occurred. The theft information is
module. There is a problem with the rural areas where
then quickly accessed by the Arduino mega and a
the wired system is difficult to transfer the information
on electricity theft to the supplier. A wireless technique,
SMS will be send to the mobile through the GSM
GSM has high efficiency and larger range of technology.
communication compared to Bluetooth, infrared etc. that
are with the limitations of range and less efficiency. In 2. EXISTING SYSTEM
this project Arduino is used to detect power theft and to
send the command to GSM module to send the theft The existing wireless communication system of
information message in this project. The implementation energy meter has been done using ZIGBEE, relay
of this system will save large amount of electricity. control and GPRS. This method is mainly used to
KEYWORDS: GSM, Current Sensor, Arduino Mega secure the communication channel and ZIGBEE for
2560. the transmission of data in a serial process. The
drawback of this system is that the meter readings
can be collected only by going to the particular
1. INTRODUCTION range of area and cut power supply manually if
The most common problem in our country is needed.
electrical power theft. The population in our
country is very high and the power theft is also
increasing day by day. Every year we are facing 3. PROPOSED SYSTEM
number of domestic electricity thefts and power In this proposed system GSM technology is
thefts in industrial supply, that results in loss of implemented for transmitting the information about
distributed power to the supplier and because of power theft to the supplier. The system is designed
which we are facing the continuous problems like in such a way to prevent the electricity thefts
power cut in urban and rural areas. This project happening in the current scenario. This system is
helps to avoid the problems in satisfying the need of being interfaced with Arduino and sensors which
electricity for whole country. There are numerous are used to sense the problem, if any problem is
ways using which electricity theft can be done, so it detected then the message will be sent to the user
is difficult to track how a theft has occurred, and via GSM. This will prevent the electricity theft as
this issue has to be solved as early as possible. Our much as possible. The proposed system gives

472 L.Hinduja, M.Nivedha , B.Priyavadhana, Dr .B.Premalatha


International Journal of Electronics, Electrical and Computational System
IJEECS
ISSN 2348-117X
Volume 7, Issue 3
March 2018

solution for the existing problems like power theft, and current sensor and the output DC voltage from
wastage of energy and transmission line fault that 7812 voltage regulator is given to the GSM module
are faced by the authorized power suppliers. to power it.

4. BLOCK DIAGRAM DESCRIPTION 4.4 GSM MODEM &MAX232 IC


4.1 ARDUINO MEGA GSM is Global System for Mobile Communication.
Arduino mega is a microcontroller in which we can It uses digital wireless techniques like TDMA and
program to do a particular task at any instant of CDMA. GSM Modem-Max 232 has an inbuilt dual
time for our convenience. It contains ATmega2560 band GSM engine-SIM 800A. It can carry about 64
which is a microcontroller. It is available at kbps to 120 Mbps of data rates. GSM also provides
virtually low cost and it is highly reliable. The advanced voice and data services. It has both
software used to program the Arduino to do a transmitting and receiving pins which are used to
specific task is Arduino IDE(Integrated send and receive messages.
Development Environment). Arduino mega has
more digital I/O pins compared to Arduino Uno. It 4.5 CURRENT SENSOR ACS712
is advanced and has 54 I/O pins.
The current sensor ACS712 senses the current from
ac supply and transfers the reading to Arduino
4.2 BLOCK DIAGRAM board. It operates from the range of 5V and gives an
analog voltage as output which is proportional to
the current sensed on the terminals. The
applications of ACS712 current include motor
control, detection of load, switch mode supplies and
over current fault protection and management.

Fig.4.2.1 Block diagram

4.3 POWER SUPPLY


The input to the circuit is applied from the regulated
power supply. The 230 V AC input from the main Fig.4.5.1 Interfacing of Arduino and current
supply is step downed by the transformer to 12V sensor
AC and is fed to a rectifier. The rectifier output
which is a pulsating DC voltage is then fed to a 4.6 RELAY MODULE
filter to remove the AC components to get a pure Relay acts like a switch and it is used to control the
DC voltage. The obtained filter output is fed to a high power devices. As the operating voltage of
voltage regulator, output obtained is a constant dc Arduino is 5v it can’t control higher voltage devices
voltage depending on the specification of the directly, so a 5v relay can be used to switch the
voltage regulator. The output DC voltage from 7805 230v current and then arduino is used to control the
voltage regulator is given to the arduino mega, relay relay. The relay work by controlling one electrical

473 L.Hinduja, M.Nivedha , B.Priyavadhana, Dr .B.Premalatha


International Journal of Electronics, Electrical and Computational System
IJEECS
ISSN 2348-117X
Volume 7, Issue 3
March 2018

circuit by switching contact in another circuit either


electrically or mechanically. A relay is said to be in
open contact when it is normally open (NO) i.e. NC
pin connected to COM and connected when INT1 is
set high and thereby relay is not energized. A relay
contact is a closed contact when it is normally
closed (NC) i.e. disconnected when INT1 is high,
and hence there will be no supply to relay.

5. FLOW CHART:

Fig.6.1 System is ON

Fig.5.1 Flow chart


Fig.6.2 Power theft is detected
6. HARDWARE DESIGN:
The 230V AC power supply is given to one pin of 7.CONCLUSION
current sensor, the other pin of current sensor is A Wireless Electricity Theft Detection and
connected to the load through the relay. The input monitoring system has been designed and
of 5V for arduino is given by rectifier circuit and a developed with proper integration of both the
voltage regulator LM7805 from the 230V hardware and the software. Without any human
supply.The analog output pin of current sensor is interface this system provides an effective and easy
given to arduino through A0.The VCC and GND of way to detect electrical theft. The use of GSM
current sensor and relay are connected to arduino. helps in achieving the numerous advantages of
The interfacing of GSM and arduino is made. The wireless network systems. Power theft is actually
input 12V GSM is given through rectifier circuit bypassing the energy meter but in our project we
and voltage regulator LM7812. The corresponding have indicated the theft by increasing the load and
message is send through GSM this method is cost efficient.

474 L.Hinduja, M.Nivedha , B.Priyavadhana, Dr .B.Premalatha


International Journal of Electronics, Electrical and Computational System
IJEECS
ISSN 2348-117X
Volume 7, Issue 3
March 2018

8. REFERENCES cost electronic prepaid energy meter, IOSR Journal


[1]G.L. Prashanthi, K .V . Prasad 2016, Wireless power of Electronics and Communication Engineering,
meter monitoring with power theft detection and Volume : 02, pp. 548–552.
intimation system using GSM, International journal [4] Pradeep Mittall 2015, Wireless Electricity billing
of engineering science and computing, Volume9, system, International Research Journal of
pp. 330-348. Engineering and Technology (IRJET) Volume:
[2] J.L. Parra and E.A.S. Calderon 2013, Use of shunts 02,pp.21-34.
detecting equipment for the identification of illegal [5] M.Jamil, F.Munir, A.A.Khan, and A.Mirza 2014,
power outlets, International Journal of Innovative Telemetering & billing system for spatially
research in science , engineering and technology, pp. distributed electrical power clients, Electrical power
1–4. system research pp. 35–40.
[3] S.K.A. Zaidi, H. Mansoor, S.R. Ashraf, and A.
Hassan 2014, Design and implementation of low

475 L.Hinduja, M.Nivedha , B.Priyavadhana, Dr .B.Premalatha

Potrebbero piacerti anche