SlideShare a Scribd company logo
1 of 4
Download to read offline
1
Wireless IoT based Metering System for Energy
Efficient Smart Cites
Maha Aboelmaged*, Yasmeen Abdelghani*, Mohamed A. Abd El Ghany**
Electronics Engineering Dept., German University in Cairo, Cairo, Egypt*
Electronics Department, German University in Cairo, Egypt. Integrated Electronic Systems Lab, TU Darmstadt, Germany**
E-mails: maha.aboelmaged@student.guc.edu.eg, yasmeen.abdelghani@student.guc.edu.eg, mohamed.abdel-
ghany@guc.edu.eg
Abstract—The emerging of IoT concept recently in our lives,
has offered the chance to establish energy efficient smart devices,
systems and cities. Due to the urging need for conserving energy,
this paper proposes an IoT based energy efficient wireless smart
metering system design. It competes with the existing meters as
being a low cost completely integrated metering system. It offers
an easily operated Android application for users as well as a
Website and database for the electricity supplier company. The
proposed system design has an accuracy level of 97% and it is
about 25% lower cost than its peer in the global market. The
proposed design reduced the power consumption by 16%.
Keywords—metering system; prepaid; IOT; energy
efficiency; smart cities.
I. INTRODUCTION
The drastic increase in urbanization over the past few years
requires sustainable, efficient, and smart solutions for
transportation, governance, environment, quality of life, and
so on. Since the evolution of IOT concept in the early 2000s,
the Internet of Things offers many sophisticated and
ubiquitous applications for smart cities. It is the ability of
devices, networks and sensors to communicate with each
other, with and without any human interaction [1]. Internet of
things (IoT) basic simplified workflow can be described as
follows: object sensing, identification and communication of
object specific information, trigger an action and lastly, the
smart device or system provides its service [2]. The energy
demand of IoT applications is increased, while IoT devices
continue to grow in both numbers and requirements.
Therefore, new smart city must have the ability to efficiently
utilize energy and handle the associated challenges [3].
The conventional electromechanical energy meters have a
great contribution in dissipation of energy. Mainly because
they are post-paid meters, customers cannot keep track of
their energy consumption, except on a monthly basis.
However, Smart meters when programmed with home
appliances can be used to control the electricity consumption.
Moreover, Smart meters are less error prone [4]. Smart Meters
are electronic measurement devices used by utilities to
communicate information for billing customers and operating
their electric systems [5]. It is simply consisting of a metering
unit and a communication interface between the metering unit
and the utility. The communication interface module is
connected to the microcontroller to transmit and receive
information between the utility and the metering unit installed
in the house [6].
This paper presents the design and implementation of a full
integrated smart energy efficient metering system. The design
provides a low power consumption smart metering system.
The proposed design is implemented at two ends, one on the
consumer end for IoT operation and other on the service
provider end for managing customers’ data through an
implemented Website and customized database. Android
application is also designed to have a more easily operated
system at the customer end. Shown in Figure 1 is the overall
system block units, from the main supply in the house to the
back end, electricity supplier, managing unit.
The paper is organized as follows: section II gives a
detailed explanation for the sensing unit, control unit
communication unit and the managing unit block, illustrated
in Figure 1. In section III, the calibration procedure and
system implementation results are discussed. Finally, the
conclusion is given in section IV.
Figure 1 Proposed Metering System Block Diagram
2017 29th International Conference on Microelectronics (ICM)
978-1-5386-4049-4/17/$31.00 ©2017 IEEE
2
II. PROPOSED METERING SYSTEM DESIGN
The proposed IoT based metering system is designed to
contribute in establishing energy efficient smart cities. Its
main aim is to minimize the rapid increase in average
electricity consumption issue. Additionally, it provides a
more convenient solution to problems faced from using the
existing meters, such as the manual readings’ errors from the
analog electromechanical meter. The conventional
electromechanically post-paid metering system, where the
consumer is charged on a monthly basis, provides no sense of
the energy used until the end of the month. However, it
guarantees that customers will always have electricity
supplies, except during blackouts [7].
On the other hand, Prepaid meters offer many advantages
both to the utility provider and the consumers. To the utility
provider, this reduces many issues tremendously arising from
meter readers such as delays, wrong and infrequent meter
reading resulting in bulk amount of billing that consumers
would need to pay and further consequent in not paying,
disputes and so forth [8]. Additionally, prepayment metering
system, encourages users to control their energy consumption,
in order to avoid cut off, due to zero credit [9]. Thus, the
proposed metering system uses the prepayment metering as
an attempt for building energy efficient new cities. Figure 2
shows the complete proposed system design with the
components and building components for each unit block,
which will be further discussed in the this and the following
sections.
A. SENSING UNIT
The sensing unit comprises of the voltage transformer and
the current sensor that are connected to the main supply. The
voltage transformer used was a 240v to 6v step down
transformer. Whereas, the current sensor was a SCT-013-000
non-intrusive sensor, clipped over a single wire either live or
neutral, to sense the passing current [10]. This sensor’s output
is voltage, so, to get current reading, a burden resistor is
connected to the two terminals of the sensor. The reading of
both components are transferred to the next unit for
processing.
B. CONTROL UNIT
The control unit consists mainly of the micro-controller,
which is ATmega328 based Arduino Nano. Data received
from the sensing unit are passed as an input to the built-in
analog to digital converter (ADC) in the microcontroller.
Afterwards, the data is processed then used units in kilowatt
hour and remaining balance and units.
These calculations were performed as follows: first
calibration values for the current and voltage are calculated as
shown in equations (1) and (2), where 0.707 value is used to
convert the measured value to RMS value, 1024 is the
maximum reading of Arduino input pins, 36 is the value of the
burden resistance used with the current sensor and 240 is the
maximum voltage that can be read by the meter. Current value
read from the supply is calculated using a loop which takes
200 samples from the micro controller analog pins connected
to the sensor and finds the maximum and minimum values
[11]. Then the current is calculated as shown in equation (3).
On the other hand, voltage is calculated by taking the reading
of the analog pin of the microcontroller connected to the
transformer as shown in equation (4), using software function
analogRead(). Figure 3 represents the voltage and current
waveforms passed to the meter.
CalibrationI = 0.707/(1024*36)…………....(1)
CalibrationV = (0.707*240)/1024…………(2)
Current=(maxI-minI) * CalibrationI……....(3)
Voltage=analogRead(A1) *CalibrationV.....(4)
Afterwards, the control unit issues warnings for the user
when either 20% or 10% is left in the balance. At zero balance,
24-hours allowance time is given to user, as a chance to
recharge before electricity is cutoff. The calculated values are
then passed to the communication unit.
Figure 2 Overall System block Diagram
Figure 3 Output Voltage and Current Waveform
2017 29th International Conference on Microelectronics (ICM)
3
III. COMMUNICATION UNIT
This unit’s main functionality is to establish the
communication between the control unit and the Android
application. It is composed of the Bluetooth module, HC-05,
and the Android application. The module is connected to the
control unit, in the metering system, serially. The Bluetooth
pins, Tx and Rx, are connected to two digital pins in the
Arduino Nano.
The implemented Android application was implemented
using MIT App Inventor 2 Software. Its main functionality is
to establish communication between the control unit and the
managing unit. Additionally, it enables the user to track
his/her usage at any time and view metering data on the
Android application. The reason behind integrating an
android application with the prepaid smart energy meter
system is that it will make it easier for customers to monitor
their energy consumption even if they are not near the meter
display screen.
IV. MANAGEMENT UNIT
The management unit consists of the database of the users’
information and the implemented website. The database was
created using XAMPP MYSQL database, used to store
different billing data of each customer such as first name, last
name, mobile number, meter ID, balance, remaining balance
used units and remaining units. The website was designed
using NetBeans IDE software, HTML and Java servlet.
This unit’s functionality is allowing the utility to have
control over the customers’ billing data and to have a record
of this data to track the electricity consumption. The website
enables the utility to add new customer, delete, update or view
an existing customer’s record. It can be accessed by the users
as a meter and mobile application user guide.
The management unit receives data from the
communication unit which was processed by the control unit.
This data is received and stored in the database. The database
is then accessed by the utility through the website to manage
the customers’ data.
V. CALIBRATION AND IMPLEMENTATION
RESULTS
Before designing the final PCB layout, a prototype PCB
was designed, to check for any instability or errors in the
circuit, such as components or connection error. The meter’s
calibration was done by turning on two refrigerators for five
hours and the reading of the already installed meter was taken,
the difference between the initial and final readings was
0.5kWh. At the same time, the reading from the implemented
circuit design was recorded, the reading differed by 0.01 kWh,
the meter read a value of 0.51kWh, when clipped over a single
current wire of the two refrigerators connected through the
same plug. Figure 4 shows the final system with all
components connected together.
Figure 5 illustrates the final system working mechanism.
The system operation starts by taking inputs from the current
and voltage transformer. Then these inputs are passed to the
analog to digital converter of the microcontroller unit where
the billing data are calculated. Then a check is done on the
billing data. the first check is whether the balance reached
10% or 20%. if the balance reached these low percentages
warnings are issued. The second check is whether the balance
is finished which if true the electricity is cut off and then the
data is transmitted through Bluetooth to the android
application then to the database which is managed through the
website by the utility.
Figure 4 Final Proposed System
Figure 5 Proposed System Flowchart
2017 29th International Conference on Microelectronics (ICM)
4
The readings were recorded 30 times and the average was
calculated. The average recorded value showed that the meter
readings were recorded, for 30 times, on different devices,
such as, vacuum cleaner and washing machine, as they
consume large power in short time. The values were
compared by the device power label as well as the already
installed meter reading. Results showed that the proposed
meter has an accuracy percentage of 97%. However, it is most
accurate for measuring current values greater than 3A.
The proposed design’s cost is about 25% lower than its
peer in the global market, due to the use of a low cost
communication module, a small area PCB as well as a
relatively low cost microcontroller module. The proposed
design also consumes about 16% less power than the existing
meter due to the small area of the design as well as the
existence of low power modes in most of the components
used.
A comparison between the proposed metering system, the
existing system as well as a research paper published in in
India [12], was conducted and summarized in Table 1. It
shows that the proposed design competes in cost, back end
interface as well as the Android application. It also, displays
more data on the LCD screen as well as the application.
However, the research paper has two payment modes,
postpaid and prepaid modes.
VI. CONCLUSTION
The advancement on technology and the need of electricity
in every aspect of life has made the electrical power
irreplaceable. Taking advantage of IOT smart meters has
developed and took various shapes and types. Consequently,
the design of a low cost, low power and user friendly smart
meter which helps in the conservation of energy can be of
great importance.
The proposed smart meter design helps the users to track
their energy consumption from LCD display and Android
application. The users’ data are saved and sent to the users’
database through the mobile application, where the database
is always updated by each meter’s data then it can be edited
by the utility website. The system has a 97% accuracy level
compared with the existing conventional electromechanical
meter. It is also 25% lower cost than its competing smart
meter in the global market. The implemented Android
application offers a consumption plans as well as online
payment. The proposed design meter minimized the power
consumption by 16% compared with the global market
design.
REFERENCES
[1] Shalli Rani, etal. “A Novel Scheme for an Energy Efficient Internet of
Things Based on Wireless Sensor Networks”. Sensors ISSN 1424-8220,
vol. 15, pp. 8603-28626. November 2015.
[2] Waleed Ejaz et al, “Efficient Energy Management for the Internet of
Things in Smart Cities”. Published in Efficient Energy Management for
the Internet of Things in Smart Cities, vol. 55, Issue 1, January 2017.
[3] Jacques Benoit. “The Internet of Things and the energy sector: myth or
opportunity”. Published in Power and Energy Automation Conference,
Spokane, WA March 2016.
[4] Shikha Rastogi, Manisha Sharma and Pratibha Varshney. “Internet of
Things based Smart Electricity Meters”, International Journal of
Computer Applications, vol. 133. Issue 8, January 2016.
[5] Ellery E. Queen. “Smart Meters and Smart Meter Systems: A Metering
Industry Perspective”. Washington, D.C., United States: Edison
Electric Institute (EEI). March 2011, pp. 3-5.
[6] Patel Umang and Modi Mitul. “A Review on Smart Meter System”.
International Journal of Innovative Research in Electrical, Electronics,
Instrumentation and Control Engineering, vol. 3. Issue 12, pp. 70-73.
December 2015.
[7] Al-Naima, Jalil,” Building a prototype Prepaid Electricity Metering
System Based on RFID”, International Journal of Electronics and
Electrical Engineering, vol. 1, Issue 1, Iraq. 12 March 2012.
[8] Au Thien Wan, Suresh Sankaranarayanan and Siti Nurafifah Binti Sait.
“Smart Agent Based Prepaid Wireless Energy Meter”. International
Conference on Cloud Computing and Internet of Things, pp. 77-81.
December 2014.
[9] Au Thien Wan, Suresh Sankaranarayanan and Siti Nurafifah Binti Sait.
“Smart Agent Based Prepaid Wireless Energy Meter”. International
Conference on Cloud Computing and Internet of Things, pp. 77-81.
December 2014.
[10] Mohammed Reyasudin Basir Khan and Razali Jidin. “USB Data
Acquisition Device for Energy Monitoring,” presented at Student
Conference on Research and Development, Selangor, Malaysia, 2011.
[11] Prajakta Pawaskar, Pradeep Chawande and Seema Jadhav. “Design and
Implementation of Low Cost Three Phase Energy meter”. IEEE
International Conference On Recent Trends in Electronics Information
Commun ication Technology, India, May 2016.
[12] V.Preethi, M.Tech and G. Harish. “Design and Implementation of
Smart Energy Meter”. International Conference on Inventive
Computation Technologies (ICICT), Coimbatore, India. August 2016.
Feature Proposed
Design
Existing
meter in
Egypt
Research
paper
Design - 2016
Communication
Type
Bluetooth Smart Card Zigbee
Payment Method Prepaid Prepaid Prepaid and
Postpaid
Data Displayed
On LCD Screen
-Remaining
Credit
-used units
- Cost of units
Used
-left units
-Remaining
Balance
-Used units
- Remaining
Days before
balance reaches
zero.
-Payment
Mode
-Power
Consumption
-Bill
User Friendly
Interface
-LCD Screen
-Android
Application
LCD Screen -LCD Screen
-SMS in
Power Theft
Allowance
Period
- 24 Hours - 24 Hours -Electricity
cuts off when
balance is -20
Controlling
Energy
Consumption
Android
Application
offers
conservation
plans
No
controlling
methods
No
controlling
methods
Back-end
interface
Website and
database
No interface Zigbee
Receiver
Cost Low Cost –
about 42 Euros
High cost
About 100 Euros
High cost-
2 payment
modes
Table 1: Comparison between proposed meter and other meters
2017 29th International Conference on Microelectronics (ICM)

