SlideShare a Scribd company logo
Presented By: Guided By:
Mr. Justin A Gopinath.
Vijeth Ds (1CG11CS116) Associate. Professor
Dept of CSE.
 The System Overview.
 Introduction.
 Research Methodology.
› Problem Identified.
› Solution Proposed.
 Research Findings and Evidence.
› Image Processing Library.
 Price Calculation and Unit Consumption.
 Unique Features.
 Manual Process of Electricity Billing System.
 Calculations errors, delays in system updating and
fault tracking issues.
 Customer interaction with the company is not
encouraged.
 No route map for guidance or a plan covering each
and every house.
 Lack of facility to compare the previous month’s
electricity usage with the current month.
 Lack of facility to notify about power failure or the
latest news related to power consumption.
 MoBEBIS consists of two separate mobile
applications which are given to both Meter Reader
and Customer.
 A website is maintained basically for administrative
purposes.
 Walk Order Map Service.
 SMS Manager Windows Service.
 Search Customer Details.
 Customer interaction with the company improved,
which intern improves efficiency of service.
 Reliable ,Efficient, User Friendly, easy and error free
environment to suit the comfort of customers.
 Android Mobile based billing.
 Eliminates error prone manual calculations and manual data
entering.
 Direct billing interface between utility grid and consumers.
 The front end is user friendly and the employees can work on
with the minimum knowledge of computers.
 The System update happens fast and customers can have the
flexibility to get to know their electricity usage at any time.
 In order to achieve efficient meter reading, reduce billing error
and operation cost, mobile based meter reading system play an
important role.
 Meter readers are not required to do the calculations
manually, instead get the reading and send it to the
system as bulk.
 Processed bills are sent to the relevant consumers via
sms.
 Separate mobile apk developed for the customer, if they
wish to know the power /units consumed with the up-to-
date bill ,they can send the current reading via SMS
Manager Windows Service.
 The system identifies the digits using Image Processing
Library, updates and processes the bill.
 Customers are given a facility where they can make
complaints against the service and a track record.
 Customer can Subscribe/Unsubscribe ,can use the
website to make payments or track complaints an so on.
 The Electricity Board can publish any instant messages
without going for public media and can save money.
 Image Processing Library.
› It is related to Android apk which is capable of
sending consumer’s monthly reading as an image to
the MoBEBIS Middle Ware via Web Service.
› Android apk involves in subscribing and to self billing
service.
 Retrieves the image from a web service to the
library.
 Usually involves retrieving image from a source
that is automatically capturing images.
 Real Time Acquisition creates a stream of files
that can be automatically processed , queued for
later work or stitched into a single media format.
 It describes both software and hardware that can
quickly preserve the image flooding into a
system.
 Gray Scale digital image is an
image in which the value of each
pixel is a single sample, it carries
only intensity information.
 Image of this sort, also known as
black-and-white ,are composed
exclusively of shades of grey,
varying from black at the weakest
intensity to white at the strongest.
 Gray Scale images are often the
result of measuring the intensity of
light at each pixel in a single band
of electromagnetic spectrum.
Original Image Threshold effect used on an
image.
 Thresholding is the simplest method of image
segmentation ,from a gray scale image and used
to create binary images.
 It replaces each pixel in an image with a black
pixel if the image intensity is less than some
fixed constant, and as same for white pixel.
Ex: Image on the right results in the dark tree
becoming completely black, and the white snow
becoming complete white.
 Blob Counter involves in
detecting regions in a
digital image that differ
in properties, such as
brightness or color.
 They are used to obtain
regions of interest for
further processing.
 Blob descriptor can also
be used for peak
detection with
application to
segmentation.
 Median Filter is a non-linear method used to
remove noise from images.
 It’s very effective while preserving edges.
 It works by moving through the image pixel by
pixel, replacing each value with the median value
of neighboring pixel.
 Image Segmentation is the
process of partitioning a
digital image into multiple
segments.
 They simplify and/or
