SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2036
DESIGN AND IMPLEMENTATION OF PREPAID ENERGY METER AND
DATA ACQUISITION SYSTEM
N Anusha1, A Suman Kumar Reddy2
1M Tech Scholar, Dept. of ECE, PBR Visvodaya Institute of Technology & Sciences Kavali, SPSR Nellore(Dt.),
Andhra Pradesh
2Associate Professor, Dept. of ECE, PBR Visvodaya Institute of Technology & Sciences Kavali, SPSR Nellore (Dt.),
Andhra Pradesh
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Generally the households have postpaid electricity
connections. Because of this postpaid connections consumer
faces many problems, such as that the consumption of
electricity is not traced by the consumers and manytimesthey
are shocked, when they receive high bills. This projectisaimed
to design a prepaid electricity recharge circuit that would
work as electricity recharge unit which integrate with the
regular household energy meters and capable of counting
down energy usage and cut off the main supply once the
energy usage countdown reaches zero and an additional
circuit is designed that acts as data acquisitionsystem. AData
Acquisition System is used to store the recharge information
from the recharge station and could be plugged to the circuit
integrated to energy meters for regulating main supplies.
Key Words: Data Acquisition System (DAS), Prepaid
Electricity Recharge (PER) and Global SystemforMobile
Communications (GSM).
1. INTRODUCTION
The consumer faces many problems from the post-paid
connections. Prepaid electricity connections are usually
suggested as the practicable solution to this problem. In
this prepaid electricity meter circuit, consumer would need
to recharge the amount of electricity they need to
consume. In this system, the household electricity meters
need to be equipped with a system that could be
acknowledged oftheamount rechargedbytheconsumer and
could count down the electricity consumption from the
amount recharged to zero. Once the meter count reaches
zero, the main supply would be automatically cut off and
could be resumed only after the next recharge.
We are building this system using Arduino and GSMmodule.
We can recharge electricity balance from online portal. The
power supply connection to home is automatically
disconnected if balance is low or zero. This system is also
designed to send energy consumption updates of meter to
substation in regular intervals using zigbee module
simultaneously it will alert consumer with low balance, cut
off, resume and recharge through SMS.
2. RELATED WORK
Fig. 1 Block diagram for House hold side
Fig. 2 Block diagram for Service provider side
Components used:
 Arduino
 GSM Module
 16x2 LCD
 Analogue Electricity Energy Meter
 Optocoupler 4N35
 Resistors
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2037
 Connecting wires
 Relay
 ZigBee module
 Bulb and holder
 SIM card
 Power supply
