SlideShare une entreprise Scribd logo
1  sur  15
Télécharger pour lire hors ligne
International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014
DOI : 10.5121/ijp2p.2014.5201 1
A COGNITIVE ENERGY DISTRIBUTION SYSTEM
SANUKRISHNAN S.B.
PG SCHOLAR, ELECTRONICS & COMMUNICATION DEPT.
HINDUSTHAN INSTITUTE OF TECHNOLOGY, COIMBATORE.
ABSTRACT
This is a complete automated solution for the existing energy distribution and monitoring system in
India,which can monitor the meter readings continuously and take necessary actions to maintain the power
grid stable. A Power Line Communication (PLC) based modem is integrated with each electronic energy
meter. Through PLC the meters communicate with the coordinator. Coordinator makes use of GPRS modem
to upload/download data to/from internet. A personal computer with an internet connection at the other end,
which contains the database acts as the billing point. Live meter reading sent back to this billing point
periodically and these details are updated in a central database. An interactive, user friendly graphical
interface is present at user end. All the energy logs, notices from the Government, billing details and average
statistics will be available here. The system splits the loads into critical loads and non critical loads. This
makes the distribution system more intelligent. More over prior information about the power cuts can be
done. We can easily implement many add-ons such as energy demand prediction, real time dynamic tariff as
a function of demand and supply and so on.
KEYWORDS
AMR, Arduino, Dynamic tariff, Energy monitoring, Touch screen.
1. INTRODUCTION
India have 228.722 GW capacity electricity distribution system, which is World's 5th largest. Total
expenditure in this section is about 12.58 trillion rupees and it is very sad to realize that more than
90% of energy that is used for electricity production is being wasted. This occurs during
production, transmission, and consumption in many ways. More over energy theft is becoming a
common practice. Also we saw that power failure affected more than 300 million people in Punjab,
Haryana, Uttar Pradesh, Himachal Pradesh and Rajasthan states on 30th July 2012. All these
statistics means that India is lacking a strong energy distribution and monitoring system.
This paper presents the design of energy monitoring system with an interactive meter. It is
associated with GPRS, Power line communication, and web interface for automating billing and
monitoring. It replaces traditional meter reading methods and enables remote access of existing
energy meter by the energy provider. Also they can monitor the meter readings regularly without
the person visiting each house.
Arduino board is used as the processing unit in the energy meter. It is a single-board
microcontroller to make using electronics in multidisciplinary projects more accessible. The
International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014
2
hardware consists of an open-source hardware board designed around an 8-bit Atmel AVR
microcontroller, or a 32-bit Atmel ARM. The software consists of a standard programming
language compiler and a boot loader that executes on the microcontroller. Arduino boards can be
purchased pre-assembled or as do-it-yourself kits.
Power line is used as the communication medium. PLC carries data on a conductor that is also used
simultaneously for AC electric power transmission or electric power distribution to consumers. It
is also known as power line carrier, Power Line Digital Subscriber Line (PDSL), mains
communication, power line telecommunications, or Power Line Networking (PLN). A wide range
of power line communication technologies are needed for different applications, ranging from
home automation to Internet access which is often called Broadband over Power Lines (BPL).
Most PLC technologies limit themselves to one type of wires (such as premises wiring within a
single building), but some can cross between two levels (for example, both the distribution network
and premises wiring). Typically transformers prevent propagating the signal, which requires
multiple technologies to form very large networks. Various data rates and frequencies are used in
different situations.
2. PROPOSED SYSTEM
Figure 1 shows the complete structure of the proposed system. A number of energy meters that can
communicate with a coordinator through power line are present. Coordinator collects the readings
from meters as well as it act according to the instructions from the controlling station. Actions
include connecting and disconnecting loads, displaying tariffs etc. number of coordinators in a
system is determined by the number of customers and the geometrical distance. Coordinators
update all the readings in the internet, which can be instantaneously monitored in the controlling
station. Power consumption of individual users and their history will be available here. Instant
billing and disconnection/connection of users are also available. Entire system mainly consists of
following sections and features.
Figure.1 Block Diagram of complete system
International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014
3
2.1. Metering Module
Each metering module consists of a metering IC, a microcontroller, Real Time Clock (RTC) and a
touch screen. Metering IC will generate the pulses according to the power consumption. This will
be processed by the microcontroller and stored in a SD card. Touch screen makes the system more
interactive and usable. It is capable of displaying the power consumption per day, per week as well
as per month. It can display the statistics in a bar graph, which makes the user analysis the power
consumption easily. All the notices and information from the government such as power cut
schedule, billing date reminder etc. Power line modem will modify the communication signals and
transmit/receive the required information.
2.2. Coordinator
A number of meters are connected to a single coordinator through PLC. Each coordinator will have
a GPRS modem to get connected to the internet. An additional meter present here will calculate the
total power distributing to that particular area, and the coordinator compare this reading to the sum
of individual meters to detect energy theft. Number of meters that can get connected to a single
coordinator depends on the distance and physical conditions of that area. Group of a coordinator
and meters can be called as a cluster.
2.3. Server and Management System
This is the centralized controlling part. All dates will be updated here. Unit is located at the
Electricity Board. The officers can easily view, analyze and control each individual meters. Even
the connection and disconnection can be dome remotely. Individual profiles will be there for each
consumer. The customers can do online payment and other options.
2.4. Energy Theft Detection
Use of auxiliary meters allows us to detect the energy theft. The coordinator compares the auxiliary
meter reading and the sum of other meter readings to make a conclusion. If these readings match
approximately, that indicates no theft. The same system can be used to find out the energy losses.
Sub meters can also include if necessary. Figure.2 depicts the energy theft detection concept.
Figure.2 Energy theft detection.
International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014
4
2.5. Critical and Non Critical Load Separation
The entire load in each destination is separated into two-critical and non-critical. This system has
the ability to control these loads independently. Very low power devices can be connected to
critical loads such as CFL lamps. During the power shutdown, the critical loads can be remained on
so that the basic requirements of user will get satisfied without any burden to the electricity board.
2.6. Real Time Dynamic Tariff
Since the load requirement is not balanced and randomly varying, and the production is almost
fixed, the government may have to borrow or lease electricity. The entire grid system should be
balanced so as to ensure a stable distribution system. Since we have a continuous interaction with
the meter, tariffs can be varied instantaneously and can be displayed in the meter. When the
demand is high, tariff will be more and more consumers try to reduce consumption and vice versa.
This increases the stability, and the grid should be balanced. For example powering on a mixer
grinder at the night, which is the peak time, rather than the less requirement time in a home is not
advisable.
2.7. Demand Analysis and Prediction
Since all the statistics such as time based, area based, season based are available, and the load
requirements in the upcoming can be easily approximated by statistical method. This makes the
distribution system more reliable and stable.
3. HARDWARE DESIGN
Entire hardware section can be sub divided into two- design of meter and design of coordinator.
Each cluster consists of a coordinator and a number of meters. Number of clusters defines the
system.
3.1. Design of Energy Meter
An Arduino Mega developer board is used as the main part of meter’s prototype. In addition to that
a TFT screen with touch screen from ITEAD Studio is used. A PLC modem should also be
interfaced for the complete functionality.
International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014
5
Figure.3 Arduino Mega
The Arduino Mega 2560 is a microcontroller board based on the ATmega2560. It has 54 digital
input/output pins, 16 analog inputs, 4 UARTs (hardware serial ports), a 16 MHz crystal oscillator,
a USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed
to support the microcontroller; simply connect it to a computer with a USB cable or power it with a
AC-to-DC adapter or battery to get started. The Mega is compatible with most shields designed for
the Arduino Duemilanove or Diecimila.
I have used an ITEAD 2.8 TFT LCD touch shield. 2.8'' TFT Touch Shield is an Arduino UNO/
Mega compatible multi coloured TFT display with a touch-screen and SD card socket. It is
available in an Arduino shield compatible pin out for attachment. The TFT driver is based on
ILI9325DS with 8bit data and 4bit control interface. It can work with both 3.3V and 5V, so it can
display on Chipkit UNO32 and Simple cortex as well.
Figure.4 ITEAD TFT LCD touch shield
User touch screen is designed with 6 main screens. The welcome screen will get opened when the
system get switched on. It is shown in Figure.5. Home screen will come automatically after a few
seconds and it display the energy consumption per day per week and per month as in figure 6.
International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014
6
Figure.5 Welcome screen Figure.6. Home Screen
Figure.7. View screen Figure.8 Notice screen
Figure.9About screen
View screen includes the statistics of the entire month. It shows the day by day statistics of the
energy consumption. According to the amount consumed, the bar graph will obtain corresponding
colours. This makes the analysis so easy. Green indicates low, yellow indicates medium and red
International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014
7
indicates high power consumption. Figure.7 shows the view screen. Any messages from the
authority will be displayed in the notice screen as in Figure.8. This can be used as a reminder for
billing, information about the power cuts, etc. About screen showed in Figure.9 includes the
product details.
3.2 Design of Coordinator
Coordinator is the central part of the system. It reads the meters regularly and updates the data in to
internet. This includes a microcontroller, Real time clock, FSK Modulator and demodulator,
MUX/DEMUX circuit, Amplifier, Isolator circuit, LCD and GSM/GPRS module. Figure.5 shows
the complete schematic.
Figure. 5 schematic of main section
Atmega 8 is used as the microcontroller, which is High-performance, Low-power 8-bit
Microcontroller with Advanced RISC Architecture. An RTC is interfaced with Atmega 8 by I2C
protocol. RTC counts seconds, minutes, hours, date of the month, month, day of the week, and year
with leap-year compensation valid up to 2100.The RTC selected here is DS1307 .It is low cost,
easy to solder, and can run for years on a very small coin cell (3V CMOS battery) which runs
continuously even in power failure.
The UART data can’t be connected to the AC lines directly for power line communication. It
should be modulated, amplified and isolated. The Tx pin of the microcontroller is directly
connected to the modulator input. CD4046 is the IC used. It has 2 phase discriminators and one
VCO. Figure.6 and Figure.7 shows FSK modulator and demodulator.
International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014
8
Figure.6 FSK Modulator Figure.7 FSK Demodulator
Figure.8 MUX/ DEMUX circuit
Atmega8 is having only one UART, but we have to communicate to the power line as well as the
GPRS module. This can be achieved by multiplexing. Use of a buffer 74HC125 allows this. The
control/ enable signal control the direction and via of flow of signal. Figure.8 shows a simple
implementation of mux/demux using buffer. U1A and U1B act as the demux and U1c and U1D as
the mux. Switch will generate the control signal for the buffers. MUXed output will be available at
the node U1D(Y).
International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014
9
4. PLC ALGORITHM AND PROTOCOL
Certain set of conditions and rules should be obeyed for establishing a reliable power line
communication and an efficient monitoring system. Figure.9 shows the Power Line Communication
Protocol used.
Figure.9 Power Line Communication Protocol
1.[MeterID]+CONNECT : Informs the meter with id “MeterID” that the coordinator is trying to
get
connect.
2.[MeterID]+OK : Conformation signal from the meter that it is ready for a conversation.
If the coordinator didn’t get this conformation even after some duration it will resent the first
message and hear for the conformation. If it fail even at its maximum retry limit it will report that
the corresponding meter is out of order.
3. [MeterID]+READING : Request to get the reading.
4. [MeterID]+VALUE : Here the “value” will be the corresponding meter reading.
5. [MeterID]+TEMP : Request to resent the reading.
Meter will sent the reading again (the reading stored in buffer while sending the previous
message).if meter readings didn’t match last 3 steps will be repeated up to a certain value. If it fails
all the time, coordinator will inform us that the corresponding meter is malfunctioning. This entire
algorithm implemented to establish the protocol described in Figure.9. In addition to that, the
Display is getting updated always. Note that this includes the algorithm only for the
communication side.Figure.10 and Figure.11 shows the algorithm used in meter and coordinator.
International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014
10
Figure.10 Algorithm for Meter
International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014
11
Figure.11 Algorithm for Coordinator
Meter readings will be displayed continuously on the touch screen as in the figureure 6. At the
same time it responds to the coordinator. It will check for connect/disconnect request from the
coordinator and take necessary actions. If no such requests are pending it check for meter reading
request. Meter reading is sent twice as the response to [METER ID]+READING and [METER
ID]+ TEMP. This will repeat forever.
Algorithm of coordinator is little complex here, because it is the master and it should start all the
communications. ‘Try’ and ‘attempt’ are the integers used to represent the number of tries it take to
get connected to the meter and number of times it waits for a correct reading. When these values
exceed some threshold value, the coordinator will report this to the controlling station. Otherwise it
can simply connect and read the accurate reading from the meter.
International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014
12
5. RESULTS
All the part of communication algorithm is successfully verified by the simulation. Error
conditions are intentionally made in the coding to check the complete functionality. Also Arduino
board is successfully interfaced with the TFT touch shield. Proper data are displayed and touch is
captured successfully.
Figure.5 to figure.9 shows the outputs obtained from the arduino touch screen shield. Simulated
result of the protocol is shown in the following figurers. The LCD is located at the coordinator and
the microcontroller and loads are present at the meter side.
i) Disconnecting all loads
ii) Connecting critical loads
iii) Connecting all loads
iv) Connecting to meter100
International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014
13
v) Taking reading from meter100
vi) Verifying reading
vii) When readings match
viii) When readings mismatch and 3rd
try fails
ix) When meter doesn’t respond and 3rd attempt fails
6. CONCLUSIONS
Arduino uno has sufficient processing speed for manipulating displaying data. It plotted even bar
graph without significant delay. Code size can also be accommodated by 32kb flash of Arduino
Uno. But all the pins are used by the touch screen shield, which disable further improvements.
International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014
14
Arduino Mega will be the perfect choice.
Power line communication protocols works perfectly under simulation. It is capable for the
reactions towards the network. Since FSK is used, the data transfer rate is limited to a rate of 9600
bps.
7. FUTURE WORKS
This same system can be extended for the purpose of water supply monitoring and gas monitoring.
Without any significant changes in the hardware, this can be achieved. Software that can run in a
personal computer can increase the efficiency of the system.
ACKNOWLEDGMENT
I would like to thank the Department of Electronics and Communication Engineering, HIT,
Coimbatore for providing laboratory facilities and opportunity for experimental setup.
REFERENCES
[1] Ashna.k & Sudhish N George “GSM BasedAutomatic Energy Meter Reading System with Instant
Billing”- IEEE 2013
[2] Abul B a s h a r , M a r u f Ahmad, Sobuj Kumar Ray, & Asif Ahmed “Economical Way of GPRS Based
Fully Automated Energy Metering System”-Global Journal of Computer Science and Technology 2013
[3 ]Nabil Mohammad, Anomadarshi Barua and Muhammad Abdullah Arafat “A Smart Prepaid Energy
Metering System to Control Electricity Theft”-2013 International Conference on Power, Energy and
Control (ICPEC)
[4] Md. Shams Arman Rupok, Maruf Ahmed, Mr. A.R.N.M Reaz Ul Haque “Design and Implementation of
A Novel Remote Metering system using USB GPRS/EDGE Modem” 2011 IEEE
[5] Md. Manirul Islam, Mohiuddin Ahmad, Md. Ajijul Islam, Abu Farzan Mitul, M. F. Malek2, and M.
A.Rashid “ Electronic Energy Meter with Remote Monitoring and Billing System” 2012 7th
International Conference on Electrical and Computer Engineering
[6] M. Popa “Gateway Design and Implementation in an Automatic Meter Reading System Based on Power
Line Communications”
[7] A. Ali , N.A. Razali “ Implementation of Automatic Meter Reading (AMR) Using Radio Frequency
(RF) Module” 2012 IEEE
[8] Adnan Rashdi, Rafia Malik, Sanam Rashid, Anam Ajmal, Sulaiman Sadiq “Remote Energy Monitoring,
Profiling and Control Through GSM Network” 2012 International Conference on Innovations in
Information Technology (IIT)
[9] K. S. K. Weranga, D. P. Chandima “Smart Metering for Next Generation Energy Efficiency &
Conservation” IEEE PES ISGT ASIA 2012 1569564125
[10] A.Geetha, Dr. K. Jamuna “Smart Metering System”
[11] Yujun Bao and Xiaoyan Jiang, “Design of electric Energy Meter for long-distance data information
transfers which based upon GPRS”, ISA 2009.
[12] H.G.Rodney Tan,C.H, Lee,V.H.Mok, “Automatic power meter reading” IPEC 2007. Vivek Kumar
Sehgal,Nitesh Panda, Nipun Rai Handa, “Electronic Energy Meter with instant billing”,UKSim Fourth
European Modelling Symposium on Computer Modelling and Simulation.
[13] Bharath P, Ananth N, Vijetha S, Jyothi Prakash K. V. ,“Wireless automated digital Energy Meter”,
ICSET 2008
International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014
15
[14] P.K. Lee and L.L. Lai, Fieee, “A practical approach to wireless GPRS on-line power quality monitoring
system”, Power Engineering Society General Meeting, 2007.
[15] Subhashis Maitra, “Embedded Energy Meter- A new concept to measure the energy consumed by a
consumer and to pay the bill”, Power System Technology and IEEE.
[16] T El-Djazairy, B J Beggs and I F Stewart, “ Investigation of the use of the Global System for Mobile
Communications (GSM) network formetering and load management telemetry”, Electricity
Distribution. Part1: Contributions. CIRED. 14th International Conference and Exhibitionon (IEE Conf.
Publ. No. 438).
[17] Li Kaicheng, Liu Jianfeng, Yue Congyuan, Zhang Ming. “Remote power management and
meter-reading system based on ARM microprocessor”, Precision Electromagnetic Measurements
Digest, 2008. CPEM 2008. Conference on Digital Object Identifier.
[18] “An analysis of power tariffs across India” by PHD Chamber Of Commerce And Industry, February
2013
[19] Mahmood, M. Aamir, M. I. Anis, “Design and Implementation of AMR Smart Grid Sytem,” Electric
Power Conference, IEEE EPEC 2008, pp. 1-6, 2008.
[20] V.C. Gungor, G.P. Hancke, “Industrial Wireless Sensor Networks: Challenges, Design Principles, and
Technical Approaches,” IEEE Trans. On Industrial Electronics, vol. 56, no. 10, pp.4258-4265,
2009.proc.of IEEE International Conference on IndustrialElectronics, Control, and Instrumentation,
vol. 1.
[21] L. Hong and L. Ning. “Design and Implementation of Remote Intelligent Management System for City
Energy Resources based on Wireless Network”, Study of Computer Application, no.12, pp. 237-239,
2004. pp. 631–636, 1996.
[22] C. Yin-kang, L. Xiang-yang and X. Jing. “The Hardware Design of Concentrator for Wireless Intelligent
Meter Reading System”, Element and IC,no. 1, pp. 37-39, 2005.
[23] P.K. Lee, L. L. Lai, “A Practical Approach to Wireless GPRS On-Line Power Quality Monitoring
System,” Proc. of the IEEE PES General Meeting, June 2007.
[24] Haque, Md. Mejbaul, et al., "Microcontroller Based Single Phase Digital Prepaid Energy Meter for
Improved Metering and Billing System", International Journal of Power Electronics and Drive System
(IJPEDS), Vol.1, No.2, December 2011, pp.139-147.
[25] Quazi, Irfan, et al., “Pre-paid Energy Meter based on AVR Microcontroller”, International Journal of
Engineering Research and Applications (IJERA),Vol. 1, Issue 4, pp. 1879-1884.
[26] S.W. Lee, C.S. Wu, W. M.S. Chiou and K.T. Wu.“Design of an Automatic Meter Reading System”,
[27] P.M. Kanabar, M.G. Kanabar, W. El-Khattam, T.S. Sidhu, and A. Shami, "Evaluation of
Communication Technologies for IEC 61850 Based Distribution Automation System with Distributed
Energy Resources", Proc. of the IEEE PES General Meeting, Calgary, July 26-30, 2009
Authors
Mr. Sanukrishnan S.B. Pursuing M.E. in VLSI Design and Embedded Systems, from
Hindusthan Institute of Technology, Coimbatore under Anna University, Chennai. He Received
B.Tech degree from Kannur university in Electronics and Communicatioin Engineering in 2012
with ‘Honours’ certificate. He is currently an intern in Ulive Embedded solutions, Coimbatore.
He is selected as the ‘Best Engineer’ by the technical competition conducted by CITV Vadakara,
and got many prizes for the event line follower. His interests include automation, energy
consumption and robotics.