More Related Content

What's hot

Digitized Meter and Invoice Generation
Digitized Meter and Invoice GenerationDigitized Meter and Invoice Generation
Digitized Meter and Invoice GenerationIRJET Journal
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
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
 
Advance Metering Infrastructure:Smart Meter
Advance Metering Infrastructure:Smart MeterAdvance Metering Infrastructure:Smart Meter
Advance Metering Infrastructure:Smart MeterMD NAWAZ
 
IRJET- Smart Wireless Electronic Energy Meter
IRJET- Smart Wireless Electronic Energy MeterIRJET- Smart Wireless Electronic Energy Meter
IRJET- Smart Wireless Electronic Energy MeterIRJET Journal
 
IRJET- Automated Energy Metering System
IRJET- Automated Energy Metering SystemIRJET- Automated Energy Metering System
IRJET- Automated Energy Metering SystemIRJET Journal
 
An IOT based smart metering development for energy management system
An IOT based smart metering development for energy management systemAn IOT based smart metering development for energy management system
An IOT based smart metering development for energy management systemIJECEIAES
 
Smart meter parameters for smart grid
Smart meter parameters for smart gridSmart meter parameters for smart grid
Smart meter parameters for smart grideSAT Journals
 
Ameya smart energy meter
Ameya   smart energy meterAmeya   smart energy meter
Ameya smart energy meterAnkur Singh
 