change the representation
of an image into something
easier to analyze.
 Resultant of segmentation
is a set of segments that
collectively cover the entire
image.
 Neural Networks process information in a similar
way the human brain does.
 The Network is composed of a large no. of
highly interconnected processing elements,
working in parallel to solve a specific problem.
 Captures the numeric
area of the meter.
 The camera is provided
with the adjustable
square to capture the
numeric area of meter.
 Provides access to the
walk order services.
 Enables the reader to
view the houses to be
covered on a specific
day.
 Company tends to have a better communication
with consumers.
 Bill is processed by the system, billing details are
sent via sms.
 MoBEBIS provides better services as follows
 Requesting Bill upto Current Date/ Last Bill
Consumer can make a request via SMS.
Eg - REQ TODAY [AccNo][Current Reading].
REQ LAST [AccNo]
 Subscribing and Unsubscribing to the Services
Consumer can subscribe and Unsubscribing
to/from services via SMS.
Eg - REQ [SUB/UNSUB] [AccNo] [ServiceNo].
#include<stdio.h>
#include<stdlib.h>
void main()
{
float Or=0,Nr=0,p=2.70,unit=0;
printf("n Enter the Old Reading :");
scanf("%f",&Or);
printf("n Enter the New Reading :");
scanf("%f",&Nr);
unit=Nr-Or;
printf("n Number of Units Consumed:%f",unit);
printf("n Price for Consumption :%f",(p*unit));
}
Enter the Old Reading :2015
Enter the New Reading :2124
Number of Units Consumed:109.0
Price for Consumption : 294.30
 Optimize time.
 24/7 Connectivity.
 Immediate Access.
 Better Security.
 Reliable and Effective Communication.
 Wide Flexibility.
 Exploits issues related to the manual electricity
billing system.
 Enhances the interaction between customer and
Electricity Board.
 Resolves issue of human errors and satisfies the
people by various services.
 Technology is utilized effectively.
 Siemens, "Smart Metering Solution", Siemens Projects,
http: // www.Smart/ 20Metering/ 20Solution/ 20-/ 20Siemens. html,
2010, [online].
 A C S Athukorala , I S Dewasurendra, P J wijerathne, I Pothuvila ,
Remote Electricity Billing System , Sri Lanka Institute of Information
Technology,Malabe, 2011.
 Excelorn Software,”Prepais Utility Services”,
http: // www.execeleron.com/,2010,[online].
 REST Service, http: // www.codeproject. com/ Articles/112470/
Developing-a-REST-Web-Service-using-C-A-walkthrough,[Online]
Mobile based electricity billing system (mo bebis)

More Related Content

What's hot

Detection of fault location in underground cable using arduino
Detection of fault location in underground cable using arduinoDetection of fault location in underground cable using arduino
Detection of fault location in underground cable using arduino
Chirag Lakhani
 
Energy efficiency in electrical system
Energy efficiency in electrical systemEnergy efficiency in electrical system
Energy efficiency in electrical system
Venu Gopal Aditya
 
Smart meters
Smart metersSmart meters
Smart meters
reddy rani
 
Hydro Electric Power plant
Hydro Electric Power plantHydro Electric Power plant
Hydro Electric Power plant
Ratan Debnath
 
Automatic Meter reading (amr)
Automatic Meter reading (amr)Automatic Meter reading (amr)
Automatic Meter reading (amr)
Tahir Rashid
 
Micro hydropower plant
Micro hydropower plantMicro hydropower plant
Micro hydropower plant
Surendra Patait
 
Electrical energy meter
Electrical energy meterElectrical energy meter
Electrical energy meter
Md Majharul Islam
 
Tidal energy
Tidal energyTidal energy
Tidal energy
Ramaraj90033
 
Transformers seminar
Transformers seminarTransformers seminar
Transformers seminar
vinayvickky
 
Power factor improvement
Power factor improvementPower factor improvement
Power factor improvement
Working as a Lecturer
 