Contenu connexe

Tendances

Dhiraj power system automation
Dhiraj power system automationDhiraj power system automation
Dhiraj power system automationvision2d16
 
IRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET-Simulation of Smart Meter Using Proteus software for Smart GridIRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET-Simulation of Smart Meter Using Proteus software for Smart GridIRJET Journal
 
IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...
IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...
IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...IRJET Journal
 
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...paperpublications3
 
Final paperenhancing distribution system through the use of real time etherne...
Final paperenhancing distribution system through the use of real time etherne...Final paperenhancing distribution system through the use of real time etherne...
Final paperenhancing distribution system through the use of real time etherne...Genc Gjergjani
 
DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...
DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...
DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...ijesajournal
 
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...Iaetsd Iaetsd
 
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
 
Design and Implementation of IOT Based Smart Power Monitoring and Management ...
Design and Implementation of IOT Based Smart Power Monitoring and Management ...Design and Implementation of IOT Based Smart Power Monitoring and Management ...
Design and Implementation of IOT Based Smart Power Monitoring and Management ...ijesajournal
 
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
 
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
 
Final Year Project Report. (Management of Smart Electricity Grids)
Final Year Project Report. (Management of Smart Electricity Grids)Final Year Project Report. (Management of Smart Electricity Grids)
Final Year Project Report. (Management of Smart Electricity Grids)Jatin Pherwani
 
