SlideShare a Scribd company logo
1 of 4
Download to read offline
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1568
Advance autonomous billing system in the EB meter with GSM
technology
Manishkumar S1, Manimaran K2, Madhubalan S3, Mr.Gokul LS4
1,2,3 Undergraduate Student, Dept. of Mechanical Engineering
4Professor, Dept. of Mechanical Engineering
Bannari Amman Institute of Technology, Tamil Nadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Our project is a working model which
incorporates sensors to measure parameters like Voltage
and current. An Arduino microcontroller board is used for
analyzing the inputs from the LED bulb. This project
provides a device which will continuously monitor the
vital parameters to be monitored for a Energy Metering.
This is very useful for future analysis and review of energy
metering condition. For more applications, this project can
be improvised, by incorporating node mcu sensors and IoT
technology systems, thereby making it useful in electrical
industry as a very efficient and dedicated energy metering
system. IoT is becoming a major platform for many
services & applications, also using Node MCU not just as a
sensor node but also a controller here. Paper proposes a
Smart energy metering system as a step forward to the
progress made in this department till now.
Key Words: Arduino UNO, GSM, Node MCU, IOT, Smart
energy.
1. INTRODUCTION
With the developing populace of India and its growing
electric powered strength needs, the strength gadget has
grown swiftly over beyond 50 years. At present, on the
quit of each month someone from power board is going to
each residence and take the meter readings manually that
are used for power invoice calculations, that is a gradual
and hard process. In this traditional billing gadget humans
attempt to control the meter analyzing with the aid of
using adopting diverse corrupt practices together with
bypassing supply, magnetic interference etc. Thus the
traditional billing technique is inaccurate, costlier, time
eating and has loss of transparency, for this reason that is
inflicting a stark quantity of sales loss to the distribution
companies. Therefore, numerous tries had been made to
triumph over a lot of these drawbacks of traditional billing
gadget. Even aleven though the meters are made digital,
the method of billing is same. Therefore the scope of this
paper is to layout and broaden a clever strength meter
that gives each the providers and customers with
consumer pleasant services.
1.1 Aim and Objective:
Aim:
The aim of the project is to transfer the EB bill
automatically through mobile phone by using GSM
technology and IOT concept without any employees and
has a additional feature of storing data and monitoring
them over the cloud.
Objective:
 To make energy consumption prepaid.
 To centralize the control of all energy meters.
 To prevent power thefts at consumer premises.
 To reduce cost of man power for billing
2. Literature Review
For Communication, to the server, many alternatives are
there as wi-fi or stressed inclusive of cable networks, and
the special GSM modules, which can be recognized via way
of means of researchers. Different Countries Trying to put
into force this idea. From the special papers, we've got
special studies paintings concerning our new concept. In
paper [1] (2014) Pradip Kulkarni and Manisha Shinde
have posted a paper on the automation of the strength
billing technique in that new structure that the strength
board has a guide technique and to cast off that technique
they added a module wherein information is amassed
from the energy, water and switch to the centralized
station from the billing purpose. The information has
accrued the usage of an unmarried digital digicam, this
means that the digital digicam is located in the front of the
meter of everyone’s residence and the digital digicam will
seize a photo of the meter and the server will immediately
fetch that information from every residence in order that
human interplay is definitely avoided. ARM7-LPC 2138 is
used because of the interface among the devices. After
that, the photo will attain the server and undergoes the
special processing thru Matlab, in order that each month's
analysis is saved withinside the database of the strength
board. So the era used on this paper turned into photo
segmentation and the AMR, Zigbee, so the blessings of this
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1569
era had been this era is used properly, and the downside
for this structure turned into that it's far costly. In
paper[2](2015) R.G.Yadawad has posted on sensible
strength billing and the renovation gadget wherein new
manner of billing technique there had been many mistakes
withinside the special fashions which had been added in
advance so on this paper the version used turned into thru
cell agents. This paper tells us the how the brand new
structure is greater viable for the usage of cell agents
3. Scope of the Project
 Better management of total energy usage and get
details about the amount and timing of your
energy use, so we can adjust accordingly and save
money.
 Advanced meter data can be used to compare