What is Electric Energy Meter and Why is it Important
What is Electric Energy Meter and Why is it ImportantWhat is Electric Energy Meter and Why is it Important
What is Electric Energy Meter and Why is it ImportantSfereelect
 
IoT Based Smart Energy Meter
IoT Based Smart Energy MeterIoT Based Smart Energy Meter
IoT Based Smart Energy Meterijtsrd
 
IRJET- Iot Based Smart Meter
IRJET-  	  Iot Based Smart MeterIRJET-  	  Iot Based Smart Meter
IRJET- Iot Based Smart MeterIRJET 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- Smart Energy Metering based on IoT and Pocket Picking using Arduino an...
IRJET- Smart Energy Metering based on IoT and Pocket Picking using Arduino an...IRJET- Smart Energy Metering based on IoT and Pocket Picking using Arduino an...
IRJET- Smart Energy Metering based on IoT and Pocket Picking using Arduino an...IRJET Journal
 
A Real-Time IoT Implementation for Efficient Energy Consumption
A Real-Time IoT Implementation for Efficient Energy ConsumptionA Real-Time IoT Implementation for Efficient Energy Consumption
A Real-Time IoT Implementation for Efficient Energy ConsumptionIRJET Journal
 

What's hot (20)

Digitized Meter and Invoice Generation
Digitized Meter and Invoice GenerationDigitized Meter and Invoice Generation
Digitized Meter and Invoice Generation
 
