SlideShare una empresa de Scribd logo
1 de 6
Descargar para leer sin conexión
IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE)
e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 6, Issue 2 (May. - Jun. 2013), PP 15-20
www.iosrjournals.org
www.iosrjournals.org 15 | Page
Design And Development of A Plug-In Type Wireless Data Logger
for Energy Measurement
D. D. Vyas1
, H. N. Pandya2
1
Department of Electronics & Communication , Darshan Institute of Engg. & Technology, India
2
Department of Electronics, Saurashtra University, India
ABSTRACT : Increasing demand of electrical energy and its rising prices have enforced the need of
managing usage of electrical energy more efficiently. This requires regular monitoring of electrical appliances
to timely identify inefficient energy consumption due to faulty conditions, inefficient designs, user negligence,
etc. In this paper, design and development of a low-cost wireless data logger is presented that aims to
accurately measure the value of energy and related parameters like VRMS, IRMS and instantaneous power in real
time for single phase applications. The proposed data logger acts as a plug-in device that can easily be
introduced between mains and the appliance. The system can collect the data in real time and communicate it to
a computer over a Bluetooth based wireless link. The computer hosts a simple graphical user interface (GUI)
based application that allows user to log the data as and when required. The proposed data logger is designed
using CS5460A single phase bi-directional power/energy IC from Cirrus logic interfaced with AVR ATmega32
microcontroller. A wireless link between is established using AUBTM-20 Bluetooth modules. Serial EEPROM is
also included in the proposed design to store the data locally on the board for later use. GUI for the data logger
has been designed using MATLAB.
Keywords - Bluetooth , Data logger, Energy monitoring, , Embedded system, Real time monitoring
I. INTRODUCTION
Home as well as industries consumes much more electric energy than required mainly due to inefficient
designs, faulty devices and user’s negligence. Studies show that about five to fifteen per cent of energy can be
saved if devices are monitored and handled efficiently [1]. However, the normal energy metering system that
generally exists only give the total amount of energy consumed and thus user is not able to monitor the amount
of electricity being used by individual appliance and are also not able to timely identify any drastic difference in
power consumption due to faulty condition in the appliance. This proposes a need of a low-cost system that can
be easily interfaced with any electric appliance and helps to measure the consumption of electric energy in real
time.
In this paper design and development of a plug-in type data logger is discussed that is capable of
accurately measuring energy and related parameters like VRMS, IRMS and instantaneous power in real time for
single phase applications. The data logger is equipped with a Bluetooth based wireless communication module
that is capable of neatly communicating the sampled data to a computer without any wired interface. Thus the
design becomes a plug and play type wireless energy meter that is very simple and flexible to use. Researchers
and industries have developed such real time energy monitoring systems, however these requires additional
setup and are little less economic [2-5]. The proposed design aims to serve two purposes. The first is to provide
a low-cost solution for real time data logging of energy either for testing or continuous monitoring and the
second is to encourage consumers for use of such devices enabling them to play a proactive role in efforts
towards energy conservation and other goals of smart grid [6-8].
The rest of the paper is organized as follows. In section 2 design requirements and proposed system
architecture is discussed. In section 3 and 4 details of hardware and software involved in the design of the
system are discussed at length. This is followed by discussion on experimental results in section 5, future
direction of work in section 6 and conclusion in section 7.
II. DESIGN REQUIREMENTS AND SYSTEM ARCHITECTURE
Following design requirements were proposed to be met by the system.
 Compatible to any single phase application connected to standard 16A source.
 Able to monitor energy in real time and the data should be logged into local memory as well as
computer if interfaced.
 Wireless data communication with computer avoiding the use of additional cables.
 Able to monitor other parameters like VRMS, IRMS and instantaneous power in real time when
connected to a computer.
 Support of a simple GUI based application on computer for easy user access.
Design And Development Of A Plug-In Type Wireless Data Logger For Energy Measurement
www.iosrjournals.org 16 | Page
 Low cost and simple to add and remove.