costs between competing utilities and to arrange
for bulk-rate purchasing.
 Identify and implement operational strategies to
control load factor, peak load requirements and
reduce energy waste and understand the
consumption patterns.
4. Microcontroller
A micro-controller is a small pc on a single integrated
circuit containing a processor core, memory, and
programmable input/ output peripherals The vital
component for us is that amicro-controller incorporates
the processor (which all computer systems have) and
memory, and a few input/output pins that you may
control. (regularly known as GPIO - General Purpose Input
Output Pins).
ATmega328P
We will be using the Arduino Uno board. This combines a
micro-controller along with all of the extras to make it
easy for you to build and debug your projects. The Uno is a
microcontroller board based on the ATmega328P.
5. GSM Modem
Global device for molecular communication (GSM) is a
globally set up style for virtual cell communication. GSM is
the selection of a standardization corporation mounted in
1982 to create a common vicinity of European molecular
cell smartphone present day that could formulate specs
for a pan-European molecular cellular radio device
working at 900 MHz.
GSM gives recommendations, no longer necessities. The
GSM specs outline the competencies and interface
necessities in elements however now do now no longer
deal with the hardware. The motive for that is to restrict
the designers as low as viable however although to make it
viable for the operators to shop for devices from precise
suppliers. The GSM community is broken up into 3 crucial
systems: the switching device (SS), the bottom station
device (BSS), and the operation and aid device (OSS). The
primary GSM community factors are proven in the below
figure.
GSM Network Element
5. Arduino IDE
The Arduino IDE (Integrated Development Environment)
is Software to increase the coding withinside the
environment. The Coding is advanced after which execute
the process The all of the modules strolling in Embedded C
software program coding.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1570
Program 1
Program 2
7. Working of autonomous billing system
The above two progarm is used to calculate the power by
using formula power=voltage*current. The voltage and
current received by Arduino UNO form current tranformer
and power transformer.The power is converted into unit
by using unit=power/1000.Then calculate the total
amount for power consumed. the amount per unit is 5Rs
so total amount is total unit*amount per unit.then this
information transfer to GSM modul it transfer the EB bill
through mobile as SMS and also it as additional future like
store the information in cloud for consumer verfication in
future.
8. Analysis of results & discussion
GSM transfer the bill to mobile
Data stored in cloud
The advantages of this Model are:
 Automation of all features including
communication from the EB meter to the
customer and EB office.
 Saves data using node MCU in cloud.
 It includes much less fee to communicate. This
device will increase productivity.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1571
9. Conclusion
By implementation of this project, the metering system is
totally enhanced with modern technology. The whole
process of operation can be centralized and can be
extended to long distances by GSM modem. This project is
quite time saving and provides user friendly services. This
proposed Automated EB model includes an prototype
module which has a Arduino Microcontroller. This module
is used to make notice of the quantity of energy fed on via
way of means of the consumer This EB workplace module
calculates the facts and sends it to the consumer. The
consumer additionally receives information of the invoice
on his cell phone
REFERENCES
[1] Bharath P, Ananth N, Vijetha S, Jyothi Prakash K. V.
,“Wireless automated digital Energy Meter”, ICSET 2008.
[2] Bharat Kulkarni “GSM Based Automatic Meter Reading
System Using ARM Controller “International Journal of
Emerging Technology and Advanced Engineering Website,
Volume 2, Issue 5, May 2012
[3] H.G.RodneyTan,C.H. Lee,V.H.Mok,“Automatic power
meter reading system using GSM network”, The 8
Conference (IPEC 2007). International Power Engineering.
[4] Li Kaicheng, Liu Jianfeng, Yue Congyuan, Zhang Ming.
“Remote power management and meter-reading system
based on ARM microprocessor”,PrecisionElectromagnetic
Measurements Digest, 2008. CPEM 2008. Conference on
Digital Object Identifier.
[5] M.P Praveen, “KSEB to introduce SMS-based fault
maintenance system”, The Hindu News on 26/06/2011,
http://www.hindu.com.
[6] P.K. Lee and L.L. Lai, Fieee, “A practical approach to
wireless GPRS on-line power quality monitoring system”,
Power Engineering Society General Meeting,2007.
[7] G Thavasi Raja and T.D. Sudhakar, “Electricity
consumption and automatic billing through power line”,
International Power Engineering Conference (IPEC), pp.
1411-1415, 2007.
[8] A.Ali, N.A. Razali, N.H.Saad, N.Vitee, “Implementation of
Automatic meter reading using radio frequency module”,
IEEEInternational Conference on Power and Energy
(PEcon), pp. 876- 879, Dec 2012.
[9] Guilin Zheng, Zhifu Zhang, “Intelligent wireless electric
power management and control system based on ZigBee
technology”, International Conference on Transportation,
Mechanical, and Electrical Engineering (TMEE)
Changchun, China, pp.1120-1124, December 16-18, 2011.
[10] Champ Prapasawad, Kittitachpornprasitpol,
Wanchalermpora, “Development of an automatic meter
reading system based on ZigBee pro smart energy profile
IEEE 802.15.4 standard”, International Conference on
Electronic Devices and Solid State Circuit (EDSSC), pp. 1-3,
Dec2012.
[11] NajmusSaqibmalik, Friedrich kupzog, Michael
Sonntag, “An approach to secure mobile agents in
automatic meter reading”, IEEE, International Conference
on Cyberworlds, computer society, pp. 187-193, 2010.
[12] SubhashisMaitra, “Embedded Energy Meter- A new
concept to measure the energy consumed by a consumer
and to pay the bill”, Power System Technology and IEEE
Power India Conference, 2008.
[13] Tom D. Tamar kin, “Automatic Meter reading”Article,
Public Power magazine, Vol 50, number 5, Sept-Oct 1992.