Smart energy meter ppt
Smart energy meter   pptSmart energy meter   ppt
Smart energy meter ppt
Ritam Giri
 
Ppt gsm based automatic energy meter
Ppt gsm based automatic energy meterPpt gsm based automatic energy meter
Ppt gsm based automatic energy meter
Khiti Ranjan jena
 
Calibration & Testing of Electronic Meters
Calibration & Testing of Electronic MetersCalibration & Testing of Electronic Meters
Calibration & Testing of Electronic Meters
Snehpal Singh
 
Maglev trains ppt
Maglev trains pptMaglev trains ppt
Maglev trains ppt
Lokesh Choudhary
 
A seminar report on maglev train
A seminar report on maglev trainA seminar report on maglev train
A seminar report on maglev train
007skpk
 
Maximum power point tracking.......saq
Maximum power point tracking.......saqMaximum power point tracking.......saq
Maximum power point tracking.......saq
Saquib Maqsood
 
Interconnection issue in microgrid
Interconnection issue in microgridInterconnection issue in microgrid
Interconnection issue in microgrid
Amarjeet S Pandey
 
Energy meter presentation
Energy meter presentationEnergy meter presentation
Energy meter presentation
Damion Lawrence
 

What's hot (20)

Detection of fault location in underground cable using arduino
Detection of fault location in underground cable using arduinoDetection of fault location in underground cable using arduino
Detection of fault location in underground cable using arduino
 
Energy efficiency in electrical system
Energy efficiency in electrical systemEnergy efficiency in electrical system
Energy efficiency in electrical system
 
prepaid energy meter
prepaid energy meterprepaid energy meter
prepaid energy meter
 
Smart meters
Smart metersSmart meters
Smart meters
 
Hydro Electric Power plant
Hydro Electric Power plantHydro Electric Power plant
Hydro Electric Power plant
 
Automatic Meter reading (amr)
Automatic Meter reading (amr)Automatic Meter reading (amr)
Automatic Meter reading (amr)
 
Micro hydropower plant
Micro hydropower plantMicro hydropower plant
Micro hydropower plant
 
Electrical energy meter
Electrical energy meterElectrical energy meter
Electrical energy meter
 
Tidal energy
Tidal energyTidal energy
Tidal energy
 
Transformers seminar
Transformers seminarTransformers seminar
Transformers seminar
 
Power factor improvement
Power factor improvementPower factor improvement
Power factor improvement
 
Smart energy meter ppt
Smart energy meter   pptSmart energy meter   ppt
Smart energy meter ppt
 
Ppt gsm based automatic energy meter
Ppt gsm based automatic energy meterPpt gsm based automatic energy meter
Ppt gsm based automatic energy meter
 
Energy meter
Energy meterEnergy meter
Energy meter
 
Calibration & Testing of Electronic Meters
Calibration & Testing of Electronic MetersCalibration & Testing of Electronic Meters
Calibration & Testing of Electronic Meters
 
Maglev trains ppt
Maglev trains pptMaglev trains ppt
Maglev trains ppt
 
A seminar report on maglev train
A seminar report on maglev trainA seminar report on maglev train
A seminar report on maglev train
 
Maximum power point tracking.......saq
Maximum power point tracking.......saqMaximum power point tracking.......saq
Maximum power point tracking.......saq
 
Interconnection issue in microgrid
Interconnection issue in microgridInterconnection issue in microgrid
Interconnection issue in microgrid
 
Energy meter presentation
Energy meter presentationEnergy meter presentation
Energy meter presentation
 

Viewers also liked

Mobile based electricity
Mobile based electricityMobile based electricity
Mobile based electricity
Hansi Thenuwara
 
Electricity billing-system-project-on-jsp
Electricity billing-system-project-on-jspElectricity billing-system-project-on-jsp
Electricity billing-system-project-on-jspFreeprojectz
 