To meet the mentioned requirements the proposed system architecture is shown in Fig. 1. System on
the input side is connected to mains through a standard 16A plug-socket interface and a similar plug-socket
interface is available on the output side for connecting the appliance whose energy monitoring is intended. The
system is microcontroller based unit with energy measuring module, EEPROM, wireless module for
communication and other I/O interfacing modules. Energy measuring module performs the task of measuring
energy and related parameters continuously. Microcontroller is supposed to fetch this data at regular interval,
update the data in local memory and also forwarded it to computer over a wireless communication link.
Fig. 1 System architecture
III. SYSTEM HARDWARE
System hardware consists of two modules: one for data measurement and transmission and another for
data reception and logging on a computer. This is shown in Fig 2(a) and 2(b) respectively. The first module,
more complicated of the two, can be partitioned into two main sections: analog and digital as shown in Fig. 2(a).
Analog section in the transmitter module, responsible for energy measurement, is designed using
CS5460A. The CS5460A consist of two 24 bit ∆Σ ADCs, high speed power calculation functions with digital
filters for signal conditioning and a serial interface all on a single chip. It is designed to accurately measure and
calculate: energy, VRMS, IRMS and instantaneous power for single phase 2 or 3-wire applications. It meets
accuracy specification for IEC 687/1036, JIS [9]. It can be interfaced using a simple resistive divider or potential
transformer to measure voltage and with low-cost shunt resistor or current transformer to measure current. It
supports auto-boot feature to function as stand-alone device as well as a standard bi-directional three wire serial
interface (compatible to SPI and Microwire) for communication with microcontroller. The CS5460A also
supports on-chip facility for AC or DC system-level calibration for both voltage and current channel. It has
internally around twenty 24-bit registers related with configuration, calibration, status and data that can be read
or written by microcontroller. A board designed for this analog section is shown in Fig. 3(a).
Digital sections consist of AVR ATmega32 microcontroller, AUBTM-20 based Bluetooth module,
serial EEPROM 24c04, LCD and few switches. In addition to the general advantages that ATmega series
microcontroller has, the reasons for selecting ATmega32 was that it supports all the three type of serial interface
required in this design [10]. These are three wire serial interface required in interfacing with CS5460A, two wire
serial interface required in interfacing of serial EEPROM and standard USART for RS232 interface required for
(a) (b)
Fig. 2. System hardware (a) Measurement and transmission module (b) Receiver module
Design And Development Of A Plug-In Type Wireless Data Logger For Energy Measurement
www.iosrjournals.org 17 | Page
(a) (b)
(c)
Fig. 3 (a) CS5460A based energy measurement module (b) ATmega32 based microcontroller module (c)
AUBTM-20 based Bluetooth module
Bluetooth module. Bluetooth module connected with the system is configured as a slave and a similar
one connected with a computer, as shown in Fig. 2(b), is configured as a master. When connection is
established by the master, the slave will pass the measured data to the master. Once master and slave are
connected, to disconnect the link it is required to reset the slave module. This is achieved in the design by use of
a simple hardware that enables power to Bluetooth module under the control of ATmega32 microcontroller.
This is discussed further in the next section of the paper. The role of on-board serial EEPROM is to store the
total energy consumed over the time since the beginning of the measurement. Switches and LCD are provided
mainly for debugging and on board monitoring. Board representing the digital section is shown in Fig. 3(b) with
Bluetooth module in Fig 3(c).
IV. SYSTEM SOFTWARE
Systems software consists of two main programs: microcontroller program and GUI application
program on computer.
Program on microcontroller consist of two modules, one for initial calibration of CS5460A and second
for real time measurements and data logging. Before using CS5460A for measurements for the first time, it has
to be calibrated following a specific sequence of operations and these calibrations values are then saved in serial
EEPROM for later use during measurement. For both voltage and current channel there are calibration sequence
both for AC and DC purpose. Calibration in AC or DC is primarily for two basic types system offset and system
gain. Depending on the specific metering application and accuracy requirements, some or all of the calibration
sequences may be required to be executed. There are dedicated registers in CS5460A for specific calibration
sequence. The steps for calibration process are shown in Fig. 4 (a) with the recommended sequence in Table 1.
Calibration of each type requires applying appropriate inputs on the input channels, issuing calibration
Design And Development Of A Plug-In Type Wireless Data Logger For Energy Measurement
www.iosrjournals.org 18 | Page
commands and reading result from the concerned registers at the end of calibration. As shown in Table 1, if both
AC and DC calibration has to be performed then DC calibration should precede AC calibration and if both
offset and gain calibration has to be performed then offset should precede gain [11].
Table 1. Calibration Sequence
Preferred
Sequence
CALIBRATION TYPE Inputs applied to V/ I channels
1 DC offset Connected to ground level
2 AC offset Connected to ground level
3 DC gain DC signal equivalent to absolute peak full
scale value of input
4 AC gain AC signal with maximum possible RMS
value of input
Flow chart highlighting the sequence of major operations performed in microcontroller program for
real time measurement of energy is shown in Fig. 4(b). On power-on CS5460A is required to be initialized. This
involves two operations. First operation is to fetch calibration values that are stored in serial EEPROM and load
them into concerned registers in CS5460A. Second operation is to define conversion cycle and computation
cycle rate. Conversion cycle indicates the rate at which instantaneous voltage, current and power is obtained and
computation cycle indicates number of these instantaneous values that are used to calculate VRMS, IRMS and
energy over the period. For example, if conversions cycle is 4000Hz and computation cycle is set to one second,
then VRMS and IRMS will be calculated using 4000 samples of instantaneous values of voltage and current
respectively and energy over one second will be calculated summing 4000 samples of instantaneous power.
These cycles are again defined by loading appropriate values in concerned registers. These values depend on the
clock frequency of CS5460A.
After initialization of CS5460A the slave Bluetooth module that is connected with microcontroller is
enabled i.e. powered ON. This is done by a simple arrangement where a microcontroller enables a buffer that is
responsible to provide to the slave module. The reason for this arrangement is that once master and slave
modules are connected for data transfer both enter into data mode then to disconnect them and bring them back
in command mode when required, one of the module has to be reset.
Further, before interfacing Bluetooth modules in the system they have to be configured for baud rate,
mode of operation (master/slave), identification number, etc. This is done by sending series of AT command to
Bluetooth module over a RS-232 serial link. Various AT commands used for configuration as well as data
transfer are discussed in Table 2 [12 ].
(a) (b)
Fig. 4 (a) Fig. 4 Steps in calibration process (b) Process of acquiring measurements from CS5460A.
After initialization of CS5460A and enabling of Bluetooth module, the process of data measurement
starts. Microcontroller handles this process in a polling mode. At end of each computation cycle value of VRMS,
IRMS and energy are read. Energy over the period of each computation cycle (e.g. duration of 1 sec.) is
accumulated to have the total amount of energy consumed and this count is updated in serial EEPROM. Further
Design And Development Of A Plug-In Type Wireless Data Logger For Energy Measurement
www.iosrjournals.org 19 | Page
all the values measured over the computation cycle are by default sent to the serial port where the slave
Bluetooth module is connected. Thus when master and slave Bluetooth link is active the measured data is
transferred to computer.
Table 2. AUBTM-20 Bluetooth Module AT Commands
AT COMMANDS Description
AT+SETUP Shows current setting of module like baud rate, mode of
operation, address etc.
AT+MODE Define the mode of operation that can be Master, Slave or Auto
Connect.
AT+PIN Set PIN code for the Bluetooth module
AT+BPROFILE Set current active profile that can be either serial port, head set
or hands free
AT+INQ Discover other Bluetooth modules in the neighborhood.
AT+CON Create a connection with other Bluetooth device.
GUI based application is developed in MATLAB for data logging on a computer. A snapshot of GUI is
shown in Fig. 6. GUI allows user to select slave module by its address (required in case if there are more than
one Bluetooth modules around), and specify the duration for which data logging has to be done. On activation
GUI application commands master to connect with slave and start logging the value of VRMS, IRMS and energy
that are received after each computation cycle. This continues for the specified duration after which GUI sends
signal to slave requesting to disconnect. Measurements received by GUI are stored in from a matrix and remains
available for off-line analysis also.
Fig. 6 Snapshot of GUI application for data logging on computer.
V. EXPERIMENTAL RESULTS
Designed data logger has been tested for varieties of load of different capacities and type. For example
a fixed resistive load, variable resistive load, induction motor etc. Appropriate scaling factors were identified for
ADC. This is required because in CS5460A measured value of VRMS and IRMS are available as 24 bit unsigned
value in the range of 0.0≤ VRMS, IRMS ≤ 1.0, whereas that of energy is available as 24 bit singed value in the
range -1.0≤ E <1.0. Further AUBTM-20 is a Version 1.2, class-2 Bluetooth module that should give
connectivity range of around 10 meters; however range of successful communication without antenna was found
to be less than 2 meters and with antenna was around 8 meters. Maximum bit rate supported by Bluetooth
Version 1.2 is around 1 Mbits/s [13]; however as the required bit rate in our case was well below the maximum
possible, this was not much of the concern.
The measurements obtained from the data logger were compared with those obtained from parallel
connected KRYKARD portable load manager ALM32 from Manaco Energy Solutions Pvt. Ltd. The results
were encouraging and very much within the acceptable limits of accuracy.
VI. FUTURE DIRECTIONS
Direction of the work that is intended to be followed as an ongoing part of the presented research work includes
following
 To review alternate technology for wireless link as Bluetooth technology has limitation in terms of