More Related Content

Similar to Advance autonomous billing system in the EB meter with GSM technology

IRJET- Easy, Efficient and Integrated Billing System
IRJET- Easy, Efficient and Integrated Billing SystemIRJET- Easy, Efficient and Integrated Billing System
IRJET- Easy, Efficient and Integrated Billing SystemIRJET Journal
 
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
 
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
 
Digitized Meter and Invoice Generation
Digitized Meter and Invoice GenerationDigitized Meter and Invoice Generation
Digitized Meter and Invoice GenerationIRJET Journal
 
A Generalized Multistage Economic Planning Model for Distribution System Cont...
A Generalized Multistage Economic Planning Model for Distribution System Cont...A Generalized Multistage Economic Planning Model for Distribution System Cont...
A Generalized Multistage Economic Planning Model for Distribution System Cont...IJERD Editor
 
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
 
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
 
IoT based Smart Energy Meter
IoT based Smart Energy MeterIoT based Smart Energy Meter
IoT based Smart Energy MeterIRJET 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
 
IRJET-IoT based Smart Electricity Meter and Power Theft Detection
IRJET-IoT based Smart Electricity Meter and Power Theft DetectionIRJET-IoT based Smart Electricity Meter and Power Theft Detection
IRJET-IoT based Smart Electricity Meter and Power Theft DetectionIRJET Journal
 
Design of a Smart Meter for the Indian Energy Scenario
Design of a Smart Meter for the Indian Energy ScenarioDesign of a Smart Meter for the Indian Energy Scenario
Design of a Smart Meter for the Indian Energy ScenarioIJERA Editor
 
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
 
Prepaid Energy Meter Recharge And Monitoring Using App
Prepaid Energy Meter Recharge And Monitoring Using AppPrepaid Energy Meter Recharge And Monitoring Using App
Prepaid Energy Meter Recharge And Monitoring Using AppIRJET Journal
 
Simulation of Smart Meter Using Proteus software for Smart Grid
Simulation of Smart Meter Using Proteus software for Smart GridSimulation of Smart Meter Using Proteus software for Smart Grid
Simulation of Smart Meter Using Proteus software for Smart GridIRJET Journal
 
IRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET-Simulation of Smart Meter Using Proteus software for Smart GridIRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET-Simulation of Smart Meter Using Proteus software for Smart GridIRJET Journal
 
IRJET - 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- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET Journal
 