Smart Monitoring System of DC to DC Converter for Photovoltaic Application
Smart Monitoring System of DC to DC Converter for Photovoltaic ApplicationSmart Monitoring System of DC to DC Converter for Photovoltaic Application
Smart Monitoring System of DC to DC Converter for Photovoltaic Application
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
Y4103145147
Y4103145147Y4103145147
Y4103145147
 
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
 
Advance Metering Infrastructure:Smart Meter
Advance Metering Infrastructure:Smart MeterAdvance Metering Infrastructure:Smart Meter
Advance Metering Infrastructure:Smart Meter
 
IRJET- Smart Wireless Electronic Energy Meter
IRJET- Smart Wireless Electronic Energy MeterIRJET- Smart Wireless Electronic Energy Meter
IRJET- Smart Wireless Electronic Energy Meter
 
IRJET- Automated Energy Metering System
IRJET- Automated Energy Metering SystemIRJET- Automated Energy Metering System
IRJET- Automated Energy Metering System
 
An IOT based smart metering development for energy management system
An IOT based smart metering development for energy management systemAn IOT based smart metering development for energy management system
An IOT based smart metering development for energy management system
 
Smart meter parameters for smart grid
Smart meter parameters for smart gridSmart meter parameters for smart grid
Smart meter parameters for smart grid
 
Ameya smart energy meter
Ameya   smart energy meterAmeya   smart energy meter
Ameya smart energy meter
 
What is Electric Energy Meter and Why is it Important
What is Electric Energy Meter and Why is it ImportantWhat is Electric Energy Meter and Why is it Important
What is Electric Energy Meter and Why is it Important
 
IoT Based Smart Energy Meter
IoT Based Smart Energy MeterIoT Based Smart Energy Meter
IoT Based Smart Energy Meter
 
IRJET- Iot Based Smart Meter
IRJET-  	  Iot Based Smart MeterIRJET-  	  Iot Based Smart Meter
IRJET- Iot Based Smart Meter
 
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- Smart Energy Metering based on IoT and Pocket Picking using Arduino an...
IRJET- Smart Energy Metering based on IoT and Pocket Picking using Arduino an...IRJET- Smart Energy Metering based on IoT and Pocket Picking using Arduino an...
IRJET- Smart Energy Metering based on IoT and Pocket Picking using Arduino an...
 
Ijariie1194
Ijariie1194Ijariie1194
Ijariie1194
 
smart grid
smart gridsmart grid
smart grid
 
273 279
273 279273 279
273 279
 
A Real-Time IoT Implementation for Efficient Energy Consumption
A Real-Time IoT Implementation for Efficient Energy ConsumptionA Real-Time IoT Implementation for Efficient Energy Consumption
A Real-Time IoT Implementation for Efficient Energy Consumption
 

Similar to 10.1109@icm.2017.8268836