communication range and number of nodes. One of the possible alternatives to be studied is Zigbee.
 To have a real time data logging from more than one channel. Here number of data loggers will be used
to measure energy of different appliances and computer in turn would read the value from each of the
channel.
 To develop a complete home energy management system that can be the part of the smart grid.
Design And Development Of A Plug-In Type Wireless Data Logger For Energy Measurement
www.iosrjournals.org 20 | Page
VII. CONCLUSION
Design and development of a plug-in type wireless data logger for measurement of energy and related
parameters for single phase applications has been discussed. The design has an advantage of being easy to use
and low cost. GUI has been developed for data logging on a computer and on-line/off-line analysis of data.
Operation of the proposed data logger has been verified experimentally and has been found to be meeting
acceptable limits of accuracy. It is believed that availability of such low cost easy to use energy monitoring
solutions in the market will encourage consumers to use them. This will help them to manage their energy usage
more efficiently and also to contribute towards goals of smart grid like efficient energy management and energy
conservation. The presented work was part of the ongoing research towards design and development of a full-
fledged low cost home energy management system.
REFERENCES
[1] S. M. Ahluwalia, Power sector reforms: a review of the process and an evaluation of the outcome, NCAER, Delhi, March 2000.
[2] Energy monitoring technologies inc., 2011, http://www.energymonitor.com
[3] X. Jiang, S. Dawson, P. Dutta, and D. Culler, Design and implementation of high-fidelity ac metering network, Proc. of IEEE Int.
Conf. on Information Processing and Sensor Networks, California, USA, 2009.
[4] S. Keshav and C. Rosenberg, How internet concepts and technologies can help green and smarten the electric grid, Green Networking
2010, New Delhi, India, 2010.
[5] Y. Kim, T. Schmid, Z. M. Charbiwala,, and M. B. Srivastava Smith, Design and implementation of a fine grained power monitoring
system for homes, Networked & Embedded System Lab., 2009.
[6] Shum-Yu Chan and Jen-Han Teng H. Miller, Advance remote control infrastructure for intelligent HEMS, Proc. of Int. Conf. on
Infomration and Electronics Engg., Singapore, 2011.
[7] D. D. Vyas and H. N. Pandya,Advance metering infrastructure and DLMS/COSEM standards for smart grid - A review, Int. Journal
of Engg. Research and Tech., Vol. 1, No. 2, Nov. 2012.
[8] The home area network architectural considerations for rapid innovation, Penn Energy, 2009, http://www.pennenergy.com.
[9] CS5460A- Single phase bi-directional power energy IC Data Manual, Cirrus Logic.
[10] AVR ATmega32 Microcontroller Data Manual, Atmel Corporation.
[11] AN227, Calibrating the CS5460A, Cirrus Logic.
[12] External commands for AUBTM-20 Bluetooth Module, Austar Technologies.
[13] Bluetooth EDR: Wireless Evolution, Application note, Agilent Technologies, 2006.
Divyang D. Vyas has obtained his B.E. in Instrumentation and Control Engineering from L.
D. College of Engineering, Ahmedabad, in 1999 and the M.Tech. in Electronic Systems from
Indian Institute of Technology, Bombay, in 2005. He is presently pursuing his Ph.D in
Electronics and Communication Engineering at Saurashtra University, Rajkot. He has a
teaching experience of more than 12 years and is presently working as Associate Professor
and Head of Electronics and Communication Department at Darshan Institute of Engineering
and Technology, Rajkot. His areas of interest are electronic circuits, signal processing and
embedded systems. He is life member of ISTE and IETE.
Dr. H. N. Pandya is presently serving as Professor and Head of Department of Electronics,
Saurashtra University, Rajkot. He has a long teaching experience of more than 20 years and
has successfully guided six Ph.D. thesis and number of Bachelors and Masters dissertations.
He has published and presented number of research papers in Journals/Conference of repute
and has authored three books. He has completed three minor research projects funded by
UGC and has been awarded research fellowship from agencies like UGC, CISR etc. His
areas of interest are electronic circuits, microprocessor, microcontrollers, embedded systems
and ferrite materials.

Más contenido relacionado

La actualidad más candente

Dhiraj power system automation
Dhiraj power system automationDhiraj power system automation
Dhiraj power system automationvision2d16
 
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
 
Dhiraj seminar # power system automation
Dhiraj seminar # power system automationDhiraj seminar # power system automation
Dhiraj seminar # power system automationvision2d16
 
IRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter ReadingIRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter ReadingIRJET Journal
 
Power system automation
Power system automationPower system automation
Power system automationKiran Gham
 
Digitized Meter and Invoice Generation
Digitized Meter and Invoice GenerationDigitized Meter and Invoice Generation
Digitized Meter and Invoice GenerationIRJET Journal
 
Power system automation introduction
Power system automation introductionPower system automation introduction
Power system automation introductionMohammed Naser
 
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
 
RAJPRASAD PAPER NO-127
RAJPRASAD PAPER NO-127RAJPRASAD PAPER NO-127
RAJPRASAD PAPER NO-127RAJPRASAD RS
 