prepaid energymeter
prepaid energymeterprepaid energymeter
prepaid energymeter
Madamsetty Samatha
 
Electrical bill & audit
Electrical bill & auditElectrical bill & audit
Electrical bill & audit
vigyanashram
 
Smart energy meter (Updated)
Smart energy meter (Updated)Smart energy meter (Updated)
Smart energy meter (Updated)
Dnyanesh Patil
 
Gsm energy meter
Gsm energy meterGsm energy meter
Gsm energy meterikm104
 
Dinie nur zayanislide fyp1
Dinie nur zayanislide fyp1Dinie nur zayanislide fyp1
Dinie nur zayanislide fyp1
nabelnajib
 
Ebilling project report
Ebilling project reportEbilling project report
Ebilling project report
Srish Kumar
 
electronic bill payment and presentment
electronic bill payment and presentmentelectronic bill payment and presentment
electronic bill payment and presentment
tejinderubs
 
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
GSM BASED PREPAID ENERGY METER BILLING VIA SMSGSM BASED PREPAID ENERGY METER BILLING VIA SMS
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
SRINIVAS REDDY
 
Smart Meters
Smart MetersSmart Meters
Smart Meters
Anshul Shrivastava
 
prepaid energy meter using gsm
prepaid energy meter using gsm prepaid energy meter using gsm
prepaid energy meter using gsm udaypallyreddy
 
Forest exploitation
Forest exploitationForest exploitation
Forest exploitation
Tomserg2012
 
Ikeday_dina
Ikeday_dinaIkeday_dina
Ikeday_dina
Dina Feller
 
S2 work2m32no19
S2 work2m32no19S2 work2m32no19
S2 work2m32no19
Kong Kub
 
S2 work2m32mo33
S2 work2m32mo33S2 work2m32mo33
S2 work2m32mo33
myyatommyll
 
Wings power point1
Wings power point1Wings power point1
Wings power point1
mah9473
 
Merry mapの使い方
Merry mapの使い方Merry mapの使い方
Merry mapの使い方
Clopot
 
Social Network 2
Social Network 2Social Network 2
Social Network 2
Thanawat Boontan
 

Viewers also liked (20)

Mobile based electricity
Mobile based electricityMobile based electricity
Mobile based electricity
 
Electricity billing-system-project-on-jsp
Electricity billing-system-project-on-jspElectricity billing-system-project-on-jsp
Electricity billing-system-project-on-jsp
 
prepaid energymeter
prepaid energymeterprepaid energymeter
prepaid energymeter
 
Electrical bill & audit
Electrical bill & auditElectrical bill & audit
Electrical bill & audit
 
Smart energy meter (Updated)
Smart energy meter (Updated)Smart energy meter (Updated)
Smart energy meter (Updated)
 
Gsm energy meter
Gsm energy meterGsm energy meter
Gsm energy meter
 
Dinie nur zayanislide fyp1
Dinie nur zayanislide fyp1Dinie nur zayanislide fyp1
Dinie nur zayanislide fyp1
 
Ebilling project report
Ebilling project reportEbilling project report
Ebilling project report
 
electronic bill payment and presentment
electronic bill payment and presentmentelectronic bill payment and presentment
electronic bill payment and presentment
 
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
GSM BASED PREPAID ENERGY METER BILLING VIA SMSGSM BASED PREPAID ENERGY METER BILLING VIA SMS
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
 
Smart Meters
Smart MetersSmart Meters
Smart Meters
 
prepaid energy meter using gsm
prepaid energy meter using gsm prepaid energy meter using gsm
prepaid energy meter using gsm
 
Forest exploitation
Forest exploitationForest exploitation
Forest exploitation
 
Ikeday_dina
Ikeday_dinaIkeday_dina
Ikeday_dina
 
S2 work2m32no19
S2 work2m32no19S2 work2m32no19
S2 work2m32no19
 
S2 work2m32mo33
S2 work2m32mo33S2 work2m32mo33
S2 work2m32mo33
 