Working procedure:
In our project there is a prepaid energy meter, When this
mode is active relay 1 is used to cut off or continue the
power supply.EEPROM1storesamountofenergyremaining.
When this count reaches near to zero “balance is low” SMSis
send to that particular user. If the user fills the balance then
uninterrupted power supply is provided. If the user do not
fills balance then when counter reachestozerowiththehelp
of relay1 power supply to the user is switched off. The
energy meter generates pulses to the microcontroller for
every unit of energy consumed. Then microcontroller
increments the spent energy unit by one and decreases the
balance amount in the EEPROM by the fixed tariff. If the
balance amount in the EEPROM becomes zero, the
microcontroller automatically turns off the relay, such that
the main supply to the load is switched off, simultaneously
SMS alert is sent to consumer indicating low balance. The
consumer can recharge by logging into the recharge portal
provided by the service provider, after successful recharge
the microcontroller connects the supply to the load
simultaneously SMS alert is sent to the consumer indicating
reconnection status.Theenergymetergives electric signal to
the opto isolator which consists of an LED and an opto-
transistor combination such that the LED glows and emits
light for every electric signal received by the energy meter.
The opto-transistor starts conducting and sends high and
low pulses to the microcontroller. The microcontroller is
programmed such that a counter is kept incrementing for
every pulse rate, which gives the value of the energy
consumed.
Calculation of Pulses and Units:
Before going for calculations, wehave to know the pulse
frequency of energy meter.
There are two rates first is 1600 imp/kwh and the second is
3200 imp/kwh. Here we use 3200 imp/kwh pulse rate
energy meter. First we need to calculate the Pulses for
100watt,i.e. the count that Pulse LED will blink in a minute,
for the load of 100 watts.
Pulse= (Pluse_rate*watt*time)/ (1000*3600)
So pulsesbulb in 60 seconds for 100 watt, with energymeter
of 3200 imp/kwh rate can be calculated as below:
Pulses=3200*100*60/1000*3600
Pulses = ~5.33 pulse per minute
Now we have to calculate the Power factor of singlepulse,i.e
how much electricity will be consumed in one pulse:
Power Factor= watt/(hour*Pulse)
Power Factor=100/60*5.33=0.3125 watt for single pulse
Units= Power Factor*Total pulse/1000
Total pulses in an hour is around 5.33*60=320, SoUnits =
0.3125*320/1000 = 0.1 per hour
Let us assume that 100 watt bulb is lighting for a day then it
will consume
No of Units =0.1*24 = 2.4 Units
And suppose unit rate is at our region is 5 rupees per unit
then we have to pay for 2.4 Units Rs:Rupees= 2.4*5 = 12
rupees
3. RESULTS
Fig. 3 Figure showing Prepaid Energy Meter System
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2038
Fig. 4 Graphical user interface used by the consumer to recharge meter
Fig. 5 Figure showing prepaid energy meter recharge status SMS alert
Fig. 6 Figure showing prepaid energy meter low balance SMS alert
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2039
Fig. 7 Figure showing prepaid energy meter connection cut SMS alert
Fig. 8 Figure showing Data Acquisition System (DAS)
4. CONCLUSIONS
The system was able to transfer and query energy units in
real time without the help of any human interactions, thus
easing the monitoring process. In the system proposes to
integrate other features like sending reminders based on
rate of energy units used.Inadditioncomputing energyunits
based on tariff rate, top up amountandtakingintoamountof
energy used towards energy conservation. Last butnotleast
adding the energy units to energy meter from energy
department based on top up from user.
REFERENCES
[1] Md.Manirul Islam, Mohiuddin Ahmed, Md. Ajijul Islam,
Abu FarzanMitul, M.F. Malek, and M.A Rashid, “Electronic
Energy Meter with Remote Monitoring and Billing
System.”2012 7th International ConferenceonElectrical and
Computer Engineering 20-22 December 2012, Dhaka,
Bangladesh.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2040
[2] Shi-Wei Lee, Cheng_Shong Wu, Meng-Shi Chiou,Kou-Tan
Wu, “Design of Automatic Meter Reading System.”
[3] Shi Jiong Yuan; "Remote wireless automatic meter
reading system based on GPRS," Communication Software
and Networks (ICCSN), 2011 IEEE 3rd International
Conference on, vol., no., pp.667-669, 27-29 May 2011.
[4] Abdollahi, A. Dehghani, M. Zamanzadeh, N., "SMS-based
Reconfigurable Automatic Meter Reading System," IEEE
International Conference on Control Applications (CCA
2007), pp. 1103 – 1107, Oct 2007.
[5] S.Arun, Dr, Sidappa Naidu," Hybrid Automatic Meter
ReadingSystem,"International Journal ofAdvancedResearch
in Computer Science and Software Engineering,Volume 2,
Issue 7, July 2012 ISSN: 2277 128X.
[6] Alauddin Al-Omary, Wael El-Medany,SufyanAl-Irhayim"
Secure Low-Cost AMR System Based on GPRS
Technology,"International Journal of Computer Theory and
Engineering, Vol. 4, No. 1, February 2012.

More Related Content

What's hot