Power system automation
Power system automationPower system automation
Power system automationsatyam11
 
Tikam ppt 8 sem
Tikam ppt 8 semTikam ppt 8 sem
Tikam ppt 8 semTIKAMVANOT
 
Gsm or x10 based scada system for industrial
Gsm or x10 based scada system for industrialGsm or x10 based scada system for industrial
Gsm or x10 based scada system for industrialeSAT Publishing House
 
Gsm or x10 based scada system for industrial automation
Gsm or x10 based scada system for industrial automationGsm or x10 based scada system for industrial automation
Gsm or x10 based scada system for industrial automationeSAT Journals
 
Hardware prototype of smart home energy management system
Hardware prototype of smart home energy management systemHardware prototype of smart home energy management system
Hardware prototype of smart home energy management systemeSAT Journals
 

La actualidad más candente (18)

Dhiraj power system automation
Dhiraj power system automationDhiraj power system automation
Dhiraj power system automation
 
Power house automation using wireless communication
Power house automation using wireless communicationPower house automation using wireless communication
Power house automation using wireless communication
 
Dhiraj seminar # power system automation
Dhiraj seminar # power system automationDhiraj seminar # power system automation
Dhiraj seminar # power system automation
 
IRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter ReadingIRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter Reading
 
Power system automation
Power system automationPower system automation
Power system automation
 
Digitized Meter and Invoice Generation
Digitized Meter and Invoice GenerationDigitized Meter and Invoice Generation
Digitized Meter and Invoice Generation
 
Power system automation introduction
Power system automation introductionPower system automation introduction
Power system automation introduction
 
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...
 
RAJPRASAD PAPER NO-127
RAJPRASAD PAPER NO-127RAJPRASAD PAPER NO-127
RAJPRASAD PAPER NO-127
 
Lect k week 12 summary on smart meters & sg 1
Lect k  week 12 summary on smart meters & sg  1Lect k  week 12 summary on smart meters & sg  1
Lect k week 12 summary on smart meters & sg 1
 
Power system automation
Power system automationPower system automation
Power system automation
 
Mechatronics in Bangladesh
Mechatronics in BangladeshMechatronics in Bangladesh
Mechatronics in Bangladesh
 
Tikam ppt 8 sem
Tikam ppt 8 semTikam ppt 8 sem
Tikam ppt 8 sem
 
Gsm or x10 based scada system for industrial
Gsm or x10 based scada system for industrialGsm or x10 based scada system for industrial
Gsm or x10 based scada system for industrial
 
Gsm or x10 based scada system for industrial automation
Gsm or x10 based scada system for industrial automationGsm or x10 based scada system for industrial automation
Gsm or x10 based scada system for industrial automation
 
S4408100102
S4408100102S4408100102
S4408100102
 
Samiullah final ppt sacda
Samiullah final ppt sacdaSamiullah final ppt sacda
Samiullah final ppt sacda
 
Hardware prototype of smart home energy management system
Hardware prototype of smart home energy management systemHardware prototype of smart home energy management system
Hardware prototype of smart home energy management system
 

Destacado

MegaBus NDTA ATL
MegaBus NDTA ATLMegaBus NDTA ATL
MegaBus NDTA ATLwatersb
 
Response of Watermelon to Five Different Rates of Poultry Manure in Asaba Are...
Response of Watermelon to Five Different Rates of Poultry Manure in Asaba Are...Response of Watermelon to Five Different Rates of Poultry Manure in Asaba Are...
Response of Watermelon to Five Different Rates of Poultry Manure in Asaba Are...IOSR Journals
 
International Medical Careers Forum Oct 15 2016 Sharing My Own Trip Dr Ameed ...
International Medical Careers Forum Oct 15 2016 Sharing My Own Trip Dr Ameed ...International Medical Careers Forum Oct 15 2016 Sharing My Own Trip Dr Ameed ...
International Medical Careers Forum Oct 15 2016 Sharing My Own Trip Dr Ameed ...Odyssey Recruitment
 
Advances in Automatic Speech Recognition: From Audio-Only To Audio-Visual Sp...
Advances in Automatic Speech Recognition: From Audio-Only  To Audio-Visual Sp...Advances in Automatic Speech Recognition: From Audio-Only  To Audio-Visual Sp...
Advances in Automatic Speech Recognition: From Audio-Only To Audio-Visual Sp...IOSR Journals
 
Pixel Ad Mall :: Advertising the Pixel Way
Pixel Ad Mall :: Advertising the Pixel WayPixel Ad Mall :: Advertising the Pixel Way
Pixel Ad Mall :: Advertising the Pixel Waybelieve52
 
On The Automated Classification of Web Pages Using Artificial Neural Network
On The Automated Classification of Web Pages Using Artificial  Neural NetworkOn The Automated Classification of Web Pages Using Artificial  Neural Network
On The Automated Classification of Web Pages Using Artificial Neural NetworkIOSR Journals
 
Proyecto final Topicos Avanzados En Telecomunicaciones
Proyecto final Topicos Avanzados En TelecomunicacionesProyecto final Topicos Avanzados En Telecomunicaciones
Proyecto final Topicos Avanzados En TelecomunicacionesFrancisco Sanchez
 

Destacado (20)

MegaBus NDTA ATL
MegaBus NDTA ATLMegaBus NDTA ATL
MegaBus NDTA ATL
 
C0461624
C0461624C0461624
C0461624
 
F0313239
F0313239F0313239
F0313239
 
B0330107
B0330107B0330107
B0330107
 
C0441923
C0441923C0441923
C0441923
 
D0941824
D0941824D0941824
D0941824
 
E0532630
E0532630E0532630
E0532630
 
Response of Watermelon to Five Different Rates of Poultry Manure in Asaba Are...
Response of Watermelon to Five Different Rates of Poultry Manure in Asaba Are...Response of Watermelon to Five Different Rates of Poultry Manure in Asaba Are...
Response of Watermelon to Five Different Rates of Poultry Manure in Asaba Are...
 