IoT Based Smart Energy Meter using Raspberry Pi and Arduino
IoT Based Smart Energy Meter using Raspberry Pi and Arduino IoT Based Smart Energy Meter using Raspberry Pi and Arduino
IoT Based Smart Energy Meter using Raspberry Pi and Arduino Bilal Amjad
 
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
 

Tendances (17)

Dhiraj power system automation
Dhiraj power system automationDhiraj power system automation
Dhiraj power system automation
 
IRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET-Simulation of Smart Meter Using Proteus software for Smart GridIRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
 
IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...
IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...
IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...
 
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
 
Power Measurement with IoT
Power Measurement with IoTPower Measurement with IoT
Power Measurement with IoT
 
Final paperenhancing distribution system through the use of real time etherne...
Final paperenhancing distribution system through the use of real time etherne...Final paperenhancing distribution system through the use of real time etherne...
Final paperenhancing distribution system through the use of real time etherne...
 
DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...
DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...
DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...
 
Fulltext 1005224
Fulltext 1005224 Fulltext 1005224
Fulltext 1005224
 
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
 
Power house automation using wireless communication
Power house automation using wireless communicationPower house automation using wireless communication
Power house automation using wireless communication
 
Design and Implementation of IOT Based Smart Power Monitoring and Management ...
Design and Implementation of IOT Based Smart Power Monitoring and Management ...Design and Implementation of IOT Based Smart Power Monitoring and Management ...
Design and Implementation of IOT Based Smart Power Monitoring and Management ...
 