IRJET - Energy Consumption Indicator
IRJET - Energy Consumption IndicatorIRJET - Energy Consumption Indicator
IRJET - Energy Consumption IndicatorIRJET 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 A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...
DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...
DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...ijesajournal
 
Prepaid and Postpaid Energy Meter for Billing System Using Microcontroller an...
Prepaid and Postpaid Energy Meter for Billing System Using Microcontroller an...Prepaid and Postpaid Energy Meter for Billing System Using Microcontroller an...
Prepaid and Postpaid Energy Meter for Billing System Using Microcontroller an...IRJET Journal
 
IRJET- Smart Wireless Electronic Energy Meter
IRJET- Smart Wireless Electronic Energy MeterIRJET- Smart Wireless Electronic Energy Meter
IRJET- Smart Wireless Electronic Energy MeterIRJET Journal
 
Energy-efficient Intelligent Street Lighting System
Energy-efficient Intelligent Street Lighting SystemEnergy-efficient Intelligent Street Lighting System
Energy-efficient Intelligent Street Lighting SystemIRJET Journal
 
IOT-ENABLED GREEN CAMPUS ENERGY MANAGEMENT SYSTEM
IOT-ENABLED GREEN CAMPUS ENERGY MANAGEMENT SYSTEM IOT-ENABLED GREEN CAMPUS ENERGY MANAGEMENT SYSTEM
IOT-ENABLED GREEN CAMPUS ENERGY MANAGEMENT SYSTEM ijesajournal
 
IRJET - Smart Energy Meter with Multi-Intimation
IRJET - Smart Energy Meter with Multi-IntimationIRJET - Smart Energy Meter with Multi-Intimation
IRJET - Smart Energy Meter with Multi-IntimationIRJET Journal
 
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 - IoT based Energy Monitoring and Management System for Smart Home usin...
IRJET - IoT based Energy Monitoring and Management System for Smart Home usin...IRJET - IoT based Energy Monitoring and Management System for Smart Home usin...
IRJET - IoT based Energy Monitoring and Management System for Smart Home usin...IRJET Journal
 
Seminar presentation on Smart Energy Meter
Seminar presentation on Smart Energy MeterSeminar presentation on Smart Energy Meter
Seminar presentation on Smart Energy Metersudhanshurj
 
Design a Talking Energy Meter based on Microcontroller
Design a Talking Energy Meter based on MicrocontrollerDesign a Talking Energy Meter based on Microcontroller
Design a Talking Energy Meter based on MicrocontrollerIRJET Journal
 
An approach to smart energy meter
An approach to smart energy meterAn approach to smart energy meter
An approach to smart energy meterChinmayaSrichandan1
 
Smart meter standards overview
Smart meter standards overviewSmart meter standards overview
Smart meter standards overviewS.Nizam deen
 
IRJET- Efficient Power Management and Load Controlling Mechanism for Poor...
IRJET-  	  Efficient Power Management and Load Controlling Mechanism for Poor...IRJET-  	  Efficient Power Management and Load Controlling Mechanism for Poor...
IRJET- Efficient Power Management and Load Controlling Mechanism for Poor...IRJET Journal
 
Design & Building Smart Energy Meter
Design & Building Smart Energy MeterDesign & Building Smart Energy Meter
Design & Building Smart Energy MeterChetan Khatri
 

What's hot (20)

IRJET - Energy Consumption Indicator
IRJET - Energy Consumption IndicatorIRJET - Energy Consumption Indicator
IRJET - Energy Consumption Indicator
 
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 ...
 
finallink
finallinkfinallink
finallink
 
DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...
DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...
DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...
 
Energy meter
Energy meterEnergy meter
Energy meter
 
Prepaid and Postpaid Energy Meter for Billing System Using Microcontroller an...
Prepaid and Postpaid Energy Meter for Billing System Using Microcontroller an...Prepaid and Postpaid Energy Meter for Billing System Using Microcontroller an...
Prepaid and Postpaid Energy Meter for Billing System Using Microcontroller an...
 