International Medical Careers Forum Oct 15 2016 Sharing My Own Trip Dr Ameed ...
International Medical Careers Forum Oct 15 2016 Sharing My Own Trip Dr Ameed ...International Medical Careers Forum Oct 15 2016 Sharing My Own Trip Dr Ameed ...
International Medical Careers Forum Oct 15 2016 Sharing My Own Trip Dr Ameed ...
 
H0434651
H0434651H0434651
H0434651
 
B0610611
B0610611B0610611
B0610611
 
Advances in Automatic Speech Recognition: From Audio-Only To Audio-Visual Sp...
Advances in Automatic Speech Recognition: From Audio-Only  To Audio-Visual Sp...Advances in Automatic Speech Recognition: From Audio-Only  To Audio-Visual Sp...
Advances in Automatic Speech Recognition: From Audio-Only To Audio-Visual Sp...
 
C0931115
C0931115C0931115
C0931115
 
Pixel Ad Mall :: Advertising the Pixel Way
Pixel Ad Mall :: Advertising the Pixel WayPixel Ad Mall :: Advertising the Pixel Way
Pixel Ad Mall :: Advertising the Pixel Way
 
M0537683
M0537683M0537683
M0537683
 
8 hw cells_organisation
8 hw cells_organisation8 hw cells_organisation
8 hw cells_organisation
 
On The Automated Classification of Web Pages Using Artificial Neural Network
On The Automated Classification of Web Pages Using Artificial  Neural NetworkOn The Automated Classification of Web Pages Using Artificial  Neural Network
On The Automated Classification of Web Pages Using Artificial Neural Network
 
Oxford
OxfordOxford
Oxford
 
Proyecto final Topicos Avanzados En Telecomunicaciones
Proyecto final Topicos Avanzados En TelecomunicacionesProyecto final Topicos Avanzados En Telecomunicaciones
Proyecto final Topicos Avanzados En Telecomunicaciones
 
H0934549
H0934549H0934549
H0934549
 

Similar a Design And Development of A Plug-In Type Wireless Data Logger for Energy Measurement

A COGNITIVE ENERGY DISTRIBUTION SYSTEM
A COGNITIVE ENERGY DISTRIBUTION SYSTEMA COGNITIVE ENERGY DISTRIBUTION SYSTEM
A COGNITIVE ENERGY DISTRIBUTION SYSTEMijp2p
 
A cognitive energy distribution system
A cognitive energy distribution systemA cognitive energy distribution system
A cognitive energy distribution systemijp2p
 
A COGNITIVE ENERGY DISTRIBUTION SYSTEM
A COGNITIVE ENERGY DISTRIBUTION SYSTEMA COGNITIVE ENERGY DISTRIBUTION SYSTEM
A COGNITIVE ENERGY DISTRIBUTION SYSTEMijp2p
 
IRJET - Smart Power Monitoring and Controlling through IoT
IRJET -  	  Smart Power Monitoring and Controlling through IoTIRJET -  	  Smart Power Monitoring and Controlling through IoT
IRJET - Smart Power Monitoring and Controlling through IoTIRJET Journal
 
IRJET- 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
 
New Age Energy Monitoring System
New Age Energy Monitoring SystemNew Age Energy Monitoring System
New Age Energy Monitoring SystemIRJET 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- Iot Based Smart Energy Monitoring
IRJET- Iot Based Smart Energy MonitoringIRJET- Iot Based Smart Energy Monitoring
IRJET- Iot Based Smart Energy MonitoringIRJET Journal
 
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
 
Implementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using BluetoothImplementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using BluetoothIRJET 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
 
Power Factor Detection and Data Analytics
Power Factor Detection and Data AnalyticsPower Factor Detection and Data Analytics
Power Factor Detection and Data AnalyticsIRJET Journal
 
Energy scavenging using vibrations from bluetooth controlled DC motor
Energy scavenging using vibrations from bluetooth controlled DC motorEnergy scavenging using vibrations from bluetooth controlled DC motor
Energy scavenging using vibrations from bluetooth controlled DC motorTELKOMNIKA JOURNAL
 
IRJET- Monitoring and Controlling Power using Zigbee Communication
IRJET- Monitoring and Controlling Power using Zigbee CommunicationIRJET- Monitoring and Controlling Power using Zigbee Communication
IRJET- Monitoring and Controlling Power using Zigbee CommunicationIRJET Journal
 
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-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
 
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring SystemIRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring SystemIRJET Journal
 
IRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy MeterIRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy MeterIRJET Journal
 
IRJET- Multiple Load Controller for Industry using ARM Cortex
IRJET-  	  Multiple Load Controller for Industry using ARM CortexIRJET-  	  Multiple Load Controller for Industry using ARM Cortex
IRJET- Multiple Load Controller for Industry using ARM CortexIRJET Journal
 

Similar a Design And Development of A Plug-In Type Wireless Data Logger for Energy Measurement (20)

A COGNITIVE ENERGY DISTRIBUTION SYSTEM
A COGNITIVE ENERGY DISTRIBUTION SYSTEMA COGNITIVE ENERGY DISTRIBUTION SYSTEM
A COGNITIVE ENERGY DISTRIBUTION SYSTEM
 
A cognitive energy distribution system
A cognitive energy distribution systemA cognitive energy distribution system
A cognitive energy distribution system
 
A COGNITIVE ENERGY DISTRIBUTION SYSTEM
A COGNITIVE ENERGY DISTRIBUTION SYSTEMA COGNITIVE ENERGY DISTRIBUTION SYSTEM
A COGNITIVE ENERGY DISTRIBUTION SYSTEM
 
IRJET - Smart Power Monitoring and Controlling through IoT
IRJET -  	  Smart Power Monitoring and Controlling through IoTIRJET -  	  Smart Power Monitoring and Controlling through IoT
IRJET - Smart Power Monitoring and Controlling through IoT
 
IRJET- 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
 
New Age Energy Monitoring System
New Age Energy Monitoring SystemNew Age Energy Monitoring System
New Age Energy Monitoring System
 
Power house automation using wireless communication
Power house automation using wireless communicationPower house automation using wireless communication
Power house automation using wireless communication
 
IRJET- Iot Based Smart Energy Monitoring
IRJET- Iot Based Smart Energy MonitoringIRJET- Iot Based Smart Energy Monitoring
IRJET- Iot Based Smart Energy Monitoring
 
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
 