Cired2011 0405 final
Cired2011 0405 finalCired2011 0405 final
Cired2011 0405 final
 
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...
 
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
 
Final Year Project Report. (Management of Smart Electricity Grids)
Final Year Project Report. (Management of Smart Electricity Grids)Final Year Project Report. (Management of Smart Electricity Grids)
Final Year Project Report. (Management of Smart Electricity Grids)
 
IoT Based Smart Energy Meter using Raspberry Pi and Arduino
IoT Based Smart Energy Meter using Raspberry Pi and Arduino IoT Based Smart Energy Meter using Raspberry Pi and Arduino
IoT Based Smart Energy Meter using Raspberry Pi and Arduino
 
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
 

Similaire à A cognitive energy distribution system

Simulation of Smart Meter Using Proteus software for Smart Grid
Simulation of Smart Meter Using Proteus software for Smart GridSimulation of Smart Meter Using Proteus software for Smart Grid
Simulation of Smart Meter Using Proteus software for Smart GridIRJET 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
 
IOT-ENABLED GREEN CAMPUS ENERGY MANAGEMENT SYSTEM
IOT-ENABLED GREEN CAMPUS ENERGY MANAGEMENT SYSTEM IOT-ENABLED GREEN CAMPUS ENERGY MANAGEMENT SYSTEM
IOT-ENABLED GREEN CAMPUS ENERGY MANAGEMENT SYSTEM ijesajournal
 
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoTIRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
IRJET - Dynamic Domestic Energy Utility Monitoring and Management 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
 
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoTIRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoTIRJET 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
 
IRJET- Automated Energy Metering System
IRJET- Automated Energy Metering SystemIRJET- Automated Energy Metering System
IRJET- Automated Energy Metering SystemIRJET Journal
 
Power Consumption Alert System
Power Consumption Alert SystemPower Consumption Alert System
Power Consumption Alert SystemIRJET Journal
 
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...IOSR Journals
 
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
 
Intelligent Power Meter using GSM network and Android Application
Intelligent Power Meter using GSM  network and Android ApplicationIntelligent Power Meter using GSM  network and Android Application
Intelligent Power Meter using GSM network and Android Applicationshan km
 
IRJET- A Review on Power Line Carrier Communication (PLCC) Systems
IRJET- A Review on Power Line Carrier Communication (PLCC) SystemsIRJET- A Review on Power Line Carrier Communication (PLCC) Systems
IRJET- A Review on Power Line Carrier Communication (PLCC) SystemsIRJET Journal
 
Dhiraj power system automation
Dhiraj power system automationDhiraj power system automation
Dhiraj power system automationvision2d16
 
Advance Metering Infrastructure:Smart Meter
Advance Metering Infrastructure:Smart MeterAdvance Metering Infrastructure:Smart Meter
Advance Metering Infrastructure:Smart MeterMD NAWAZ
 
IRJET- Smart and Efficient Load Control System using Dynamic Tariff
IRJET- Smart and Efficient Load Control System using Dynamic TariffIRJET- Smart and Efficient Load Control System using Dynamic Tariff
IRJET- Smart and Efficient Load Control System using Dynamic TariffIRJET Journal
 
IRJET-IoT based Smart Electricity Meter and Power Theft Detection
IRJET-IoT based Smart Electricity Meter and Power Theft DetectionIRJET-IoT based Smart Electricity Meter and Power Theft Detection
IRJET-IoT based Smart Electricity Meter and Power Theft DetectionIRJET Journal
 

Similaire à A cognitive energy distribution system (20)

Simulation of Smart Meter Using Proteus software for Smart Grid
Simulation of Smart Meter Using Proteus software for Smart GridSimulation of Smart Meter Using Proteus software for Smart Grid
Simulation of Smart Meter Using Proteus software for Smart Grid
 
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
 
Ijariie1172
Ijariie1172Ijariie1172
Ijariie1172
 
IOT-ENABLED GREEN CAMPUS ENERGY MANAGEMENT SYSTEM
IOT-ENABLED GREEN CAMPUS ENERGY MANAGEMENT SYSTEM IOT-ENABLED GREEN CAMPUS ENERGY MANAGEMENT SYSTEM
IOT-ENABLED GREEN CAMPUS ENERGY MANAGEMENT SYSTEM
 
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoTIRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
 
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
 
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoTIRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
 
Power house automation using wireless communication
Power house automation using wireless communicationPower house automation using wireless communication
Power house automation using wireless communication
 
IRJET- Automated Energy Metering System
IRJET- Automated Energy Metering SystemIRJET- Automated Energy Metering System
IRJET- Automated Energy Metering System
 
Power Consumption Alert System
Power Consumption Alert SystemPower Consumption Alert System
Power Consumption Alert System
 
1.4
1.41.4
1.4
 
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
 
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...
 
Intelligent Power Meter using GSM network and Android Application
Intelligent Power Meter using GSM  network and Android ApplicationIntelligent Power Meter using GSM  network and Android Application
Intelligent Power Meter using GSM network and Android Application
 
IRJET- A Review on Power Line Carrier Communication (PLCC) Systems
IRJET- A Review on Power Line Carrier Communication (PLCC) SystemsIRJET- A Review on Power Line Carrier Communication (PLCC) Systems
IRJET- A Review on Power Line Carrier Communication (PLCC) Systems
 
Dhiraj power system automation
Dhiraj power system automationDhiraj power system automation
Dhiraj power system automation
 
B010330713
B010330713B010330713
B010330713
 
Advance Metering Infrastructure:Smart Meter
Advance Metering Infrastructure:Smart MeterAdvance Metering Infrastructure:Smart Meter
Advance Metering Infrastructure:Smart Meter
 
IRJET- Smart and Efficient Load Control System using Dynamic Tariff
IRJET- Smart and Efficient Load Control System using Dynamic TariffIRJET- Smart and Efficient Load Control System using Dynamic Tariff
IRJET- Smart and Efficient Load Control System using Dynamic Tariff
 
IRJET-IoT based Smart Electricity Meter and Power Theft Detection
IRJET-IoT based Smart Electricity Meter and Power Theft DetectionIRJET-IoT based Smart Electricity Meter and Power Theft Detection
IRJET-IoT based Smart Electricity Meter and Power Theft Detection
 

Plus de ijp2p

International Journal of peer-to-peer networks (IJP2P)
International Journal of peer-to-peer networks (IJP2P)International Journal of peer-to-peer networks (IJP2P)
International Journal of peer-to-peer networks (IJP2P)ijp2p
 
International Journal of peer-to-peer networks (IJP2P)
International Journal of peer-to-peer networks (IJP2P)International Journal of peer-to-peer networks (IJP2P)
International Journal of peer-to-peer networks (IJP2P)ijp2p
 
2nd International Conference on Big Data, IoT and Machine Learning (BIOM 2022)
2nd International Conference on Big Data, IoT and Machine Learning (BIOM 2022)2nd International Conference on Big Data, IoT and Machine Learning (BIOM 2022)
2nd International Conference on Big Data, IoT and Machine Learning (BIOM 2022)ijp2p
 