IRJET- Smart Wireless Electronic Energy Meter
IRJET- Smart Wireless Electronic Energy MeterIRJET- Smart Wireless Electronic Energy Meter
IRJET- Smart Wireless Electronic Energy Meter
 
Energy-efficient Intelligent Street Lighting System
Energy-efficient Intelligent Street Lighting SystemEnergy-efficient Intelligent Street Lighting System
Energy-efficient Intelligent Street Lighting System
 
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
 
Power Measurement with IoT
Power Measurement with IoTPower Measurement with IoT
Power Measurement with IoT
 
IRJET - Smart Energy Meter with Multi-Intimation
IRJET - Smart Energy Meter with Multi-IntimationIRJET - Smart Energy Meter with Multi-Intimation
IRJET - Smart Energy Meter with Multi-Intimation
 
IRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over Internet
 
273 279
273 279273 279
273 279
 
IRJET - IoT based Energy Monitoring and Management System for Smart Home usin...
IRJET - IoT based Energy Monitoring and Management System for Smart Home usin...IRJET - IoT based Energy Monitoring and Management System for Smart Home usin...
IRJET - IoT based Energy Monitoring and Management System for Smart Home usin...
 
Seminar presentation on Smart Energy Meter
Seminar presentation on Smart Energy MeterSeminar presentation on Smart Energy Meter
Seminar presentation on Smart Energy Meter
 
Design a Talking Energy Meter based on Microcontroller
Design a Talking Energy Meter based on MicrocontrollerDesign a Talking Energy Meter based on Microcontroller
Design a Talking Energy Meter based on Microcontroller
 
An approach to smart energy meter
An approach to smart energy meterAn approach to smart energy meter
An approach to smart energy meter
 
Smart meter standards overview
Smart meter standards overviewSmart meter standards overview
Smart meter standards overview
 
IRJET- Efficient Power Management and Load Controlling Mechanism for Poor...
IRJET-  	  Efficient Power Management and Load Controlling Mechanism for Poor...IRJET-  	  Efficient Power Management and Load Controlling Mechanism for Poor...
IRJET- Efficient Power Management and Load Controlling Mechanism for Poor...
 
Design & Building Smart Energy Meter
Design & Building Smart Energy MeterDesign & Building Smart Energy Meter
Design & Building Smart Energy Meter
 

Similar to IRJET- Design and Implementation of Prepaid Energy Meter and Data Acquisition System

IOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNOIOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNOIRJET Journal
 
IRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET Journal
 
IRJET - Intelligent Energy Monitoring System using Web Access
IRJET - Intelligent Energy Monitoring System using Web AccessIRJET - Intelligent Energy Monitoring System using Web Access
IRJET - Intelligent Energy Monitoring System using Web AccessIRJET Journal
 
IRJET - Electricity Energy Meter using IoT
IRJET -  	  Electricity Energy Meter using IoTIRJET -  	  Electricity Energy Meter using IoT
IRJET - Electricity Energy Meter using IoTIRJET Journal
 
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
 
Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...eSAT Publishing House
 
Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...eSAT Journals
 
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
 
IRJET- Energy Management on Grid Connected Hybrid Renewable Energy Sources us...
IRJET- Energy Management on Grid Connected Hybrid Renewable Energy Sources us...IRJET- Energy Management on Grid Connected Hybrid Renewable Energy Sources us...
IRJET- Energy Management on Grid Connected Hybrid Renewable Energy Sources us...IRJET Journal
 
IRJET-WSN Based Power Management with Automation and Security
IRJET-WSN Based Power Management with Automation and SecurityIRJET-WSN Based Power Management with Automation and Security
IRJET-WSN Based Power Management with Automation and SecurityIRJET Journal
 
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUDENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUDIRJET Journal
 