A12PPT.pdf
A12PPT.pdfA12PPT.pdf
A12PPT.pdf
 
Implementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using BluetoothImplementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using Bluetooth
 
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
 
Power Factor Detection and Data Analytics
Power Factor Detection and Data AnalyticsPower Factor Detection and Data Analytics
Power Factor Detection and Data Analytics
 
Energy scavenging using vibrations from bluetooth controlled DC motor
Energy scavenging using vibrations from bluetooth controlled DC motorEnergy scavenging using vibrations from bluetooth controlled DC motor
Energy scavenging using vibrations from bluetooth controlled DC motor
 
IRJET- Monitoring and Controlling Power using Zigbee Communication
IRJET- Monitoring and Controlling Power using Zigbee CommunicationIRJET- Monitoring and Controlling Power using Zigbee Communication
IRJET- Monitoring and Controlling Power using Zigbee Communication
 
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-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
 
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring SystemIRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
 
IRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy MeterIRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy Meter
 
IRJET- Multiple Load Controller for Industry using ARM Cortex
IRJET-  	  Multiple Load Controller for Industry using ARM CortexIRJET-  	  Multiple Load Controller for Industry using ARM Cortex
IRJET- Multiple Load Controller for Industry using ARM Cortex
 

Más de IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Último

Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spaintimesproduction05
 

Último (20)

Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 