IRJET- A Paper on IoT based Digital Notice Board using Arduino ATMega 328
IRJET-  	  A Paper on IoT based Digital Notice Board using Arduino ATMega 328IRJET-  	  A Paper on IoT based Digital Notice Board using Arduino ATMega 328
IRJET- A Paper on IoT based Digital Notice Board using Arduino ATMega 328IRJET Journal
 
IRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter ReadingIRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter ReadingIRJET Journal
 

Similar to Advance autonomous billing system in the EB meter with GSM technology (20)

IRJET- Easy, Efficient and Integrated Billing System
IRJET- Easy, Efficient and Integrated Billing SystemIRJET- Easy, Efficient and Integrated Billing System
IRJET- Easy, Efficient and Integrated Billing System
 
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
 
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
 
Digitized Meter and Invoice Generation
Digitized Meter and Invoice GenerationDigitized Meter and Invoice Generation
Digitized Meter and Invoice Generation
 
A Generalized Multistage Economic Planning Model for Distribution System Cont...
A Generalized Multistage Economic Planning Model for Distribution System Cont...A Generalized Multistage Economic Planning Model for Distribution System Cont...
A Generalized Multistage Economic Planning Model for Distribution System Cont...
 
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...
 
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
 
IoT based Smart Energy Meter
IoT based Smart Energy MeterIoT based Smart Energy Meter
IoT based Smart Energy Meter
 
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-IoT based Smart Electricity Meter and Power Theft Detection
IRJET-IoT based Smart Electricity Meter and Power Theft DetectionIRJET-IoT based Smart Electricity Meter and Power Theft Detection
IRJET-IoT based Smart Electricity Meter and Power Theft Detection
 
Design of a Smart Meter for the Indian Energy Scenario
Design of a Smart Meter for the Indian Energy ScenarioDesign of a Smart Meter for the Indian Energy Scenario
Design of a Smart Meter for the Indian Energy Scenario
 
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
 
Prepaid Energy Meter Recharge And Monitoring Using App
Prepaid Energy Meter Recharge And Monitoring Using AppPrepaid Energy Meter Recharge And Monitoring Using App
Prepaid Energy Meter Recharge And Monitoring Using App
 
Simulation of Smart Meter Using Proteus software for Smart Grid
Simulation of Smart Meter Using Proteus software for Smart GridSimulation of Smart Meter Using Proteus software for Smart Grid
Simulation of Smart Meter Using Proteus software for Smart Grid
 
IRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET-Simulation of Smart Meter Using Proteus software for Smart GridIRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
 
IRJET - 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
 
Y4103145147
Y4103145147Y4103145147
Y4103145147
 
IRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over Internet
 
IRJET- A Paper on IoT based Digital Notice Board using Arduino ATMega 328
IRJET-  	  A Paper on IoT based Digital Notice Board using Arduino ATMega 328IRJET-  	  A Paper on IoT based Digital Notice Board using Arduino ATMega 328
IRJET- A Paper on IoT based Digital Notice Board using Arduino ATMega 328
 
IRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter ReadingIRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter Reading
 

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

University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
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
 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfrs7054576148
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfRagavanV2
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
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
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoordharasingh5698
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 

Recently uploaded (20)

University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
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 Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdf
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
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...
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 