7th International Conference on Networks, Communications, Wireless and Mobile...
7th International Conference on Networks, Communications, Wireless and Mobile...7th International Conference on Networks, Communications, Wireless and Mobile...
7th International Conference on Networks, Communications, Wireless and Mobile...ijp2p
 
4th International Conference on Internet of Things (CIoT 2022)
4th International Conference on Internet of Things (CIoT 2022)4th International Conference on Internet of Things (CIoT 2022)
4th International Conference on Internet of Things (CIoT 2022)ijp2p
 
11th International conference on Parallel, Distributed Computing and Applicat...
11th International conference on Parallel, Distributed Computing and Applicat...11th International conference on Parallel, Distributed Computing and Applicat...
11th International conference on Parallel, Distributed Computing and Applicat...ijp2p
 
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)ijp2p
 
4th International Conference on Internet of Things (CIoT 2022)
4th International Conference on Internet of Things (CIoT 2022) 4th International Conference on Internet of Things (CIoT 2022)
4th International Conference on Internet of Things (CIoT 2022) ijp2p
 
CIoT 2022 CFP (1).pdf
CIoT 2022 CFP (1).pdfCIoT 2022 CFP (1).pdf
CIoT 2022 CFP (1).pdfijp2p
 
International Journal of peer-to-peer networks (IJP2P)
International Journal of peer-to-peer networks (IJP2P)International Journal of peer-to-peer networks (IJP2P)
International Journal of peer-to-peer networks (IJP2P)ijp2p
 