Design And Development of A Plug-In Type Wireless Data Logger for Energy Measurement

  • 1. IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 6, Issue 2 (May. - Jun. 2013), PP 15-20 www.iosrjournals.org www.iosrjournals.org 15 | Page Design And Development of A Plug-In Type Wireless Data Logger for Energy Measurement D. D. Vyas1 , H. N. Pandya2 1 Department of Electronics & Communication , Darshan Institute of Engg. & Technology, India 2 Department of Electronics, Saurashtra University, India ABSTRACT : Increasing demand of electrical energy and its rising prices have enforced the need of managing usage of electrical energy more efficiently. This requires regular monitoring of electrical appliances to timely identify inefficient energy consumption due to faulty conditions, inefficient designs, user negligence, etc. In this paper, design and development of a low-cost wireless data logger is presented that aims to accurately measure the value of energy and related parameters like VRMS, IRMS and instantaneous power in real time for single phase applications. The proposed data logger acts as a plug-in device that can easily be introduced between mains and the appliance. The system can collect the data in real time and communicate it to a computer over a Bluetooth based wireless link. The computer hosts a simple graphical user interface (GUI) based application that allows user to log the data as and when required. The proposed data logger is designed using CS5460A single phase bi-directional power/energy IC from Cirrus logic interfaced with AVR ATmega32 microcontroller. A wireless link between is established using AUBTM-20 Bluetooth modules. Serial EEPROM is also included in the proposed design to store the data locally on the board for later use. GUI for the data logger has been designed using MATLAB. Keywords - Bluetooth , Data logger, Energy monitoring, , Embedded system, Real time monitoring I. INTRODUCTION Home as well as industries consumes much more electric energy than required mainly due to inefficient designs, faulty devices and user’s negligence. Studies show that about five to fifteen per cent of energy can be saved if devices are monitored and handled efficiently [1]. However, the normal energy metering system that generally exists only give the total amount of energy consumed and thus user is not able to monitor the amount of electricity being used by individual appliance and are also not able to timely identify any drastic difference in power consumption due to faulty condition in the appliance. This proposes a need of a low-cost system that can be easily interfaced with any electric appliance and helps to measure the consumption of electric energy in real time. In this paper design and development of a plug-in type data logger is discussed that is capable of accurately measuring energy and related parameters like VRMS, IRMS and instantaneous power in real time for single phase applications. The data logger is equipped with a Bluetooth based wireless communication module that is capable of neatly communicating the sampled data to a computer without any wired interface. Thus the design becomes a plug and play type wireless energy meter that is very simple and flexible to use. Researchers and industries have developed such real time energy monitoring systems, however these requires additional setup and are little less economic [2-5]. The proposed design aims to serve two purposes. The first is to provide a low-cost solution for real time data logging of energy either for testing or continuous monitoring and the second is to encourage consumers for use of such devices enabling them to play a proactive role in efforts towards energy conservation and other goals of smart grid [6-8]. The rest of the paper is organized as follows. In section 2 design requirements and proposed system architecture is discussed. In section 3 and 4 details of hardware and software involved in the design of the system are discussed at length. This is followed by discussion on experimental results in section 5, future direction of work in section 6 and conclusion in section 7. II. DESIGN REQUIREMENTS AND SYSTEM ARCHITECTURE Following design requirements were proposed to be met by the system.  Compatible to any single phase application connected to standard 16A source.  Able to monitor energy in real time and the data should be logged into local memory as well as computer if interfaced.  Wireless data communication with computer avoiding the use of additional cables.  Able to monitor other parameters like VRMS, IRMS and instantaneous power in real time when connected to a computer.  Support of a simple GUI based application on computer for easy user access.
  • 2. Design And Development Of A Plug-In Type Wireless Data Logger For Energy Measurement www.iosrjournals.org 16 | Page  Low cost and simple to add and remove. To meet the mentioned requirements the proposed system architecture is shown in Fig. 1. System on the input side is connected to mains through a standard 16A plug-socket interface and a similar plug-socket interface is available on the output side for connecting the appliance whose energy monitoring is intended. The system is microcontroller based unit with energy measuring module, EEPROM, wireless module for communication and other I/O interfacing modules. Energy measuring module performs the task of measuring energy and related parameters continuously. Microcontroller is supposed to fetch this data at regular interval, update the data in local memory and also forwarded it to computer over a wireless communication link. Fig. 1 System architecture III. SYSTEM HARDWARE System hardware consists of two modules: one for data measurement and transmission and another for data reception and logging on a computer. This is shown in Fig 2(a) and 2(b) respectively. The first module, more complicated of the two, can be partitioned into two main sections: analog and digital as shown in Fig. 2(a). Analog section in the transmitter module, responsible for energy measurement, is designed using CS5460A. The CS5460A consist of two 24 bit ∆Σ ADCs, high speed power calculation functions with digital filters for signal conditioning and a serial interface all on a single chip. It is designed to accurately measure and calculate: energy, VRMS, IRMS and instantaneous power for single phase 2 or 3-wire applications. It meets accuracy specification for IEC 687/1036, JIS [9]. It can be interfaced using a simple resistive divider or potential transformer to measure voltage and with low-cost shunt resistor or current transformer to measure current. It supports auto-boot feature to function as stand-alone device as well as a standard bi-directional three wire serial interface (compatible to SPI and Microwire) for communication with microcontroller. The CS5460A also supports on-chip facility for AC or DC system-level calibration for both voltage and current channel. It has internally around twenty 24-bit registers related with configuration, calibration, status and data that can be read or written by microcontroller. A board designed for this analog section is shown in Fig. 3(a). Digital sections consist of AVR ATmega32 microcontroller, AUBTM-20 based Bluetooth module, serial EEPROM 24c04, LCD and few switches. In addition to the general advantages that ATmega series microcontroller has, the reasons for selecting ATmega32 was that it supports all the three type of serial interface required in this design [10]. These are three wire serial interface required in interfacing with CS5460A, two wire serial interface required in interfacing of serial EEPROM and standard USART for RS232 interface required for (a) (b) Fig. 2. System hardware (a) Measurement and transmission module (b) Receiver module
  • 3. Design And Development Of A Plug-In Type Wireless Data Logger For Energy Measurement www.iosrjournals.org 17 | Page (a) (b) (c) Fig. 3 (a) CS5460A based energy measurement module (b) ATmega32 based microcontroller module (c) AUBTM-20 based Bluetooth module Bluetooth module. Bluetooth module connected with the system is configured as a slave and a similar one connected with a computer, as shown in Fig. 2(b), is configured as a master. When connection is established by the master, the slave will pass the measured data to the master. Once master and slave are connected, to disconnect the link it is required to reset the slave module. This is achieved in the design by use of a simple hardware that enables power to Bluetooth module under the control of ATmega32 microcontroller. This is discussed further in the next section of the paper. The role of on-board serial EEPROM is to store the total energy consumed over the time since the beginning of the measurement. Switches and LCD are provided mainly for debugging and on board monitoring. Board representing the digital section is shown in Fig. 3(b) with Bluetooth module in Fig 3(c). IV. SYSTEM SOFTWARE Systems software consists of two main programs: microcontroller program and GUI application program on computer. Program on microcontroller consist of two modules, one for initial calibration of CS5460A and second for real time measurements and data logging. Before using CS5460A for measurements for the first time, it has to be calibrated following a specific sequence of operations and these calibrations values are then saved in serial EEPROM for later use during measurement. For both voltage and current channel there are calibration sequence both for AC and DC purpose. Calibration in AC or DC is primarily for two basic types system offset and system gain. Depending on the specific metering application and accuracy requirements, some or all of the calibration sequences may be required to be executed. There are dedicated registers in CS5460A for specific calibration sequence. The steps for calibration process are shown in Fig. 4 (a) with the recommended sequence in Table 1. Calibration of each type requires applying appropriate inputs on the input channels, issuing calibration
  • 4. Design And Development Of A Plug-In Type Wireless Data Logger For Energy Measurement www.iosrjournals.org 18 | Page commands and reading result from the concerned registers at the end of calibration. As shown in Table 1, if both AC and DC calibration has to be performed then DC calibration should precede AC calibration and if both offset and gain calibration has to be performed then offset should precede gain [11]. Table 1. Calibration Sequence Preferred Sequence CALIBRATION TYPE Inputs applied to V/ I channels 1 DC offset Connected to ground level 2 AC offset Connected to ground level 3 DC gain DC signal equivalent to absolute peak full scale value of input 4 AC gain AC signal with maximum possible RMS value of input Flow chart highlighting the sequence of major operations performed in microcontroller program for real time measurement of energy is shown in Fig. 4(b). On power-on CS5460A is required to be initialized. This involves two operations. First operation is to fetch calibration values that are stored in serial EEPROM and load them into concerned registers in CS5460A. Second operation is to define conversion cycle and computation cycle rate. Conversion cycle indicates the rate at which instantaneous voltage, current and power is obtained and computation cycle indicates number of these instantaneous values that are used to calculate VRMS, IRMS and energy over the period. For example, if conversions cycle is 4000Hz and computation cycle is set to one second, then VRMS and IRMS will be calculated using 4000 samples of instantaneous values of voltage and current respectively and energy over one second will be calculated summing 4000 samples of instantaneous power. These cycles are again defined by loading appropriate values in concerned registers. These values depend on the clock frequency of CS5460A. After initialization of CS5460A the slave Bluetooth module that is connected with microcontroller is enabled i.e. powered ON. This is done by a simple arrangement where a microcontroller enables a buffer that is responsible to provide to the slave module. The reason for this arrangement is that once master and slave modules are connected for data transfer both enter into data mode then to disconnect them and bring them back in command mode when required, one of the module has to be reset. Further, before interfacing Bluetooth modules in the system they have to be configured for baud rate, mode of operation (master/slave), identification number, etc. This is done by sending series of AT command to Bluetooth module over a RS-232 serial link. Various AT commands used for configuration as well as data transfer are discussed in Table 2 [12 ]. (a) (b) Fig. 4 (a) Fig. 4 Steps in calibration process (b) Process of acquiring measurements from CS5460A. After initialization of CS5460A and enabling of Bluetooth module, the process of data measurement starts. Microcontroller handles this process in a polling mode. At end of each computation cycle value of VRMS, IRMS and energy are read. Energy over the period of each computation cycle (e.g. duration of 1 sec.) is accumulated to have the total amount of energy consumed and this count is updated in serial EEPROM. Further
  • 5. Design And Development Of A Plug-In Type Wireless Data Logger For Energy Measurement www.iosrjournals.org 19 | Page all the values measured over the computation cycle are by default sent to the serial port where the slave Bluetooth module is connected. Thus when master and slave Bluetooth link is active the measured data is transferred to computer. Table 2. AUBTM-20 Bluetooth Module AT Commands AT COMMANDS Description AT+SETUP Shows current setting of module like baud rate, mode of operation, address etc. AT+MODE Define the mode of operation that can be Master, Slave or Auto Connect. AT+PIN Set PIN code for the Bluetooth module AT+BPROFILE Set current active profile that can be either serial port, head set or hands free AT+INQ Discover other Bluetooth modules in the neighborhood. AT+CON Create a connection with other Bluetooth device. GUI based application is developed in MATLAB for data logging on a computer. A snapshot of GUI is shown in Fig. 6. GUI allows user to select slave module by its address (required in case if there are more than one Bluetooth modules around), and specify the duration for which data logging has to be done. On activation GUI application commands master to connect with slave and start logging the value of VRMS, IRMS and energy that are received after each computation cycle. This continues for the specified duration after which GUI sends signal to slave requesting to disconnect. Measurements received by GUI are stored in from a matrix and remains available for off-line analysis also. Fig. 6 Snapshot of GUI application for data logging on computer. V. EXPERIMENTAL RESULTS Designed data logger has been tested for varieties of load of different capacities and type. For example a fixed resistive load, variable resistive load, induction motor etc. Appropriate scaling factors were identified for ADC. This is required because in CS5460A measured value of VRMS and IRMS are available as 24 bit unsigned value in the range of 0.0≤ VRMS, IRMS ≤ 1.0, whereas that of energy is available as 24 bit singed value in the range -1.0≤ E <1.0. Further AUBTM-20 is a Version 1.2, class-2 Bluetooth module that should give connectivity range of around 10 meters; however range of successful communication without antenna was found to be less than 2 meters and with antenna was around 8 meters. Maximum bit rate supported by Bluetooth Version 1.2 is around 1 Mbits/s [13]; however as the required bit rate in our case was well below the maximum possible, this was not much of the concern. The measurements obtained from the data logger were compared with those obtained from parallel connected KRYKARD portable load manager ALM32 from Manaco Energy Solutions Pvt. Ltd. The results were encouraging and very much within the acceptable limits of accuracy. VI. FUTURE DIRECTIONS Direction of the work that is intended to be followed as an ongoing part of the presented research work includes following  To review alternate technology for wireless link as Bluetooth technology has limitation in terms of communication range and number of nodes. One of the possible alternatives to be studied is Zigbee.  To have a real time data logging from more than one channel. Here number of data loggers will be used to measure energy of different appliances and computer in turn would read the value from each of the channel.  To develop a complete home energy management system that can be the part of the smart grid.
  • 6. Design And Development Of A Plug-In Type Wireless Data Logger For Energy Measurement www.iosrjournals.org 20 | Page VII. CONCLUSION Design and development of a plug-in type wireless data logger for measurement of energy and related parameters for single phase applications has been discussed. The design has an advantage of being easy to use and low cost. GUI has been developed for data logging on a computer and on-line/off-line analysis of data. Operation of the proposed data logger has been verified experimentally and has been found to be meeting acceptable limits of accuracy. It is believed that availability of such low cost easy to use energy monitoring solutions in the market will encourage consumers to use them. This will help them to manage their energy usage more efficiently and also to contribute towards goals of smart grid like efficient energy management and energy conservation. The presented work was part of the ongoing research towards design and development of a full- fledged low cost home energy management system. REFERENCES [1] S. M. Ahluwalia, Power sector reforms: a review of the process and an evaluation of the outcome, NCAER, Delhi, March 2000. [2] Energy monitoring technologies inc., 2011, http://www.energymonitor.com [3] X. Jiang, S. Dawson, P. Dutta, and D. Culler, Design and implementation of high-fidelity ac metering network, Proc. of IEEE Int. Conf. on Information Processing and Sensor Networks, California, USA, 2009. [4] S. Keshav and C. Rosenberg, How internet concepts and technologies can help green and smarten the electric grid, Green Networking 2010, New Delhi, India, 2010. [5] Y. Kim, T. Schmid, Z. M. Charbiwala,, and M. B. Srivastava Smith, Design and implementation of a fine grained power monitoring system for homes, Networked & Embedded System Lab., 2009. [6] Shum-Yu Chan and Jen-Han Teng H. Miller, Advance remote control infrastructure for intelligent HEMS, Proc. of Int. Conf. on Infomration and Electronics Engg., Singapore, 2011. [7] D. D. Vyas and H. N. Pandya,Advance metering infrastructure and DLMS/COSEM standards for smart grid - A review, Int. Journal of Engg. Research and Tech., Vol. 1, No. 2, Nov. 2012. [8] The home area network architectural considerations for rapid innovation, Penn Energy, 2009, http://www.pennenergy.com. [9] CS5460A- Single phase bi-directional power energy IC Data Manual, Cirrus Logic. [10] AVR ATmega32 Microcontroller Data Manual, Atmel Corporation. [11] AN227, Calibrating the CS5460A, Cirrus Logic. [12] External commands for AUBTM-20 Bluetooth Module, Austar Technologies. [13] Bluetooth EDR: Wireless Evolution, Application note, Agilent Technologies, 2006. Divyang D. Vyas has obtained his B.E. in Instrumentation and Control Engineering from L. D. College of Engineering, Ahmedabad, in 1999 and the M.Tech. in Electronic Systems from Indian Institute of Technology, Bombay, in 2005. He is presently pursuing his Ph.D in Electronics and Communication Engineering at Saurashtra University, Rajkot. He has a teaching experience of more than 12 years and is presently working as Associate Professor and Head of Electronics and Communication Department at Darshan Institute of Engineering and Technology, Rajkot. His areas of interest are electronic circuits, signal processing and embedded systems. He is life member of ISTE and IETE. Dr. H. N. Pandya is presently serving as Professor and Head of Department of Electronics, Saurashtra University, Rajkot. He has a long teaching experience of more than 20 years and has successfully guided six Ph.D. thesis and number of Bachelors and Masters dissertations. He has published and presented number of research papers in Journals/Conference of repute and has authored three books. He has completed three minor research projects funded by UGC and has been awarded research fellowship from agencies like UGC, CISR etc. His areas of interest are electronic circuits, microprocessor, microcontrollers, embedded systems and ferrite materials.