IRJET - Electricity Energy Meter using IoT
IRJET -  	  Electricity Energy Meter using IoTIRJET -  	  Electricity Energy Meter using IoT
IRJET - Electricity Energy Meter using IoTIRJET Journal
 
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
 
IRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET Journal
 
IRJET - 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
 
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
 
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
 
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
 
IOT BASED POWER GRID MONITORING & CONTROL SYSTEM
IOT BASED POWER GRID MONITORING & CONTROL SYSTEMIOT BASED POWER GRID MONITORING & CONTROL SYSTEM
IOT BASED POWER GRID MONITORING & CONTROL SYSTEMvivatechijri
 
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
 
Project_PPTasdfghjklmnbvcxzwertyuioplkjhffdddsxcbnnn.pptx
Project_PPTasdfghjklmnbvcxzwertyuioplkjhffdddsxcbnnn.pptxProject_PPTasdfghjklmnbvcxzwertyuioplkjhffdddsxcbnnn.pptx
Project_PPTasdfghjklmnbvcxzwertyuioplkjhffdddsxcbnnn.pptxGeetha982072
 
New Age Energy Monitoring System
New Age Energy Monitoring SystemNew Age Energy Monitoring System
New Age Energy Monitoring SystemIRJET Journal
 
Instant Access of Power Usage through IP Enabled Electronic Power Meter
Instant Access of Power Usage through IP Enabled Electronic Power MeterInstant Access of Power Usage through IP Enabled Electronic Power Meter
Instant Access of Power Usage through IP Enabled Electronic Power MeterIJERD Editor
 
Power Saving App Design Report- Group Project
Power Saving App Design Report- Group ProjectPower Saving App Design Report- Group Project
Power Saving App Design Report- Group Projectssusera0a3b6
 
MONTHLY ELECTRICITY BILLING WITH BILL SMS USING PIC.pptx
MONTHLY ELECTRICITY BILLING WITH BILL SMS USING PIC.pptxMONTHLY ELECTRICITY BILLING WITH BILL SMS USING PIC.pptx
MONTHLY ELECTRICITY BILLING WITH BILL SMS USING PIC.pptxNANDHAKUMARA10
 
Project_PPTqwertyujkopljjgdsasccnmmjjgfderhjknnvcdewtuijnbvcdsghnbggdc bbbb.pptx
Project_PPTqwertyujkopljjgdsasccnmmjjgfderhjknnvcdewtuijnbvcdsghnbggdc bbbb.pptxProject_PPTqwertyujkopljjgdsasccnmmjjgfderhjknnvcdewtuijnbvcdsghnbggdc bbbb.pptx
Project_PPTqwertyujkopljjgdsasccnmmjjgfderhjknnvcdewtuijnbvcdsghnbggdc bbbb.pptxGeetha982072
 
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METER
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METERIOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METER
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METERIRJET Journal
 
Prepaid energy meter using gprs gsm technology
Prepaid energy meter using gprs gsm technologyPrepaid energy meter using gprs gsm technology
Prepaid energy meter using gprs gsm technologySasikala Nawarathne
 
Prepaid energy meter using gprs gsm technology
Prepaid energy meter using gprs gsm technologyPrepaid energy meter using gprs gsm technology
Prepaid energy meter using gprs gsm technologySasikala Nawarathne
 

Similar to 10.1109@icm.2017.8268836 (20)

IRJET - Electricity Energy Meter using IoT
IRJET -  	  Electricity Energy Meter using IoTIRJET -  	  Electricity Energy Meter using IoT
IRJET - Electricity Energy Meter using IoT
 
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...
 
IRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over Internet
 
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
 
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 ...
 
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 ...
 
B010330713
B010330713B010330713
B010330713
 
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
 
IOT BASED POWER GRID MONITORING & CONTROL SYSTEM
IOT BASED POWER GRID MONITORING & CONTROL SYSTEMIOT BASED POWER GRID MONITORING & CONTROL SYSTEM
IOT BASED POWER GRID MONITORING & CONTROL SYSTEM
 
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
 
Project_PPTasdfghjklmnbvcxzwertyuioplkjhffdddsxcbnnn.pptx
Project_PPTasdfghjklmnbvcxzwertyuioplkjhffdddsxcbnnn.pptxProject_PPTasdfghjklmnbvcxzwertyuioplkjhffdddsxcbnnn.pptx
Project_PPTasdfghjklmnbvcxzwertyuioplkjhffdddsxcbnnn.pptx
 
New Age Energy Monitoring System
New Age Energy Monitoring SystemNew Age Energy Monitoring System
New Age Energy Monitoring System
 
Instant Access of Power Usage through IP Enabled Electronic Power Meter
Instant Access of Power Usage through IP Enabled Electronic Power MeterInstant Access of Power Usage through IP Enabled Electronic Power Meter
Instant Access of Power Usage through IP Enabled Electronic Power Meter
 
Power Saving App Design Report- Group Project
Power Saving App Design Report- Group ProjectPower Saving App Design Report- Group Project
Power Saving App Design Report- Group Project
 
MONTHLY ELECTRICITY BILLING WITH BILL SMS USING PIC.pptx
MONTHLY ELECTRICITY BILLING WITH BILL SMS USING PIC.pptxMONTHLY ELECTRICITY BILLING WITH BILL SMS USING PIC.pptx
MONTHLY ELECTRICITY BILLING WITH BILL SMS USING PIC.pptx
 