3rd International Conference on Networks, Blockchain and Internet of Things (...
3rd International Conference on Networks, Blockchain and Internet of Things (...3rd International Conference on Networks, Blockchain and Internet of Things (...
3rd International Conference on Networks, Blockchain and Internet of Things (...ijp2p
 
3rd International Conference on NLP & Information Retrieval (NLPI 2022)
3rd International Conference on NLP & Information Retrieval (NLPI 2022)3rd International Conference on NLP & Information Retrieval (NLPI 2022)
3rd International Conference on NLP & Information Retrieval (NLPI 2022)ijp2p
 
CALL FOR PAPERS - 14th International Conference on Wireless & Mobile Networks...
CALL FOR PAPERS - 14th International Conference on Wireless & Mobile Networks...CALL FOR PAPERS - 14th International Conference on Wireless & Mobile Networks...
CALL FOR PAPERS - 14th International Conference on Wireless & Mobile Networks...ijp2p
 
PUBLISH YOUR PAPER - INTERNATIONAL JOURNAL OF PEER-TO-PEER NETWORKS (IJP2P)
PUBLISH YOUR PAPER - INTERNATIONAL JOURNAL OF PEER-TO-PEER NETWORKS (IJP2P)PUBLISH YOUR PAPER - INTERNATIONAL JOURNAL OF PEER-TO-PEER NETWORKS (IJP2P)
PUBLISH YOUR PAPER - INTERNATIONAL JOURNAL OF PEER-TO-PEER NETWORKS (IJP2P)ijp2p
 
International Journal of peer-to-peer networks (IJP2P)
International Journal of peer-to-peer networks (IJP2P)International Journal of peer-to-peer networks (IJP2P)
International Journal of peer-to-peer networks (IJP2P)ijp2p
 
3rd International Conference on Blockchain and Internet of Things (BIoT 2022)
3rd International Conference on Blockchain and Internet of Things (BIoT 2022)3rd International Conference on Blockchain and Internet of Things (BIoT 2022)
3rd International Conference on Blockchain and Internet of Things (BIoT 2022)ijp2p
 
International Journal of peer-to-peer networks (IJP2P)
International Journal of peer-to-peer networks (IJP2P)International Journal of peer-to-peer networks (IJP2P)
International Journal of peer-to-peer networks (IJP2P)ijp2p
 
CALL FOR PAPERS - 4th International Conference on Internet of Things (CIoT 2022)
CALL FOR PAPERS - 4th International Conference on Internet of Things (CIoT 2022)CALL FOR PAPERS - 4th International Conference on Internet of Things (CIoT 2022)
CALL FOR PAPERS - 4th International Conference on Internet of Things (CIoT 2022)ijp2p
 
CALL FOR PAPER - 13th International Conference on Ad hoc, Sensor & Ubiquitous...
CALL FOR PAPER - 13th International Conference on Ad hoc, Sensor & Ubiquitous...CALL FOR PAPER - 13th International Conference on Ad hoc, Sensor & Ubiquitous...
CALL FOR PAPER - 13th International Conference on Ad hoc, Sensor & Ubiquitous...ijp2p
 
SUBMIT YOUR PAPERS - International Journal of peer-to-peer networks (IJP2P)
SUBMIT YOUR PAPERS - International Journal of peer-to-peer networks (IJP2P)SUBMIT YOUR PAPERS - International Journal of peer-to-peer networks (IJP2P)
SUBMIT YOUR PAPERS - International Journal of peer-to-peer networks (IJP2P)ijp2p
 

Plus de ijp2p (20)

International Journal of peer-to-peer networks (IJP2P)
International Journal of peer-to-peer networks (IJP2P)International Journal of peer-to-peer networks (IJP2P)
International Journal of peer-to-peer networks (IJP2P)
 
International Journal of peer-to-peer networks (IJP2P)
International Journal of peer-to-peer networks (IJP2P)International Journal of peer-to-peer networks (IJP2P)
International Journal of peer-to-peer networks (IJP2P)
 
2nd International Conference on Big Data, IoT and Machine Learning (BIOM 2022)
2nd International Conference on Big Data, IoT and Machine Learning (BIOM 2022)2nd International Conference on Big Data, IoT and Machine Learning (BIOM 2022)
2nd International Conference on Big Data, IoT and Machine Learning (BIOM 2022)
 
7th International Conference on Networks, Communications, Wireless and Mobile...
7th International Conference on Networks, Communications, Wireless and Mobile...7th International Conference on Networks, Communications, Wireless and Mobile...
7th International Conference on Networks, Communications, Wireless and Mobile...
 
4th International Conference on Internet of Things (CIoT 2022)
4th International Conference on Internet of Things (CIoT 2022)4th International Conference on Internet of Things (CIoT 2022)
4th International Conference on Internet of Things (CIoT 2022)
 
11th International conference on Parallel, Distributed Computing and Applicat...
11th International conference on Parallel, Distributed Computing and Applicat...11th International conference on Parallel, Distributed Computing and Applicat...
11th International conference on Parallel, Distributed Computing and Applicat...
 
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)
 
4th International Conference on Internet of Things (CIoT 2022)
4th International Conference on Internet of Things (CIoT 2022) 4th International Conference on Internet of Things (CIoT 2022)
4th International Conference on Internet of Things (CIoT 2022)
 
CIoT 2022 CFP (1).pdf
CIoT 2022 CFP (1).pdfCIoT 2022 CFP (1).pdf
CIoT 2022 CFP (1).pdf
 
International Journal of peer-to-peer networks (IJP2P)
International Journal of peer-to-peer networks (IJP2P)International Journal of peer-to-peer networks (IJP2P)
International Journal of peer-to-peer networks (IJP2P)
 
3rd International Conference on Networks, Blockchain and Internet of Things (...
3rd International Conference on Networks, Blockchain and Internet of Things (...3rd International Conference on Networks, Blockchain and Internet of Things (...
3rd International Conference on Networks, Blockchain and Internet of Things (...
 
3rd International Conference on NLP & Information Retrieval (NLPI 2022)
3rd International Conference on NLP & Information Retrieval (NLPI 2022)3rd International Conference on NLP & Information Retrieval (NLPI 2022)
3rd International Conference on NLP & Information Retrieval (NLPI 2022)
 
CALL FOR PAPERS - 14th International Conference on Wireless & Mobile Networks...
CALL FOR PAPERS - 14th International Conference on Wireless & Mobile Networks...CALL FOR PAPERS - 14th International Conference on Wireless & Mobile Networks...
CALL FOR PAPERS - 14th International Conference on Wireless & Mobile Networks...
 
PUBLISH YOUR PAPER - INTERNATIONAL JOURNAL OF PEER-TO-PEER NETWORKS (IJP2P)
PUBLISH YOUR PAPER - INTERNATIONAL JOURNAL OF PEER-TO-PEER NETWORKS (IJP2P)PUBLISH YOUR PAPER - INTERNATIONAL JOURNAL OF PEER-TO-PEER NETWORKS (IJP2P)
PUBLISH YOUR PAPER - INTERNATIONAL JOURNAL OF PEER-TO-PEER NETWORKS (IJP2P)
 
International Journal of peer-to-peer networks (IJP2P)
International Journal of peer-to-peer networks (IJP2P)International Journal of peer-to-peer networks (IJP2P)
International Journal of peer-to-peer networks (IJP2P)
 
3rd International Conference on Blockchain and Internet of Things (BIoT 2022)
3rd International Conference on Blockchain and Internet of Things (BIoT 2022)3rd International Conference on Blockchain and Internet of Things (BIoT 2022)
3rd International Conference on Blockchain and Internet of Things (BIoT 2022)
 
International Journal of peer-to-peer networks (IJP2P)
International Journal of peer-to-peer networks (IJP2P)International Journal of peer-to-peer networks (IJP2P)
International Journal of peer-to-peer networks (IJP2P)
 
CALL FOR PAPERS - 4th International Conference on Internet of Things (CIoT 2022)
CALL FOR PAPERS - 4th International Conference on Internet of Things (CIoT 2022)CALL FOR PAPERS - 4th International Conference on Internet of Things (CIoT 2022)
CALL FOR PAPERS - 4th International Conference on Internet of Things (CIoT 2022)
 
CALL FOR PAPER - 13th International Conference on Ad hoc, Sensor & Ubiquitous...
CALL FOR PAPER - 13th International Conference on Ad hoc, Sensor & Ubiquitous...CALL FOR PAPER - 13th International Conference on Ad hoc, Sensor & Ubiquitous...
CALL FOR PAPER - 13th International Conference on Ad hoc, Sensor & Ubiquitous...
 
SUBMIT YOUR PAPERS - International Journal of peer-to-peer networks (IJP2P)
SUBMIT YOUR PAPERS - International Journal of peer-to-peer networks (IJP2P)SUBMIT YOUR PAPERS - International Journal of peer-to-peer networks (IJP2P)
SUBMIT YOUR PAPERS - International Journal of peer-to-peer networks (IJP2P)
 

Dernier

Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 

Dernier (20)

Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 

A cognitive energy distribution system

  • 1. International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014 DOI : 10.5121/ijp2p.2014.5201 1 A COGNITIVE ENERGY DISTRIBUTION SYSTEM SANUKRISHNAN S.B. PG SCHOLAR, ELECTRONICS & COMMUNICATION DEPT. HINDUSTHAN INSTITUTE OF TECHNOLOGY, COIMBATORE. ABSTRACT This is a complete automated solution for the existing energy distribution and monitoring system in India,which can monitor the meter readings continuously and take necessary actions to maintain the power grid stable. A Power Line Communication (PLC) based modem is integrated with each electronic energy meter. Through PLC the meters communicate with the coordinator. Coordinator makes use of GPRS modem to upload/download data to/from internet. A personal computer with an internet connection at the other end, which contains the database acts as the billing point. Live meter reading sent back to this billing point periodically and these details are updated in a central database. An interactive, user friendly graphical interface is present at user end. All the energy logs, notices from the Government, billing details and average statistics will be available here. The system splits the loads into critical loads and non critical loads. This makes the distribution system more intelligent. More over prior information about the power cuts can be done. We can easily implement many add-ons such as energy demand prediction, real time dynamic tariff as a function of demand and supply and so on. KEYWORDS AMR, Arduino, Dynamic tariff, Energy monitoring, Touch screen. 1. INTRODUCTION India have 228.722 GW capacity electricity distribution system, which is World's 5th largest. Total expenditure in this section is about 12.58 trillion rupees and it is very sad to realize that more than 90% of energy that is used for electricity production is being wasted. This occurs during production, transmission, and consumption in many ways. More over energy theft is becoming a common practice. Also we saw that power failure affected more than 300 million people in Punjab, Haryana, Uttar Pradesh, Himachal Pradesh and Rajasthan states on 30th July 2012. All these statistics means that India is lacking a strong energy distribution and monitoring system. This paper presents the design of energy monitoring system with an interactive meter. It is associated with GPRS, Power line communication, and web interface for automating billing and monitoring. It replaces traditional meter reading methods and enables remote access of existing energy meter by the energy provider. Also they can monitor the meter readings regularly without the person visiting each house. Arduino board is used as the processing unit in the energy meter. It is a single-board microcontroller to make using electronics in multidisciplinary projects more accessible. The
  • 2. International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014 2 hardware consists of an open-source hardware board designed around an 8-bit Atmel AVR microcontroller, or a 32-bit Atmel ARM. The software consists of a standard programming language compiler and a boot loader that executes on the microcontroller. Arduino boards can be purchased pre-assembled or as do-it-yourself kits. Power line is used as the communication medium. PLC carries data on a conductor that is also used simultaneously for AC electric power transmission or electric power distribution to consumers. It is also known as power line carrier, Power Line Digital Subscriber Line (PDSL), mains communication, power line telecommunications, or Power Line Networking (PLN). A wide range of power line communication technologies are needed for different applications, ranging from home automation to Internet access which is often called Broadband over Power Lines (BPL). Most PLC technologies limit themselves to one type of wires (such as premises wiring within a single building), but some can cross between two levels (for example, both the distribution network and premises wiring). Typically transformers prevent propagating the signal, which requires multiple technologies to form very large networks. Various data rates and frequencies are used in different situations. 2. PROPOSED SYSTEM Figure 1 shows the complete structure of the proposed system. A number of energy meters that can communicate with a coordinator through power line are present. Coordinator collects the readings from meters as well as it act according to the instructions from the controlling station. Actions include connecting and disconnecting loads, displaying tariffs etc. number of coordinators in a system is determined by the number of customers and the geometrical distance. Coordinators update all the readings in the internet, which can be instantaneously monitored in the controlling station. Power consumption of individual users and their history will be available here. Instant billing and disconnection/connection of users are also available. Entire system mainly consists of following sections and features. Figure.1 Block Diagram of complete system
  • 3. International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014 3 2.1. Metering Module Each metering module consists of a metering IC, a microcontroller, Real Time Clock (RTC) and a touch screen. Metering IC will generate the pulses according to the power consumption. This will be processed by the microcontroller and stored in a SD card. Touch screen makes the system more interactive and usable. It is capable of displaying the power consumption per day, per week as well as per month. It can display the statistics in a bar graph, which makes the user analysis the power consumption easily. All the notices and information from the government such as power cut schedule, billing date reminder etc. Power line modem will modify the communication signals and transmit/receive the required information. 2.2. Coordinator A number of meters are connected to a single coordinator through PLC. Each coordinator will have a GPRS modem to get connected to the internet. An additional meter present here will calculate the total power distributing to that particular area, and the coordinator compare this reading to the sum of individual meters to detect energy theft. Number of meters that can get connected to a single coordinator depends on the distance and physical conditions of that area. Group of a coordinator and meters can be called as a cluster. 2.3. Server and Management System This is the centralized controlling part. All dates will be updated here. Unit is located at the Electricity Board. The officers can easily view, analyze and control each individual meters. Even the connection and disconnection can be dome remotely. Individual profiles will be there for each consumer. The customers can do online payment and other options. 2.4. Energy Theft Detection Use of auxiliary meters allows us to detect the energy theft. The coordinator compares the auxiliary meter reading and the sum of other meter readings to make a conclusion. If these readings match approximately, that indicates no theft. The same system can be used to find out the energy losses. Sub meters can also include if necessary. Figure.2 depicts the energy theft detection concept. Figure.2 Energy theft detection.
  • 4. International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014 4 2.5. Critical and Non Critical Load Separation The entire load in each destination is separated into two-critical and non-critical. This system has the ability to control these loads independently. Very low power devices can be connected to critical loads such as CFL lamps. During the power shutdown, the critical loads can be remained on so that the basic requirements of user will get satisfied without any burden to the electricity board. 2.6. Real Time Dynamic Tariff Since the load requirement is not balanced and randomly varying, and the production is almost fixed, the government may have to borrow or lease electricity. The entire grid system should be balanced so as to ensure a stable distribution system. Since we have a continuous interaction with the meter, tariffs can be varied instantaneously and can be displayed in the meter. When the demand is high, tariff will be more and more consumers try to reduce consumption and vice versa. This increases the stability, and the grid should be balanced. For example powering on a mixer grinder at the night, which is the peak time, rather than the less requirement time in a home is not advisable. 2.7. Demand Analysis and Prediction Since all the statistics such as time based, area based, season based are available, and the load requirements in the upcoming can be easily approximated by statistical method. This makes the distribution system more reliable and stable. 3. HARDWARE DESIGN Entire hardware section can be sub divided into two- design of meter and design of coordinator. Each cluster consists of a coordinator and a number of meters. Number of clusters defines the system. 3.1. Design of Energy Meter An Arduino Mega developer board is used as the main part of meter’s prototype. In addition to that a TFT screen with touch screen from ITEAD Studio is used. A PLC modem should also be interfaced for the complete functionality.
  • 5. International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014 5 Figure.3 Arduino Mega The Arduino Mega 2560 is a microcontroller board based on the ATmega2560. It has 54 digital input/output pins, 16 analog inputs, 4 UARTs (hardware serial ports), a 16 MHz crystal oscillator, a USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started. The Mega is compatible with most shields designed for the Arduino Duemilanove or Diecimila. I have used an ITEAD 2.8 TFT LCD touch shield. 2.8'' TFT Touch Shield is an Arduino UNO/ Mega compatible multi coloured TFT display with a touch-screen and SD card socket. It is available in an Arduino shield compatible pin out for attachment. The TFT driver is based on ILI9325DS with 8bit data and 4bit control interface. It can work with both 3.3V and 5V, so it can display on Chipkit UNO32 and Simple cortex as well. Figure.4 ITEAD TFT LCD touch shield User touch screen is designed with 6 main screens. The welcome screen will get opened when the system get switched on. It is shown in Figure.5. Home screen will come automatically after a few seconds and it display the energy consumption per day per week and per month as in figure 6.
  • 6. International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014 6 Figure.5 Welcome screen Figure.6. Home Screen Figure.7. View screen Figure.8 Notice screen Figure.9About screen View screen includes the statistics of the entire month. It shows the day by day statistics of the energy consumption. According to the amount consumed, the bar graph will obtain corresponding colours. This makes the analysis so easy. Green indicates low, yellow indicates medium and red
  • 7. International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014 7 indicates high power consumption. Figure.7 shows the view screen. Any messages from the authority will be displayed in the notice screen as in Figure.8. This can be used as a reminder for billing, information about the power cuts, etc. About screen showed in Figure.9 includes the product details. 3.2 Design of Coordinator Coordinator is the central part of the system. It reads the meters regularly and updates the data in to internet. This includes a microcontroller, Real time clock, FSK Modulator and demodulator, MUX/DEMUX circuit, Amplifier, Isolator circuit, LCD and GSM/GPRS module. Figure.5 shows the complete schematic. Figure. 5 schematic of main section Atmega 8 is used as the microcontroller, which is High-performance, Low-power 8-bit Microcontroller with Advanced RISC Architecture. An RTC is interfaced with Atmega 8 by I2C protocol. RTC counts seconds, minutes, hours, date of the month, month, day of the week, and year with leap-year compensation valid up to 2100.The RTC selected here is DS1307 .It is low cost, easy to solder, and can run for years on a very small coin cell (3V CMOS battery) which runs continuously even in power failure. The UART data can’t be connected to the AC lines directly for power line communication. It should be modulated, amplified and isolated. The Tx pin of the microcontroller is directly connected to the modulator input. CD4046 is the IC used. It has 2 phase discriminators and one VCO. Figure.6 and Figure.7 shows FSK modulator and demodulator.
  • 8. International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014 8 Figure.6 FSK Modulator Figure.7 FSK Demodulator Figure.8 MUX/ DEMUX circuit Atmega8 is having only one UART, but we have to communicate to the power line as well as the GPRS module. This can be achieved by multiplexing. Use of a buffer 74HC125 allows this. The control/ enable signal control the direction and via of flow of signal. Figure.8 shows a simple implementation of mux/demux using buffer. U1A and U1B act as the demux and U1c and U1D as the mux. Switch will generate the control signal for the buffers. MUXed output will be available at the node U1D(Y).
  • 9. International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014 9 4. PLC ALGORITHM AND PROTOCOL Certain set of conditions and rules should be obeyed for establishing a reliable power line communication and an efficient monitoring system. Figure.9 shows the Power Line Communication Protocol used. Figure.9 Power Line Communication Protocol 1.[MeterID]+CONNECT : Informs the meter with id “MeterID” that the coordinator is trying to get connect. 2.[MeterID]+OK : Conformation signal from the meter that it is ready for a conversation. If the coordinator didn’t get this conformation even after some duration it will resent the first message and hear for the conformation. If it fail even at its maximum retry limit it will report that the corresponding meter is out of order. 3. [MeterID]+READING : Request to get the reading. 4. [MeterID]+VALUE : Here the “value” will be the corresponding meter reading. 5. [MeterID]+TEMP : Request to resent the reading. Meter will sent the reading again (the reading stored in buffer while sending the previous message).if meter readings didn’t match last 3 steps will be repeated up to a certain value. If it fails all the time, coordinator will inform us that the corresponding meter is malfunctioning. This entire algorithm implemented to establish the protocol described in Figure.9. In addition to that, the Display is getting updated always. Note that this includes the algorithm only for the communication side.Figure.10 and Figure.11 shows the algorithm used in meter and coordinator.
  • 10. International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014 10 Figure.10 Algorithm for Meter
  • 11. International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014 11 Figure.11 Algorithm for Coordinator Meter readings will be displayed continuously on the touch screen as in the figureure 6. At the same time it responds to the coordinator. It will check for connect/disconnect request from the coordinator and take necessary actions. If no such requests are pending it check for meter reading request. Meter reading is sent twice as the response to [METER ID]+READING and [METER ID]+ TEMP. This will repeat forever. Algorithm of coordinator is little complex here, because it is the master and it should start all the communications. ‘Try’ and ‘attempt’ are the integers used to represent the number of tries it take to get connected to the meter and number of times it waits for a correct reading. When these values exceed some threshold value, the coordinator will report this to the controlling station. Otherwise it can simply connect and read the accurate reading from the meter.
  • 12. International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014 12 5. RESULTS All the part of communication algorithm is successfully verified by the simulation. Error conditions are intentionally made in the coding to check the complete functionality. Also Arduino board is successfully interfaced with the TFT touch shield. Proper data are displayed and touch is captured successfully. Figure.5 to figure.9 shows the outputs obtained from the arduino touch screen shield. Simulated result of the protocol is shown in the following figurers. The LCD is located at the coordinator and the microcontroller and loads are present at the meter side. i) Disconnecting all loads ii) Connecting critical loads iii) Connecting all loads iv) Connecting to meter100
  • 13. International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014 13 v) Taking reading from meter100 vi) Verifying reading vii) When readings match viii) When readings mismatch and 3rd try fails ix) When meter doesn’t respond and 3rd attempt fails 6. CONCLUSIONS Arduino uno has sufficient processing speed for manipulating displaying data. It plotted even bar graph without significant delay. Code size can also be accommodated by 32kb flash of Arduino Uno. But all the pins are used by the touch screen shield, which disable further improvements.
  • 14. International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014 14 Arduino Mega will be the perfect choice. Power line communication protocols works perfectly under simulation. It is capable for the reactions towards the network. Since FSK is used, the data transfer rate is limited to a rate of 9600 bps. 7. FUTURE WORKS This same system can be extended for the purpose of water supply monitoring and gas monitoring. Without any significant changes in the hardware, this can be achieved. Software that can run in a personal computer can increase the efficiency of the system. ACKNOWLEDGMENT I would like to thank the Department of Electronics and Communication Engineering, HIT, Coimbatore for providing laboratory facilities and opportunity for experimental setup. REFERENCES [1] Ashna.k & Sudhish N George “GSM BasedAutomatic Energy Meter Reading System with Instant Billing”- IEEE 2013 [2] Abul B a s h a r , M a r u f Ahmad, Sobuj Kumar Ray, & Asif Ahmed “Economical Way of GPRS Based Fully Automated Energy Metering System”-Global Journal of Computer Science and Technology 2013 [3 ]Nabil Mohammad, Anomadarshi Barua and Muhammad Abdullah Arafat “A Smart Prepaid Energy Metering System to Control Electricity Theft”-2013 International Conference on Power, Energy and Control (ICPEC) [4] Md. Shams Arman Rupok, Maruf Ahmed, Mr. A.R.N.M Reaz Ul Haque “Design and Implementation of A Novel Remote Metering system using USB GPRS/EDGE Modem” 2011 IEEE [5] Md. Manirul Islam, Mohiuddin Ahmad, Md. Ajijul Islam, Abu Farzan Mitul, M. F. Malek2, and M. A.Rashid “ Electronic Energy Meter with Remote Monitoring and Billing System” 2012 7th International Conference on Electrical and Computer Engineering [6] M. Popa “Gateway Design and Implementation in an Automatic Meter Reading System Based on Power Line Communications” [7] A. Ali , N.A. Razali “ Implementation of Automatic Meter Reading (AMR) Using Radio Frequency (RF) Module” 2012 IEEE [8] Adnan Rashdi, Rafia Malik, Sanam Rashid, Anam Ajmal, Sulaiman Sadiq “Remote Energy Monitoring, Profiling and Control Through GSM Network” 2012 International Conference on Innovations in Information Technology (IIT) [9] K. S. K. Weranga, D. P. Chandima “Smart Metering for Next Generation Energy Efficiency & Conservation” IEEE PES ISGT ASIA 2012 1569564125 [10] A.Geetha, Dr. K. Jamuna “Smart Metering System” [11] Yujun Bao and Xiaoyan Jiang, “Design of electric Energy Meter for long-distance data information transfers which based upon GPRS”, ISA 2009. [12] H.G.Rodney Tan,C.H, Lee,V.H.Mok, “Automatic power meter reading” IPEC 2007. Vivek Kumar Sehgal,Nitesh Panda, Nipun Rai Handa, “Electronic Energy Meter with instant billing”,UKSim Fourth European Modelling Symposium on Computer Modelling and Simulation. [13] Bharath P, Ananth N, Vijetha S, Jyothi Prakash K. V. ,“Wireless automated digital Energy Meter”, ICSET 2008
  • 15. International Journal of Peer to Peer Networks (IJP2P) Vol.5, No.2, May 2014 15 [14] P.K. Lee and L.L. Lai, Fieee, “A practical approach to wireless GPRS on-line power quality monitoring system”, Power Engineering Society General Meeting, 2007. [15] Subhashis Maitra, “Embedded Energy Meter- A new concept to measure the energy consumed by a consumer and to pay the bill”, Power System Technology and IEEE. [16] T El-Djazairy, B J Beggs and I F Stewart, “ Investigation of the use of the Global System for Mobile Communications (GSM) network formetering and load management telemetry”, Electricity Distribution. Part1: Contributions. CIRED. 14th International Conference and Exhibitionon (IEE Conf. Publ. No. 438). [17] Li Kaicheng, Liu Jianfeng, Yue Congyuan, Zhang Ming. “Remote power management and meter-reading system based on ARM microprocessor”, Precision Electromagnetic Measurements Digest, 2008. CPEM 2008. Conference on Digital Object Identifier. [18] “An analysis of power tariffs across India” by PHD Chamber Of Commerce And Industry, February 2013 [19] Mahmood, M. Aamir, M. I. Anis, “Design and Implementation of AMR Smart Grid Sytem,” Electric Power Conference, IEEE EPEC 2008, pp. 1-6, 2008. [20] V.C. Gungor, G.P. Hancke, “Industrial Wireless Sensor Networks: Challenges, Design Principles, and Technical Approaches,” IEEE Trans. On Industrial Electronics, vol. 56, no. 10, pp.4258-4265, 2009.proc.of IEEE International Conference on IndustrialElectronics, Control, and Instrumentation, vol. 1. [21] L. Hong and L. Ning. “Design and Implementation of Remote Intelligent Management System for City Energy Resources based on Wireless Network”, Study of Computer Application, no.12, pp. 237-239, 2004. pp. 631–636, 1996. [22] C. Yin-kang, L. Xiang-yang and X. Jing. “The Hardware Design of Concentrator for Wireless Intelligent Meter Reading System”, Element and IC,no. 1, pp. 37-39, 2005. [23] P.K. Lee, L. L. Lai, “A Practical Approach to Wireless GPRS On-Line Power Quality Monitoring System,” Proc. of the IEEE PES General Meeting, June 2007. [24] Haque, Md. Mejbaul, et al., "Microcontroller Based Single Phase Digital Prepaid Energy Meter for Improved Metering and Billing System", International Journal of Power Electronics and Drive System (IJPEDS), Vol.1, No.2, December 2011, pp.139-147. [25] Quazi, Irfan, et al., “Pre-paid Energy Meter based on AVR Microcontroller”, International Journal of Engineering Research and Applications (IJERA),Vol. 1, Issue 4, pp. 1879-1884. [26] S.W. Lee, C.S. Wu, W. M.S. Chiou and K.T. Wu.“Design of an Automatic Meter Reading System”, [27] P.M. Kanabar, M.G. Kanabar, W. El-Khattam, T.S. Sidhu, and A. Shami, "Evaluation of Communication Technologies for IEC 61850 Based Distribution Automation System with Distributed Energy Resources", Proc. of the IEEE PES General Meeting, Calgary, July 26-30, 2009 Authors Mr. Sanukrishnan S.B. Pursuing M.E. in VLSI Design and Embedded Systems, from Hindusthan Institute of Technology, Coimbatore under Anna University, Chennai. He Received B.Tech degree from Kannur university in Electronics and Communicatioin Engineering in 2012 with ‘Honours’ certificate. He is currently an intern in Ulive Embedded solutions, Coimbatore. He is selected as the ‘Best Engineer’ by the technical competition conducted by CITV Vadakara, and got many prizes for the event line follower. His interests include automation, energy consumption and robotics.