Wings power point1
Wings power point1Wings power point1
Wings power point1
 
Lauren Morrison Resume
Lauren Morrison ResumeLauren Morrison Resume
Lauren Morrison Resume
 
Merry mapの使い方
Merry mapの使い方Merry mapの使い方
Merry mapの使い方
 
Social Network 2
Social Network 2Social Network 2
Social Network 2
 

Similar to Mobile based electricity billing system (mo bebis)

UT-Meter - An Efficient Meter Reading Solution
UT-Meter - An Efficient Meter Reading SolutionUT-Meter - An Efficient Meter Reading Solution
UT-Meter - An Efficient Meter Reading Solution
Kunal Infotech Private Limited
 
Real Time & Automated Meter Reading using Image Processing Reducing Human Error
Real Time & Automated Meter Reading using Image Processing Reducing Human ErrorReal Time & Automated Meter Reading using Image Processing Reducing Human Error
Real Time & Automated Meter Reading using Image Processing Reducing Human Error
IRJET Journal
 
rinku_ppt_1_ON_JAVA_SWING_FRAMEWORK.pptx
rinku_ppt_1_ON_JAVA_SWING_FRAMEWORK.pptxrinku_ppt_1_ON_JAVA_SWING_FRAMEWORK.pptx
rinku_ppt_1_ON_JAVA_SWING_FRAMEWORK.pptx
ry794396
 
S4408100102
S4408100102S4408100102
S4408100102
IJERA Editor
 
Implementing Oracle Utility-Meter Data Management For Power Consumption
Implementing Oracle Utility-Meter Data Management For Power ConsumptionImplementing Oracle Utility-Meter Data Management For Power Consumption
Implementing Oracle Utility-Meter Data Management For Power Consumption
IJERDJOURNAL
 
Core banking system
Core banking systemCore banking system
Core banking system
Bhaskar Bhatt
 
INTERNET OF THINGS (ONLINE ENERGY MANAGEMENT)
INTERNET OF THINGS (ONLINE ENERGY MANAGEMENT)INTERNET OF THINGS (ONLINE ENERGY MANAGEMENT)
INTERNET OF THINGS (ONLINE ENERGY MANAGEMENT)
FELIDAE SYSTEMS
 
Rnd-point-case-collection
Rnd-point-case-collectionRnd-point-case-collection
Rnd-point-case-collection
PST Labs
 
TEMptation October 2009
TEMptation October 2009TEMptation October 2009
TEMptation October 2009
michaelshonholz
 
Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...
Louise Antonio
 
Winner_MyCity App_ KBU_Appnovator Presentation
Winner_MyCity App_ KBU_Appnovator PresentationWinner_MyCity App_ KBU_Appnovator Presentation
Winner_MyCity App_ KBU_Appnovator Presentation
Melonie Sta Maria
 
Assignment 1 BI Analysis
Assignment 1  BI AnalysisAssignment 1  BI Analysis
Assignment 1 BI Analysis
Andrew Parish
 
Description of public internet access business model
Description of public internet access business modelDescription of public internet access business model
Description of public internet access business modelRoy Volkwyn
 
E-PAYMENT AN OVERVIEW.pdf
E-PAYMENT AN OVERVIEW.pdfE-PAYMENT AN OVERVIEW.pdf
E-PAYMENT AN OVERVIEW.pdf
DR BHADRAPPA HARALAYYA
 
A05310105
A05310105A05310105
A05310105
IOSR-JEN
 
ABT / DSM System
ABT / DSM System ABT / DSM System
ABT / DSM System
Kondapi V Siva Rama Brahmam
 
Expert IT Consultants | Inventia Technology
Expert IT Consultants | Inventia TechnologyExpert IT Consultants | Inventia Technology
Expert IT Consultants | Inventia Technology
InventiaTechnology1
 
SRS on online auction system
SRS on online auction systemSRS on online auction system
SRS on online auction system
sagar_paperwala
 