Project_PPTqwertyujkopljjgdsasccnmmjjgfderhjknnvcdewtuijnbvcdsghnbggdc bbbb.pptx
Project_PPTqwertyujkopljjgdsasccnmmjjgfderhjknnvcdewtuijnbvcdsghnbggdc bbbb.pptxProject_PPTqwertyujkopljjgdsasccnmmjjgfderhjknnvcdewtuijnbvcdsghnbggdc bbbb.pptx
Project_PPTqwertyujkopljjgdsasccnmmjjgfderhjknnvcdewtuijnbvcdsghnbggdc bbbb.pptx
 
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METER
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METERIOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METER
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METER
 
Prepaid energy meter using gprs gsm technology
Prepaid energy meter using gprs gsm technologyPrepaid energy meter using gprs gsm technology
Prepaid energy meter using gprs gsm technology
 
Prepaid energy meter using gprs gsm technology
Prepaid energy meter using gprs gsm technologyPrepaid energy meter using gprs gsm technology
Prepaid energy meter using gprs gsm technology
 

Recently uploaded

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
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-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 

Recently uploaded (20)

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
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-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 

10.1109@icm.2017.8268836

  • 1. 1 Wireless IoT based Metering System for Energy Efficient Smart Cites Maha Aboelmaged*, Yasmeen Abdelghani*, Mohamed A. Abd El Ghany** Electronics Engineering Dept., German University in Cairo, Cairo, Egypt* Electronics Department, German University in Cairo, Egypt. Integrated Electronic Systems Lab, TU Darmstadt, Germany** E-mails: maha.aboelmaged@student.guc.edu.eg, yasmeen.abdelghani@student.guc.edu.eg, mohamed.abdel- ghany@guc.edu.eg Abstract—The emerging of IoT concept recently in our lives, has offered the chance to establish energy efficient smart devices, systems and cities. Due to the urging need for conserving energy, this paper proposes an IoT based energy efficient wireless smart metering system design. It competes with the existing meters as being a low cost completely integrated metering system. It offers an easily operated Android application for users as well as a Website and database for the electricity supplier company. The proposed system design has an accuracy level of 97% and it is about 25% lower cost than its peer in the global market. The proposed design reduced the power consumption by 16%. Keywords—metering system; prepaid; IOT; energy efficiency; smart cities. I. INTRODUCTION The drastic increase in urbanization over the past few years requires sustainable, efficient, and smart solutions for transportation, governance, environment, quality of life, and so on. Since the evolution of IOT concept in the early 2000s, the Internet of Things offers many sophisticated and ubiquitous applications for smart cities. It is the ability of devices, networks and sensors to communicate with each other, with and without any human interaction [1]. Internet of things (IoT) basic simplified workflow can be described as follows: object sensing, identification and communication of object specific information, trigger an action and lastly, the smart device or system provides its service [2]. The energy demand of IoT applications is increased, while IoT devices continue to grow in both numbers and requirements. Therefore, new smart city must have the ability to efficiently utilize energy and handle the associated challenges [3]. The conventional electromechanical energy meters have a great contribution in dissipation of energy. Mainly because they are post-paid meters, customers cannot keep track of their energy consumption, except on a monthly basis. However, Smart meters when programmed with home appliances can be used to control the electricity consumption. Moreover, Smart meters are less error prone [4]. Smart Meters are electronic measurement devices used by utilities to communicate information for billing customers and operating their electric systems [5]. It is simply consisting of a metering unit and a communication interface between the metering unit and the utility. The communication interface module is connected to the microcontroller to transmit and receive information between the utility and the metering unit installed in the house [6]. This paper presents the design and implementation of a full integrated smart energy efficient metering system. The design provides a low power consumption smart metering system. The proposed design is implemented at two ends, one on the consumer end for IoT operation and other on the service provider end for managing customers’ data through an implemented Website and customized database. Android application is also designed to have a more easily operated system at the customer end. Shown in Figure 1 is the overall system block units, from the main supply in the house to the back end, electricity supplier, managing unit. The paper is organized as follows: section II gives a detailed explanation for the sensing unit, control unit communication unit and the managing unit block, illustrated in Figure 1. In section III, the calibration procedure and system implementation results are discussed. Finally, the conclusion is given in section IV. Figure 1 Proposed Metering System Block Diagram 2017 29th International Conference on Microelectronics (ICM) 978-1-5386-4049-4/17/$31.00 ©2017 IEEE
  • 2. 2 II. PROPOSED METERING SYSTEM DESIGN The proposed IoT based metering system is designed to contribute in establishing energy efficient smart cities. Its main aim is to minimize the rapid increase in average electricity consumption issue. Additionally, it provides a more convenient solution to problems faced from using the existing meters, such as the manual readings’ errors from the analog electromechanical meter. The conventional electromechanically post-paid metering system, where the consumer is charged on a monthly basis, provides no sense of the energy used until the end of the month. However, it guarantees that customers will always have electricity supplies, except during blackouts [7]. On the other hand, Prepaid meters offer many advantages both to the utility provider and the consumers. To the utility provider, this reduces many issues tremendously arising from meter readers such as delays, wrong and infrequent meter reading resulting in bulk amount of billing that consumers would need to pay and further consequent in not paying, disputes and so forth [8]. Additionally, prepayment metering system, encourages users to control their energy consumption, in order to avoid cut off, due to zero credit [9]. Thus, the proposed metering system uses the prepayment metering as an attempt for building energy efficient new cities. Figure 2 shows the complete proposed system design with the components and building components for each unit block, which will be further discussed in the this and the following sections. A. SENSING UNIT The sensing unit comprises of the voltage transformer and the current sensor that are connected to the main supply. The voltage transformer used was a 240v to 6v step down transformer. Whereas, the current sensor was a SCT-013-000 non-intrusive sensor, clipped over a single wire either live or neutral, to sense the passing current [10]. This sensor’s output is voltage, so, to get current reading, a burden resistor is connected to the two terminals of the sensor. The reading of both components are transferred to the next unit for processing. B. CONTROL UNIT The control unit consists mainly of the micro-controller, which is ATmega328 based Arduino Nano. Data received from the sensing unit are passed as an input to the built-in analog to digital converter (ADC) in the microcontroller. Afterwards, the data is processed then used units in kilowatt hour and remaining balance and units. These calculations were performed as follows: first calibration values for the current and voltage are calculated as shown in equations (1) and (2), where 0.707 value is used to convert the measured value to RMS value, 1024 is the maximum reading of Arduino input pins, 36 is the value of the burden resistance used with the current sensor and 240 is the maximum voltage that can be read by the meter. Current value read from the supply is calculated using a loop which takes 200 samples from the micro controller analog pins connected to the sensor and finds the maximum and minimum values [11]. Then the current is calculated as shown in equation (3). On the other hand, voltage is calculated by taking the reading of the analog pin of the microcontroller connected to the transformer as shown in equation (4), using software function analogRead(). Figure 3 represents the voltage and current waveforms passed to the meter. CalibrationI = 0.707/(1024*36)…………....(1) CalibrationV = (0.707*240)/1024…………(2) Current=(maxI-minI) * CalibrationI……....(3) Voltage=analogRead(A1) *CalibrationV.....(4) Afterwards, the control unit issues warnings for the user when either 20% or 10% is left in the balance. At zero balance, 24-hours allowance time is given to user, as a chance to recharge before electricity is cutoff. The calculated values are then passed to the communication unit. Figure 2 Overall System block Diagram Figure 3 Output Voltage and Current Waveform 2017 29th International Conference on Microelectronics (ICM)
  • 3. 3 III. COMMUNICATION UNIT This unit’s main functionality is to establish the communication between the control unit and the Android application. It is composed of the Bluetooth module, HC-05, and the Android application. The module is connected to the control unit, in the metering system, serially. The Bluetooth pins, Tx and Rx, are connected to two digital pins in the Arduino Nano. The implemented Android application was implemented using MIT App Inventor 2 Software. Its main functionality is to establish communication between the control unit and the managing unit. Additionally, it enables the user to track his/her usage at any time and view metering data on the Android application. The reason behind integrating an android application with the prepaid smart energy meter system is that it will make it easier for customers to monitor their energy consumption even if they are not near the meter display screen. IV. MANAGEMENT UNIT The management unit consists of the database of the users’ information and the implemented website. The database was created using XAMPP MYSQL database, used to store different billing data of each customer such as first name, last name, mobile number, meter ID, balance, remaining balance used units and remaining units. The website was designed using NetBeans IDE software, HTML and Java servlet. This unit’s functionality is allowing the utility to have control over the customers’ billing data and to have a record of this data to track the electricity consumption. The website enables the utility to add new customer, delete, update or view an existing customer’s record. It can be accessed by the users as a meter and mobile application user guide. The management unit receives data from the communication unit which was processed by the control unit. This data is received and stored in the database. The database is then accessed by the utility through the website to manage the customers’ data. V. CALIBRATION AND IMPLEMENTATION RESULTS Before designing the final PCB layout, a prototype PCB was designed, to check for any instability or errors in the circuit, such as components or connection error. The meter’s calibration was done by turning on two refrigerators for five hours and the reading of the already installed meter was taken, the difference between the initial and final readings was 0.5kWh. At the same time, the reading from the implemented circuit design was recorded, the reading differed by 0.01 kWh, the meter read a value of 0.51kWh, when clipped over a single current wire of the two refrigerators connected through the same plug. Figure 4 shows the final system with all components connected together. Figure 5 illustrates the final system working mechanism. The system operation starts by taking inputs from the current and voltage transformer. Then these inputs are passed to the analog to digital converter of the microcontroller unit where the billing data are calculated. Then a check is done on the billing data. the first check is whether the balance reached 10% or 20%. if the balance reached these low percentages warnings are issued. The second check is whether the balance is finished which if true the electricity is cut off and then the data is transmitted through Bluetooth to the android application then to the database which is managed through the website by the utility. Figure 4 Final Proposed System Figure 5 Proposed System Flowchart 2017 29th International Conference on Microelectronics (ICM)
  • 4. 4 The readings were recorded 30 times and the average was calculated. The average recorded value showed that the meter readings were recorded, for 30 times, on different devices, such as, vacuum cleaner and washing machine, as they consume large power in short time. The values were compared by the device power label as well as the already installed meter reading. Results showed that the proposed meter has an accuracy percentage of 97%. However, it is most accurate for measuring current values greater than 3A. The proposed design’s cost is about 25% lower than its peer in the global market, due to the use of a low cost communication module, a small area PCB as well as a relatively low cost microcontroller module. The proposed design also consumes about 16% less power than the existing meter due to the small area of the design as well as the existence of low power modes in most of the components used. A comparison between the proposed metering system, the existing system as well as a research paper published in in India [12], was conducted and summarized in Table 1. It shows that the proposed design competes in cost, back end interface as well as the Android application. It also, displays more data on the LCD screen as well as the application. However, the research paper has two payment modes, postpaid and prepaid modes. VI. CONCLUSTION The advancement on technology and the need of electricity in every aspect of life has made the electrical power irreplaceable. Taking advantage of IOT smart meters has developed and took various shapes and types. Consequently, the design of a low cost, low power and user friendly smart meter which helps in the conservation of energy can be of great importance. The proposed smart meter design helps the users to track their energy consumption from LCD display and Android application. The users’ data are saved and sent to the users’ database through the mobile application, where the database is always updated by each meter’s data then it can be edited by the utility website. The system has a 97% accuracy level compared with the existing conventional electromechanical meter. It is also 25% lower cost than its competing smart meter in the global market. The implemented Android application offers a consumption plans as well as online payment. The proposed design meter minimized the power consumption by 16% compared with the global market design. REFERENCES [1] Shalli Rani, etal. “A Novel Scheme for an Energy Efficient Internet of Things Based on Wireless Sensor Networks”. Sensors ISSN 1424-8220, vol. 15, pp. 8603-28626. November 2015. [2] Waleed Ejaz et al, “Efficient Energy Management for the Internet of Things in Smart Cities”. Published in Efficient Energy Management for the Internet of Things in Smart Cities, vol. 55, Issue 1, January 2017. [3] Jacques Benoit. “The Internet of Things and the energy sector: myth or opportunity”. Published in Power and Energy Automation Conference, Spokane, WA March 2016. [4] Shikha Rastogi, Manisha Sharma and Pratibha Varshney. “Internet of Things based Smart Electricity Meters”, International Journal of Computer Applications, vol. 133. Issue 8, January 2016. [5] Ellery E. Queen. “Smart Meters and Smart Meter Systems: A Metering Industry Perspective”. Washington, D.C., United States: Edison Electric Institute (EEI). March 2011, pp. 3-5. [6] Patel Umang and Modi Mitul. “A Review on Smart Meter System”. International Journal of Innovative Research in Electrical, Electronics, Instrumentation and Control Engineering, vol. 3. Issue 12, pp. 70-73. December 2015. [7] Al-Naima, Jalil,” Building a prototype Prepaid Electricity Metering System Based on RFID”, International Journal of Electronics and Electrical Engineering, vol. 1, Issue 1, Iraq. 12 March 2012. [8] Au Thien Wan, Suresh Sankaranarayanan and Siti Nurafifah Binti Sait. “Smart Agent Based Prepaid Wireless Energy Meter”. International Conference on Cloud Computing and Internet of Things, pp. 77-81. December 2014. [9] Au Thien Wan, Suresh Sankaranarayanan and Siti Nurafifah Binti Sait. “Smart Agent Based Prepaid Wireless Energy Meter”. International Conference on Cloud Computing and Internet of Things, pp. 77-81. December 2014. [10] Mohammed Reyasudin Basir Khan and Razali Jidin. “USB Data Acquisition Device for Energy Monitoring,” presented at Student Conference on Research and Development, Selangor, Malaysia, 2011. [11] Prajakta Pawaskar, Pradeep Chawande and Seema Jadhav. “Design and Implementation of Low Cost Three Phase Energy meter”. IEEE International Conference On Recent Trends in Electronics Information Commun ication Technology, India, May 2016. [12] V.Preethi, M.Tech and G. Harish. “Design and Implementation of Smart Energy Meter”. International Conference on Inventive Computation Technologies (ICICT), Coimbatore, India. August 2016. Feature Proposed Design Existing meter in Egypt Research paper Design - 2016 Communication Type Bluetooth Smart Card Zigbee Payment Method Prepaid Prepaid Prepaid and Postpaid Data Displayed On LCD Screen -Remaining Credit -used units - Cost of units Used -left units -Remaining Balance -Used units - Remaining Days before balance reaches zero. -Payment Mode -Power Consumption -Bill User Friendly Interface -LCD Screen -Android Application LCD Screen -LCD Screen -SMS in Power Theft Allowance Period - 24 Hours - 24 Hours -Electricity cuts off when balance is -20 Controlling Energy Consumption Android Application offers conservation plans No controlling methods No controlling methods Back-end interface Website and database No interface Zigbee Receiver Cost Low Cost – about 42 Euros High cost About 100 Euros High cost- 2 payment modes Table 1: Comparison between proposed meter and other meters 2017 29th International Conference on Microelectronics (ICM)