IRJET- Smart Energy Meter Theft Detection using IoT
IRJET- Smart Energy Meter Theft Detection using IoTIRJET- Smart Energy Meter Theft Detection using IoT
IRJET- Smart Energy Meter Theft Detection using IoTIRJET Journal
 
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUDENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUDIRJET Journal
 
Easy Metering of Energy Meter using Internet of things Platform
Easy Metering of Energy Meter using Internet of things PlatformEasy Metering of Energy Meter using Internet of things Platform
Easy Metering of Energy Meter using Internet of things PlatformIRJET Journal
 
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
 
IRJET- Measuring Electricity Consumption of Appliances and Monitoring them us...
IRJET- Measuring Electricity Consumption of Appliances and Monitoring them us...IRJET- Measuring Electricity Consumption of Appliances and Monitoring them us...
IRJET- Measuring Electricity Consumption of Appliances and Monitoring them us...IRJET Journal
 
IRJET- Measuring Electricity Consumption of Appliances and Monitoring the...
IRJET-  	  Measuring Electricity Consumption of Appliances and Monitoring the...IRJET-  	  Measuring Electricity Consumption of Appliances and Monitoring the...
IRJET- Measuring Electricity Consumption of Appliances and Monitoring the...IRJET Journal
 
IRJET- Automatic Electric Meter Reading using Wifi
IRJET- Automatic Electric Meter Reading using WifiIRJET- Automatic Electric Meter Reading using Wifi
IRJET- Automatic Electric Meter Reading using WifiIRJET 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
 

Similar to IRJET- Design and Implementation of Prepaid Energy Meter and Data Acquisition System (20)

IOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNOIOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNO
 
1.4
1.41.4
1.4
 
IRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring System
 
IRJET - Intelligent Energy Monitoring System using Web Access
IRJET - Intelligent Energy Monitoring System using Web AccessIRJET - Intelligent Energy Monitoring System using Web Access
IRJET - Intelligent Energy Monitoring System using Web Access
 
IRJET - Electricity Energy Meter using IoT
IRJET -  	  Electricity Energy Meter using IoTIRJET -  	  Electricity Energy Meter using IoT
IRJET - Electricity Energy Meter using IoT
 
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
 
Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...
 
Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...
 
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
 
IRJET- Energy Management on Grid Connected Hybrid Renewable Energy Sources us...
IRJET- Energy Management on Grid Connected Hybrid Renewable Energy Sources us...IRJET- Energy Management on Grid Connected Hybrid Renewable Energy Sources us...
IRJET- Energy Management on Grid Connected Hybrid Renewable Energy Sources us...
 
IRJET-WSN Based Power Management with Automation and Security
IRJET-WSN Based Power Management with Automation and SecurityIRJET-WSN Based Power Management with Automation and Security
IRJET-WSN Based Power Management with Automation and Security
 
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUDENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
 
IRJET- Smart Energy Meter Theft Detection using IoT
IRJET- Smart Energy Meter Theft Detection using IoTIRJET- Smart Energy Meter Theft Detection using IoT
IRJET- Smart Energy Meter Theft Detection using IoT
 
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUDENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
 
Easy Metering of Energy Meter using Internet of things Platform
Easy Metering of Energy Meter using Internet of things PlatformEasy Metering of Energy Meter using Internet of things Platform
Easy Metering of Energy Meter using Internet of things Platform
 
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- Measuring Electricity Consumption of Appliances and Monitoring them us...
IRJET- Measuring Electricity Consumption of Appliances and Monitoring them us...IRJET- Measuring Electricity Consumption of Appliances and Monitoring them us...
IRJET- Measuring Electricity Consumption of Appliances and Monitoring them us...
 
IRJET- Measuring Electricity Consumption of Appliances and Monitoring the...
IRJET-  	  Measuring Electricity Consumption of Appliances and Monitoring the...IRJET-  	  Measuring Electricity Consumption of Appliances and Monitoring the...
IRJET- Measuring Electricity Consumption of Appliances and Monitoring the...
 