Similar to Mobile based electricity billing system (mo bebis) (20)

UT-Meter - An Efficient Meter Reading Solution
UT-Meter - An Efficient Meter Reading SolutionUT-Meter - An Efficient Meter Reading Solution
UT-Meter - An Efficient Meter Reading Solution
 
Real Time & Automated Meter Reading using Image Processing Reducing Human Error
Real Time & Automated Meter Reading using Image Processing Reducing Human ErrorReal Time & Automated Meter Reading using Image Processing Reducing Human Error
Real Time & Automated Meter Reading using Image Processing Reducing Human Error
 
rinku_ppt_1_ON_JAVA_SWING_FRAMEWORK.pptx
rinku_ppt_1_ON_JAVA_SWING_FRAMEWORK.pptxrinku_ppt_1_ON_JAVA_SWING_FRAMEWORK.pptx
rinku_ppt_1_ON_JAVA_SWING_FRAMEWORK.pptx
 
S4408100102
S4408100102S4408100102
S4408100102
 
Implementing Oracle Utility-Meter Data Management For Power Consumption
Implementing Oracle Utility-Meter Data Management For Power ConsumptionImplementing Oracle Utility-Meter Data Management For Power Consumption
Implementing Oracle Utility-Meter Data Management For Power Consumption
 
Core banking system
Core banking systemCore banking system
Core banking system
 
INTERNET OF THINGS (ONLINE ENERGY MANAGEMENT)
INTERNET OF THINGS (ONLINE ENERGY MANAGEMENT)INTERNET OF THINGS (ONLINE ENERGY MANAGEMENT)
INTERNET OF THINGS (ONLINE ENERGY MANAGEMENT)
 
MUSHANAPP SYSTEM
MUSHANAPP SYSTEMMUSHANAPP SYSTEM
MUSHANAPP SYSTEM
 
MUSHANAPP SYSTEM
MUSHANAPP SYSTEMMUSHANAPP SYSTEM
MUSHANAPP SYSTEM
 
Rnd-point-case-collection
Rnd-point-case-collectionRnd-point-case-collection
Rnd-point-case-collection
 
TEMptation October 2009
TEMptation October 2009TEMptation October 2009
TEMptation October 2009
 
Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...
 
Winner_MyCity App_ KBU_Appnovator Presentation
Winner_MyCity App_ KBU_Appnovator PresentationWinner_MyCity App_ KBU_Appnovator Presentation
Winner_MyCity App_ KBU_Appnovator Presentation
 
Assignment 1 BI Analysis
Assignment 1  BI AnalysisAssignment 1  BI Analysis
Assignment 1 BI Analysis
 
Description of public internet access business model
Description of public internet access business modelDescription of public internet access business model
Description of public internet access business model
 
E-PAYMENT AN OVERVIEW.pdf
E-PAYMENT AN OVERVIEW.pdfE-PAYMENT AN OVERVIEW.pdf
E-PAYMENT AN OVERVIEW.pdf
 
A05310105
A05310105A05310105
A05310105
 
ABT / DSM System
ABT / DSM System ABT / DSM System
ABT / DSM System
 
Expert IT Consultants | Inventia Technology
Expert IT Consultants | Inventia TechnologyExpert IT Consultants | Inventia Technology
Expert IT Consultants | Inventia Technology
 
SRS on online auction system
SRS on online auction systemSRS on online auction system
SRS on online auction system
 

Recently uploaded

Lecture 1 Introduction to games development
Lecture 1 Introduction to games developmentLecture 1 Introduction to games development
Lecture 1 Introduction to games development
abdulrafaychaudhry
 
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Mind IT Systems
 
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
Juraj Vysvader
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Globus
 
Understanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSageUnderstanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSage
Globus
 
Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024
Paco van Beckhoven
 
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
informapgpstrackings
 
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing SuiteAI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
Google
 
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data AnalysisProviding Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Globus
 
Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume MontevideoVitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke
 
A Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdfA Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdf
kalichargn70th171
 
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoamOpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
takuyayamamoto1800
 
Corporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMSCorporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMS
Tendenci - The Open Source AMS (Association Management Software)
 
Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"
Donna Lenk
 
GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
Globus
 
Graphic Design Crash Course for beginners
Graphic Design Crash Course for beginnersGraphic Design Crash Course for beginners
Graphic Design Crash Course for beginners
e20449
 
2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx
Georgi Kodinov
 
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdfEnhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Jay Das
 
How Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptxHow Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptx
wottaspaceseo
 
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology SolutionsProsigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns
 

Recently uploaded (20)

Lecture 1 Introduction to games development
Lecture 1 Introduction to games developmentLecture 1 Introduction to games development
Lecture 1 Introduction to games development
 
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
 
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
 
Understanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSageUnderstanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSage
 
Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024
 
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
 
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing SuiteAI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
 
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data AnalysisProviding Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
 
Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume MontevideoVitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume Montevideo
 
A Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdfA Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdf
 
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoamOpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
 
Corporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMSCorporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMS
 
Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"
 
GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
 
Graphic Design Crash Course for beginners
Graphic Design Crash Course for beginnersGraphic Design Crash Course for beginners
Graphic Design Crash Course for beginners
 
2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx
 
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdfEnhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
 
How Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptxHow Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptx
 
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology SolutionsProsigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology Solutions
 