Advance autonomous billing system in the EB meter with GSM technology

  • 1. © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1568 Advance autonomous billing system in the EB meter with GSM technology Manishkumar S1, Manimaran K2, Madhubalan S3, Mr.Gokul LS4 1,2,3 Undergraduate Student, Dept. of Mechanical Engineering 4Professor, Dept. of Mechanical Engineering Bannari Amman Institute of Technology, Tamil Nadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Our project is a working model which incorporates sensors to measure parameters like Voltage and current. An Arduino microcontroller board is used for analyzing the inputs from the LED bulb. This project provides a device which will continuously monitor the vital parameters to be monitored for a Energy Metering. This is very useful for future analysis and review of energy metering condition. For more applications, this project can be improvised, by incorporating node mcu sensors and IoT technology systems, thereby making it useful in electrical industry as a very efficient and dedicated energy metering system. IoT is becoming a major platform for many services & applications, also using Node MCU not just as a sensor node but also a controller here. Paper proposes a Smart energy metering system as a step forward to the progress made in this department till now. Key Words: Arduino UNO, GSM, Node MCU, IOT, Smart energy. 1. INTRODUCTION With the developing populace of India and its growing electric powered strength needs, the strength gadget has grown swiftly over beyond 50 years. At present, on the quit of each month someone from power board is going to each residence and take the meter readings manually that are used for power invoice calculations, that is a gradual and hard process. In this traditional billing gadget humans attempt to control the meter analyzing with the aid of using adopting diverse corrupt practices together with bypassing supply, magnetic interference etc. Thus the traditional billing technique is inaccurate, costlier, time eating and has loss of transparency, for this reason that is inflicting a stark quantity of sales loss to the distribution companies. Therefore, numerous tries had been made to triumph over a lot of these drawbacks of traditional billing gadget. Even aleven though the meters are made digital, the method of billing is same. Therefore the scope of this paper is to layout and broaden a clever strength meter that gives each the providers and customers with consumer pleasant services. 1.1 Aim and Objective: Aim: The aim of the project is to transfer the EB bill automatically through mobile phone by using GSM technology and IOT concept without any employees and has a additional feature of storing data and monitoring them over the cloud. Objective:  To make energy consumption prepaid.  To centralize the control of all energy meters.  To prevent power thefts at consumer premises.  To reduce cost of man power for billing 2. Literature Review For Communication, to the server, many alternatives are there as wi-fi or stressed inclusive of cable networks, and the special GSM modules, which can be recognized via way of means of researchers. Different Countries Trying to put into force this idea. From the special papers, we've got special studies paintings concerning our new concept. In paper [1] (2014) Pradip Kulkarni and Manisha Shinde have posted a paper on the automation of the strength billing technique in that new structure that the strength board has a guide technique and to cast off that technique they added a module wherein information is amassed from the energy, water and switch to the centralized station from the billing purpose. The information has accrued the usage of an unmarried digital digicam, this means that the digital digicam is located in the front of the meter of everyone’s residence and the digital digicam will seize a photo of the meter and the server will immediately fetch that information from every residence in order that human interplay is definitely avoided. ARM7-LPC 2138 is used because of the interface among the devices. After that, the photo will attain the server and undergoes the special processing thru Matlab, in order that each month's analysis is saved withinside the database of the strength board. So the era used on this paper turned into photo segmentation and the AMR, Zigbee, so the blessings of this International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1569 era had been this era is used properly, and the downside for this structure turned into that it's far costly. In paper[2](2015) R.G.Yadawad has posted on sensible strength billing and the renovation gadget wherein new manner of billing technique there had been many mistakes withinside the special fashions which had been added in advance so on this paper the version used turned into thru cell agents. This paper tells us the how the brand new structure is greater viable for the usage of cell agents 3. Scope of the Project  Better management of total energy usage and get details about the amount and timing of your energy use, so we can adjust accordingly and save money.  Advanced meter data can be used to compare costs between competing utilities and to arrange for bulk-rate purchasing.  Identify and implement operational strategies to control load factor, peak load requirements and reduce energy waste and understand the consumption patterns. 4. Microcontroller A micro-controller is a small pc on a single integrated circuit containing a processor core, memory, and programmable input/ output peripherals The vital component for us is that amicro-controller incorporates the processor (which all computer systems have) and memory, and a few input/output pins that you may control. (regularly known as GPIO - General Purpose Input Output Pins). ATmega328P We will be using the Arduino Uno board. This combines a micro-controller along with all of the extras to make it easy for you to build and debug your projects. The Uno is a microcontroller board based on the ATmega328P. 5. GSM Modem Global device for molecular communication (GSM) is a globally set up style for virtual cell communication. GSM is the selection of a standardization corporation mounted in 1982 to create a common vicinity of European molecular cell smartphone present day that could formulate specs for a pan-European molecular cellular radio device working at 900 MHz. GSM gives recommendations, no longer necessities. The GSM specs outline the competencies and interface necessities in elements however now do now no longer deal with the hardware. The motive for that is to restrict the designers as low as viable however although to make it viable for the operators to shop for devices from precise suppliers. The GSM community is broken up into 3 crucial systems: the switching device (SS), the bottom station device (BSS), and the operation and aid device (OSS). The primary GSM community factors are proven in the below figure. GSM Network Element 5. Arduino IDE The Arduino IDE (Integrated Development Environment) is Software to increase the coding withinside the environment. The Coding is advanced after which execute the process The all of the modules strolling in Embedded C software program coding.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1570 Program 1 Program 2 7. Working of autonomous billing system The above two progarm is used to calculate the power by using formula power=voltage*current. The voltage and current received by Arduino UNO form current tranformer and power transformer.The power is converted into unit by using unit=power/1000.Then calculate the total amount for power consumed. the amount per unit is 5Rs so total amount is total unit*amount per unit.then this information transfer to GSM modul it transfer the EB bill through mobile as SMS and also it as additional future like store the information in cloud for consumer verfication in future. 8. Analysis of results & discussion GSM transfer the bill to mobile Data stored in cloud The advantages of this Model are:  Automation of all features including communication from the EB meter to the customer and EB office.  Saves data using node MCU in cloud.  It includes much less fee to communicate. This device will increase productivity.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1571 9. Conclusion By implementation of this project, the metering system is totally enhanced with modern technology. The whole process of operation can be centralized and can be extended to long distances by GSM modem. This project is quite time saving and provides user friendly services. This proposed Automated EB model includes an prototype module which has a Arduino Microcontroller. This module is used to make notice of the quantity of energy fed on via way of means of the consumer This EB workplace module calculates the facts and sends it to the consumer. The consumer additionally receives information of the invoice on his cell phone REFERENCES [1] Bharath P, Ananth N, Vijetha S, Jyothi Prakash K. V. ,“Wireless automated digital Energy Meter”, ICSET 2008. [2] Bharat Kulkarni “GSM Based Automatic Meter Reading System Using ARM Controller “International Journal of Emerging Technology and Advanced Engineering Website, Volume 2, Issue 5, May 2012 [3] H.G.RodneyTan,C.H. Lee,V.H.Mok,“Automatic power meter reading system using GSM network”, The 8 Conference (IPEC 2007). International Power Engineering. [4] Li Kaicheng, Liu Jianfeng, Yue Congyuan, Zhang Ming. “Remote power management and meter-reading system based on ARM microprocessor”,PrecisionElectromagnetic Measurements Digest, 2008. CPEM 2008. Conference on Digital Object Identifier. [5] M.P Praveen, “KSEB to introduce SMS-based fault maintenance system”, The Hindu News on 26/06/2011, http://www.hindu.com. [6] P.K. Lee and L.L. Lai, Fieee, “A practical approach to wireless GPRS on-line power quality monitoring system”, Power Engineering Society General Meeting,2007. [7] G Thavasi Raja and T.D. Sudhakar, “Electricity consumption and automatic billing through power line”, International Power Engineering Conference (IPEC), pp. 1411-1415, 2007. [8] A.Ali, N.A. Razali, N.H.Saad, N.Vitee, “Implementation of Automatic meter reading using radio frequency module”, IEEEInternational Conference on Power and Energy (PEcon), pp. 876- 879, Dec 2012. [9] Guilin Zheng, Zhifu Zhang, “Intelligent wireless electric power management and control system based on ZigBee technology”, International Conference on Transportation, Mechanical, and Electrical Engineering (TMEE) Changchun, China, pp.1120-1124, December 16-18, 2011. [10] Champ Prapasawad, Kittitachpornprasitpol, Wanchalermpora, “Development of an automatic meter reading system based on ZigBee pro smart energy profile IEEE 802.15.4 standard”, International Conference on Electronic Devices and Solid State Circuit (EDSSC), pp. 1-3, Dec2012. [11] NajmusSaqibmalik, Friedrich kupzog, Michael Sonntag, “An approach to secure mobile agents in automatic meter reading”, IEEE, International Conference on Cyberworlds, computer society, pp. 187-193, 2010. [12] SubhashisMaitra, “Embedded Energy Meter- A new concept to measure the energy consumed by a consumer and to pay the bill”, Power System Technology and IEEE Power India Conference, 2008. [13] Tom D. Tamar kin, “Automatic Meter reading”Article, Public Power magazine, Vol 50, number 5, Sept-Oct 1992.