IRJET- Automatic Electric Meter Reading using Wifi
IRJET- Automatic Electric Meter Reading using WifiIRJET- Automatic Electric Meter Reading using Wifi
IRJET- Automatic Electric Meter Reading using Wifi
 
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
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
(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
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
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
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
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
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
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
 
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
 
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
 
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
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 

Recently uploaded (20)

HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
(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
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
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
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
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...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
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
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
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
 
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
 
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
 
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
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 

IRJET- Design and Implementation of Prepaid Energy Meter and Data Acquisition System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2036 DESIGN AND IMPLEMENTATION OF PREPAID ENERGY METER AND DATA ACQUISITION SYSTEM N Anusha1, A Suman Kumar Reddy2 1M Tech Scholar, Dept. of ECE, PBR Visvodaya Institute of Technology & Sciences Kavali, SPSR Nellore(Dt.), Andhra Pradesh 2Associate Professor, Dept. of ECE, PBR Visvodaya Institute of Technology & Sciences Kavali, SPSR Nellore (Dt.), Andhra Pradesh ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Generally the households have postpaid electricity connections. Because of this postpaid connections consumer faces many problems, such as that the consumption of electricity is not traced by the consumers and manytimesthey are shocked, when they receive high bills. This projectisaimed to design a prepaid electricity recharge circuit that would work as electricity recharge unit which integrate with the regular household energy meters and capable of counting down energy usage and cut off the main supply once the energy usage countdown reaches zero and an additional circuit is designed that acts as data acquisitionsystem. AData Acquisition System is used to store the recharge information from the recharge station and could be plugged to the circuit integrated to energy meters for regulating main supplies. Key Words: Data Acquisition System (DAS), Prepaid Electricity Recharge (PER) and Global SystemforMobile Communications (GSM). 1. INTRODUCTION The consumer faces many problems from the post-paid connections. Prepaid electricity connections are usually suggested as the practicable solution to this problem. In this prepaid electricity meter circuit, consumer would need to recharge the amount of electricity they need to consume. In this system, the household electricity meters need to be equipped with a system that could be acknowledged oftheamount rechargedbytheconsumer and could count down the electricity consumption from the amount recharged to zero. Once the meter count reaches zero, the main supply would be automatically cut off and could be resumed only after the next recharge. We are building this system using Arduino and GSMmodule. We can recharge electricity balance from online portal. The power supply connection to home is automatically disconnected if balance is low or zero. This system is also designed to send energy consumption updates of meter to substation in regular intervals using zigbee module simultaneously it will alert consumer with low balance, cut off, resume and recharge through SMS. 2. RELATED WORK Fig. 1 Block diagram for House hold side Fig. 2 Block diagram for Service provider side Components used:  Arduino  GSM Module  16x2 LCD  Analogue Electricity Energy Meter  Optocoupler 4N35  Resistors
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2037  Connecting wires  Relay  ZigBee module  Bulb and holder  SIM card  Power supply Working procedure: In our project there is a prepaid energy meter, When this mode is active relay 1 is used to cut off or continue the power supply.EEPROM1storesamountofenergyremaining. When this count reaches near to zero “balance is low” SMSis send to that particular user. If the user fills the balance then uninterrupted power supply is provided. If the user do not fills balance then when counter reachestozerowiththehelp of relay1 power supply to the user is switched off. The energy meter generates pulses to the microcontroller for every unit of energy consumed. Then microcontroller increments the spent energy unit by one and decreases the balance amount in the EEPROM by the fixed tariff. If the balance amount in the EEPROM becomes zero, the microcontroller automatically turns off the relay, such that the main supply to the load is switched off, simultaneously SMS alert is sent to consumer indicating low balance. The consumer can recharge by logging into the recharge portal provided by the service provider, after successful recharge the microcontroller connects the supply to the load simultaneously SMS alert is sent to the consumer indicating reconnection status.Theenergymetergives electric signal to the opto isolator which consists of an LED and an opto- transistor combination such that the LED glows and emits light for every electric signal received by the energy meter. The opto-transistor starts conducting and sends high and low pulses to the microcontroller. The microcontroller is programmed such that a counter is kept incrementing for every pulse rate, which gives the value of the energy consumed. Calculation of Pulses and Units: Before going for calculations, wehave to know the pulse frequency of energy meter. There are two rates first is 1600 imp/kwh and the second is 3200 imp/kwh. Here we use 3200 imp/kwh pulse rate energy meter. First we need to calculate the Pulses for 100watt,i.e. the count that Pulse LED will blink in a minute, for the load of 100 watts. Pulse= (Pluse_rate*watt*time)/ (1000*3600) So pulsesbulb in 60 seconds for 100 watt, with energymeter of 3200 imp/kwh rate can be calculated as below: Pulses=3200*100*60/1000*3600 Pulses = ~5.33 pulse per minute Now we have to calculate the Power factor of singlepulse,i.e how much electricity will be consumed in one pulse: Power Factor= watt/(hour*Pulse) Power Factor=100/60*5.33=0.3125 watt for single pulse Units= Power Factor*Total pulse/1000 Total pulses in an hour is around 5.33*60=320, SoUnits = 0.3125*320/1000 = 0.1 per hour Let us assume that 100 watt bulb is lighting for a day then it will consume No of Units =0.1*24 = 2.4 Units And suppose unit rate is at our region is 5 rupees per unit then we have to pay for 2.4 Units Rs:Rupees= 2.4*5 = 12 rupees 3. RESULTS Fig. 3 Figure showing Prepaid Energy Meter System
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2038 Fig. 4 Graphical user interface used by the consumer to recharge meter Fig. 5 Figure showing prepaid energy meter recharge status SMS alert Fig. 6 Figure showing prepaid energy meter low balance SMS alert
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2039 Fig. 7 Figure showing prepaid energy meter connection cut SMS alert Fig. 8 Figure showing Data Acquisition System (DAS) 4. CONCLUSIONS The system was able to transfer and query energy units in real time without the help of any human interactions, thus easing the monitoring process. In the system proposes to integrate other features like sending reminders based on rate of energy units used.Inadditioncomputing energyunits based on tariff rate, top up amountandtakingintoamountof energy used towards energy conservation. Last butnotleast adding the energy units to energy meter from energy department based on top up from user. REFERENCES [1] Md.Manirul Islam, Mohiuddin Ahmed, Md. Ajijul Islam, Abu FarzanMitul, M.F. Malek, and M.A Rashid, “Electronic Energy Meter with Remote Monitoring and Billing System.”2012 7th International ConferenceonElectrical and Computer Engineering 20-22 December 2012, Dhaka, Bangladesh.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2040 [2] Shi-Wei Lee, Cheng_Shong Wu, Meng-Shi Chiou,Kou-Tan Wu, “Design of Automatic Meter Reading System.” [3] Shi Jiong Yuan; "Remote wireless automatic meter reading system based on GPRS," Communication Software and Networks (ICCSN), 2011 IEEE 3rd International Conference on, vol., no., pp.667-669, 27-29 May 2011. [4] Abdollahi, A. Dehghani, M. Zamanzadeh, N., "SMS-based Reconfigurable Automatic Meter Reading System," IEEE International Conference on Control Applications (CCA 2007), pp. 1103 – 1107, Oct 2007. [5] S.Arun, Dr, Sidappa Naidu," Hybrid Automatic Meter ReadingSystem,"International Journal ofAdvancedResearch in Computer Science and Software Engineering,Volume 2, Issue 7, July 2012 ISSN: 2277 128X. [6] Alauddin Al-Omary, Wael El-Medany,SufyanAl-Irhayim" Secure Low-Cost AMR System Based on GPRS Technology,"International Journal of Computer Theory and Engineering, Vol. 4, No. 1, February 2012.