Mobile based electricity billing system (mo bebis)

  • 1. Presented By: Guided By: Mr. Justin A Gopinath. Vijeth Ds (1CG11CS116) Associate. Professor Dept of CSE.
  • 2.  The System Overview.  Introduction.  Research Methodology. › Problem Identified. › Solution Proposed.  Research Findings and Evidence. › Image Processing Library.  Price Calculation and Unit Consumption.  Unique Features.
  • 3.  Manual Process of Electricity Billing System.  Calculations errors, delays in system updating and fault tracking issues.  Customer interaction with the company is not encouraged.  No route map for guidance or a plan covering each and every house.  Lack of facility to compare the previous month’s electricity usage with the current month.  Lack of facility to notify about power failure or the latest news related to power consumption.
  • 4.  MoBEBIS consists of two separate mobile applications which are given to both Meter Reader and Customer.  A website is maintained basically for administrative purposes.  Walk Order Map Service.  SMS Manager Windows Service.  Search Customer Details.  Customer interaction with the company improved, which intern improves efficiency of service.  Reliable ,Efficient, User Friendly, easy and error free environment to suit the comfort of customers.
  • 5.  Android Mobile based billing.  Eliminates error prone manual calculations and manual data entering.  Direct billing interface between utility grid and consumers.  The front end is user friendly and the employees can work on with the minimum knowledge of computers.  The System update happens fast and customers can have the flexibility to get to know their electricity usage at any time.  In order to achieve efficient meter reading, reduce billing error and operation cost, mobile based meter reading system play an important role.
  • 6.
  • 7.  Meter readers are not required to do the calculations manually, instead get the reading and send it to the system as bulk.  Processed bills are sent to the relevant consumers via sms.  Separate mobile apk developed for the customer, if they wish to know the power /units consumed with the up-to- date bill ,they can send the current reading via SMS Manager Windows Service.  The system identifies the digits using Image Processing Library, updates and processes the bill.  Customers are given a facility where they can make complaints against the service and a track record.  Customer can Subscribe/Unsubscribe ,can use the website to make payments or track complaints an so on.  The Electricity Board can publish any instant messages without going for public media and can save money.
  • 8.  Image Processing Library. › It is related to Android apk which is capable of sending consumer’s monthly reading as an image to the MoBEBIS Middle Ware via Web Service. › Android apk involves in subscribing and to self billing service.
  • 9.
  • 10.  Retrieves the image from a web service to the library.  Usually involves retrieving image from a source that is automatically capturing images.  Real Time Acquisition creates a stream of files that can be automatically processed , queued for later work or stitched into a single media format.  It describes both software and hardware that can quickly preserve the image flooding into a system.
  • 11.  Gray Scale digital image is an image in which the value of each pixel is a single sample, it carries only intensity information.  Image of this sort, also known as black-and-white ,are composed exclusively of shades of grey, varying from black at the weakest intensity to white at the strongest.  Gray Scale images are often the result of measuring the intensity of light at each pixel in a single band of electromagnetic spectrum.
  • 12. Original Image Threshold effect used on an image.
  • 13.  Thresholding is the simplest method of image segmentation ,from a gray scale image and used to create binary images.  It replaces each pixel in an image with a black pixel if the image intensity is less than some fixed constant, and as same for white pixel. Ex: Image on the right results in the dark tree becoming completely black, and the white snow becoming complete white.
  • 14.  Blob Counter involves in detecting regions in a digital image that differ in properties, such as brightness or color.  They are used to obtain regions of interest for further processing.  Blob descriptor can also be used for peak detection with application to segmentation.
  • 15.  Median Filter is a non-linear method used to remove noise from images.  It’s very effective while preserving edges.  It works by moving through the image pixel by pixel, replacing each value with the median value of neighboring pixel.
  • 16.
  • 17.  Image Segmentation is the process of partitioning a digital image into multiple segments.  They simplify and/or change the representation of an image into something easier to analyze.  Resultant of segmentation is a set of segments that collectively cover the entire image.
  • 18.
  • 19.  Neural Networks process information in a similar way the human brain does.  The Network is composed of a large no. of highly interconnected processing elements, working in parallel to solve a specific problem.
  • 20.  Captures the numeric area of the meter.  The camera is provided with the adjustable square to capture the numeric area of meter.
  • 21.  Provides access to the walk order services.  Enables the reader to view the houses to be covered on a specific day.
  • 22.  Company tends to have a better communication with consumers.  Bill is processed by the system, billing details are sent via sms.  MoBEBIS provides better services as follows
  • 23.  Requesting Bill upto Current Date/ Last Bill Consumer can make a request via SMS. Eg - REQ TODAY [AccNo][Current Reading]. REQ LAST [AccNo]  Subscribing and Unsubscribing to the Services Consumer can subscribe and Unsubscribing to/from services via SMS. Eg - REQ [SUB/UNSUB] [AccNo] [ServiceNo].
  • 24. #include<stdio.h> #include<stdlib.h> void main() { float Or=0,Nr=0,p=2.70,unit=0; printf("n Enter the Old Reading :"); scanf("%f",&Or); printf("n Enter the New Reading :"); scanf("%f",&Nr); unit=Nr-Or; printf("n Number of Units Consumed:%f",unit); printf("n Price for Consumption :%f",(p*unit)); }
  • 25. Enter the Old Reading :2015 Enter the New Reading :2124 Number of Units Consumed:109.0 Price for Consumption : 294.30
  • 26.  Optimize time.  24/7 Connectivity.  Immediate Access.  Better Security.  Reliable and Effective Communication.  Wide Flexibility.
  • 27.  Exploits issues related to the manual electricity billing system.  Enhances the interaction between customer and Electricity Board.  Resolves issue of human errors and satisfies the people by various services.  Technology is utilized effectively.
  • 28.  Siemens, "Smart Metering Solution", Siemens Projects, http: // www.Smart/ 20Metering/ 20Solution/ 20-/ 20Siemens. html, 2010, [online].  A C S Athukorala , I S Dewasurendra, P J wijerathne, I Pothuvila , Remote Electricity Billing System , Sri Lanka Institute of Information Technology,Malabe, 2011.  Excelorn Software,”Prepais Utility Services”, http: // www.execeleron.com/,2010,[online].  REST Service, http: // www.codeproject. com/ Articles/112470/ Developing-a-REST-Web-Service-using-C-A-walkthrough,[Online]