SlideShare a Scribd company logo
Major Project on
     “AUTOMATED WIRELESS METER READING”
Under the guidance of:        By:
Dr. K. P. Shivamurthy     Gaurav(1SI09EE016)
Associate Professor       Pallavi Singh(1SI09EE036)
Dept. of E&EE             Ruchi (1SI09EE046)
S.I.T, Tumkur             Nishant(1SI09EE063)
Introduction
 With growing population and number of houses it is
  very difficult to measure and record power
  consumption in urban areas.
 Skyscrapers make it still difficult for manual meter
  reading as it is time consuming and prone to human
  errors.
 It is very much required that an automated meter
  reading system must be evolved so that the process of
  recording of energy consumption in households and
  industry can be made easier and accurate.
Literature Survey
 As commercial use of electric energy spread in the
  1880s, it became increasingly important that an
  electric energy meter should be employed.
 When electricity was commercialized there were no
  electric meters, instead they use to bill for a fixed
  number of lamps per month.
 Several attempts were made by the great scientists to
  develop a device to measure the amount of electric
  energy consumed known as Electricity energy
  meter.
What is an Electricity energy meter?
 It is a device that measures the amount of electric
  energy consumed by a residence, business or an electrically
  powered device. Electricity meters are typically calibrated
  in billing units, the most common one being the kilowatt
  hour [kWh].
 Electricity meters operate by continuously measuring the
  instantaneous voltage (volts) and current (amperes) and
  finding the product of these to give
  instantaneous electrical power (watts) which is
  then integrated against time to give energy used
  (in joules, kilowatt-hours etc.).
Problems With The Existing Energy Meter
 A great number of inspectors have to be employed for
  reading the meters.

 Sending out bills is an expensive procedure.

 Processing payments is even more
  expensive, requiring a large number of employees.

 Single tariff constrains effective usage of electricity.
  Power distribution companies can't discourage peak
  time usage by extremely high tariff .
Existing Meter
Automated Metering System
This system will comprise of :-
 Meter Reading Retrieval Unit which consists 8-bit
  Atmel Mega32 Microcontrollers (AVR) and Zigbee
  interface for high speed data transfer.
 A Wireless Personal Area Network (WPAN) which
  will use Zigbee Specification to transfer recorded
  itemized data.
 Handheld Device which will be used as buffer to
  collect data from meter wirelessly and transfer it to
  computer.
Fundamental block diagram
Project Overview
The design of this project will consist of three stages:-
 Meter Reading Retrieval Unit using AVR and Zigbee
  Transceiver.

 Designing of dedicated Wireless network Protocol
  using Zigbee.

 Handheld device for collecting reading from Meters
  wirelessly.
Implementation
 First, host (handheld device) sends request for
  retrieval of data (meter reading).
 Clients (Electric Meter) receives request and sends a
  packet containing current reading (payload) with its
  client ID (Unique for each electric meter) to host.
 Host receives packet, extract payload (reading) and
  client ID
 This information is stored in handheld device’s
  memory in form of database.
Block diagram for implementation
 Steps of implementation are as shown
Digital Energy Meter
 The digital energy meter measures AC
 power, instantaneous and average, 0–1200 W, as well as
 measure AC energy consumption in kilowatt-hours (or
 watt-hours).

 It provides digital readout of power and energy.
Digital Meter Block Diagram
Working of Digital Meter

 The power-supply subsystem supplies DC power to the
  other subsystems.
 The microcontroller and A/D subsystem acquire data
  and compute power readings that are then displayed
  by the LCD subsystem.
 The power mode displays the power consumed in
  watts. By accumulating power over time, the energy
  mode will display watt-hours or kilowatt-hours.
Atmel Mega32 Microcontroller
 The Atmel AVR ATmega32 is a low-power CMOS 8-bit
  microcontroller based on the AVR enhanced RISC
  architecture.

 By executing powerful instructions in a single clock
  cycle, the ATmega32 achieves throughputs
  approaching 1 MIPS per MHz allowing the system
  designer to optimize power consumption versus
  processing speed.
Pin configuration of ATmega32
General pins in use
 VCC                 Digital supply voltage.
 GND                 Ground.
 Port A (PA7..PA0)   Port A serves as the analog inputs
                       to the A/D Converter.
 RESET               Reset Input
 XTAL1               Input to the inverting Oscillator
                      amplifier and input to the internal
                      clock operating circuit.
 XTAL2                 Output from the inverting Oscillator amplifier.
 AVCC                AVCC is the supply voltage pin for Port A and the
                       A/D Converter.
 AREF                  AREF is the analog reference pin for the
                        A/D Converter.
Architectural Overview
 In order to maximize performance and parallelism, the
  AVR uses a Harvard architecture – with separate
  memories and buses for program and data.
 . The fast-access Register File contains 32 × 8-bit
  general purpose working registers with a single clock
  cycle access time .
 This allows single-cycle Arithmetic Logic Unit (ALU)
  operation.
AVR Core block diagram
USART
 The Universal Synchronous and Asynchronous serial
    Receiver and Transmitter (USART) is a highly flexible
    serial communication device.
   Full Duplex Operation (Independent Serial Receive
    and Transmit Registers)
   Asynchronous or Synchronous Operation
   Master or Slave Clocked Synchronous Operation
    Framing Error Detection
   Noise Filtering Includes False Start Bit Detection and
    Digital Low Pass Filter
Analog to Digital Converter
 The ATmega32 features a 10-bit successive approximation
    ADC.
    10-bit Resolution
    0.5 LSB Integral Non-linearity
    ±2 LSB Absolute Accuracy
    13 μs - 260 μs Conversion Time
    Up to 15 kSPS at Maximum Resolution
    8 Multiplexed Single Ended Input Channels
    7 Differential Input Channels
    2 Differential Input Channels with Optional Gain of 10x
    and 200x
Zigbee
 ZigBee is one of the newest technologies enabling
  Wireless Personal Area Networks (WPAN).

 The specification characterized by low data rates and
  very low power consumption is revolutionising home
  networking.

 ZigBee is an established set of specifications for
  wireless personal area networking (WPAN), i.e. digital
  radio connections between computers and related
  devices.
Zigbee device construction
ZigBee Network
Technology Comparisons
Handheld Device
 The handheld will consist of an ARM based device that
 will store data collected from all the meters onto a SD
 card.




 This data will then be transferred on to a computer
 using a wired connection.
Block Diagram of Handheld Device
Serial Peripheral Interface Bus
 It is a synchronous serial data link standard, named
  by Motorola that operates in full duplex mode.

 Devices communicate in master/slave mode where the
  master device initiates the data frame.

 Multiple slave devices are allowed with
  individual slave select (chip select) lines.
Advantages
 can be used in large malls and commercial building
    where monitoring is impossible by inspection.
   In large area of installation we can easily set it up by
    use of amplification circuit on lines.
   Using Zigbee interface Power can be saved, as a result
    of the short working period, low power consumption
    of communication, and standby mode.
   Safe house monitoring.
   Low power consumption and easy to maintain and
    repair.
   ZigBee provides a data integrity check and
    authentication function, which provides data security
    during transmission.
Hope and Dream
THANK YOU

More Related Content

PPTX
Major Project PPT presentation
PPTX
Prepaid energy meter with theft detection
PPT
PASSWORD BASED ON/OFF CKT BREAKER
PPTX
Ppt gsm based automatic energy meter
PDF
Main project report on GSM BASED WIRELESS NOTICE BOARD
PPTX
Speed Control of DC Motor using Microcontroller
DOCX
engineering electronics project report
PPT
electrical engineering project
Major Project PPT presentation
Prepaid energy meter with theft detection
PASSWORD BASED ON/OFF CKT BREAKER
Ppt gsm based automatic energy meter
Main project report on GSM BASED WIRELESS NOTICE BOARD
Speed Control of DC Motor using Microcontroller
engineering electronics project report
electrical engineering project

What's hot (20)

PPTX
IoT home automation project
PPTX
Smart car parking system
PPS
Presentation on home automation
PPTX
SMART CAR-PARKING SYSTEM USING IOT
PPTX
SMART NOTE TAKER
DOCX
wireless notice board
PPTX
CSE Final Year Project Presentation on Android Application
PPTX
Smart street lighting control system project PPT
PPTX
RFID based smart shopping cart and billing system
DOCX
Smart parking system
PPT
Smart note-taker
PPTX
Hybrid electric vehicle Seminar Presentation
PDF
Embedded System in Automobiles
DOCX
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
DOCX
Embedded system for traffic light control
PPT
Screenless Display PPT
PPTX
ANTI THEFT PPT
PPTX
automatic number plate recognition
PPTX
smart parking system
PDF
Women Safety Night Patrolling Robot Using IOT
IoT home automation project
Smart car parking system
Presentation on home automation
SMART CAR-PARKING SYSTEM USING IOT
SMART NOTE TAKER
wireless notice board
CSE Final Year Project Presentation on Android Application
Smart street lighting control system project PPT
RFID based smart shopping cart and billing system
Smart parking system
Smart note-taker
Hybrid electric vehicle Seminar Presentation
Embedded System in Automobiles
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Embedded system for traffic light control
Screenless Display PPT
ANTI THEFT PPT
automatic number plate recognition
smart parking system
Women Safety Night Patrolling Robot Using IOT
Ad

Viewers also liked (20)

PPTX
Final Year Project Presentation
PPTX
Major Project Final powerpoint
PPTX
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
PPTX
Power theft detection
PPTX
Ppt power theft identification and detection using gsm
PPTX
Final Year Project Presentation
PPTX
Smart energy meter (Updated)
PPTX
Presentation on project report
PDF
Major Project Presentation
PPTX
Low cost ppt final
PDF
Ieeepro techno solutions ieee 2014 embedded project gsm based automatic e...
PPTX
Zigbee Based Solar Light System By Using LDR
PPTX
Presentation on power distribution, operation and maintenance in comilla pbs 1
PPTX
Statcom control scheme for power quality improvement of grid connected wind e...
PPT
Automatic control of street light using LDR
PPTX
automatic street light
PPT
Final Year Project
PPT
OpenDataWeek Marseille 2013 : Luca Gerretta -- Harmonising open data policies...
PPTX
6 months project based mca training program
PDF
Designing of an automated power meter reading
Final Year Project Presentation
Major Project Final powerpoint
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
Power theft detection
Ppt power theft identification and detection using gsm
Final Year Project Presentation
Smart energy meter (Updated)
Presentation on project report
Major Project Presentation
Low cost ppt final
Ieeepro techno solutions ieee 2014 embedded project gsm based automatic e...
Zigbee Based Solar Light System By Using LDR
Presentation on power distribution, operation and maintenance in comilla pbs 1
Statcom control scheme for power quality improvement of grid connected wind e...
Automatic control of street light using LDR
automatic street light
Final Year Project
OpenDataWeek Marseille 2013 : Luca Gerretta -- Harmonising open data policies...
6 months project based mca training program
Designing of an automated power meter reading
Ad

Similar to Major project presentation (20)

PDF
H24051055
PDF
Ff25965968
PDF
A Generalized Multistage Economic Planning Model for Distribution System Cont...
PDF
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
DOCX
Power Measurement with IoT
PDF
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
PDF
IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
PDF
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
PDF
DOCX
Wireless energy meter monitoring with automated tariff calculation
PPTX
MICROPROCESSOR BASED SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE ENERGY GENER...
PPTX
Batch-C10.pptx
PPTX
ESP8266 MICROCONTROLLER APPLICATION IN WIRELESS SYNCHRONIZATION TASKS.pptx
PDF
POWER CONSUMPTION DETECTING AND ALERTING SYSTEM
PDF
IRJET - ATMEGA 328P based Smart Energy Meter Test Jig using PLX-DAX
PPTX
Intelligent Electric Power Management Using Zigbee with Advanced Metering Inf...
PDF
POWER CONSUMING SYSTEM USING WSN IN HEMS
PPT
Wireless Gesture Controlled Tank Toy- Transmitter
PPTX
Remote-Monitoring and Energy-Saving Room Architecture with Security System ba...
PPTX
Microcontroller and GSM based power measurement and monitoring system.pptx
H24051055
Ff25965968
A Generalized Multistage Economic Planning Model for Distribution System Cont...
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
Power Measurement with IoT
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
Wireless energy meter monitoring with automated tariff calculation
MICROPROCESSOR BASED SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE ENERGY GENER...
Batch-C10.pptx
ESP8266 MICROCONTROLLER APPLICATION IN WIRELESS SYNCHRONIZATION TASKS.pptx
POWER CONSUMPTION DETECTING AND ALERTING SYSTEM
IRJET - ATMEGA 328P based Smart Energy Meter Test Jig using PLX-DAX
Intelligent Electric Power Management Using Zigbee with Advanced Metering Inf...
POWER CONSUMING SYSTEM USING WSN IN HEMS
Wireless Gesture Controlled Tank Toy- Transmitter
Remote-Monitoring and Energy-Saving Room Architecture with Security System ba...
Microcontroller and GSM based power measurement and monitoring system.pptx

Recently uploaded (20)

PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
GamePlan Trading System Review: Professional Trader's Honest Take
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Cloud computing and distributed systems.
PDF
Empathic Computing: Creating Shared Understanding
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Approach and Philosophy of On baking technology
PDF
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Advanced IT Governance
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
cuic standard and advanced reporting.pdf
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Machine learning based COVID-19 study performance prediction
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
CIFDAQ's Market Insight: SEC Turns Pro Crypto
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Reach Out and Touch Someone: Haptics and Empathic Computing
Unlocking AI with Model Context Protocol (MCP)
Diabetes mellitus diagnosis method based random forest with bat algorithm
GamePlan Trading System Review: Professional Trader's Honest Take
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Cloud computing and distributed systems.
Empathic Computing: Creating Shared Understanding
Advanced methodologies resolving dimensionality complications for autism neur...
Approach and Philosophy of On baking technology
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
MYSQL Presentation for SQL database connectivity
Advanced IT Governance
Review of recent advances in non-invasive hemoglobin estimation
cuic standard and advanced reporting.pdf
Understanding_Digital_Forensics_Presentation.pptx
Dropbox Q2 2025 Financial Results & Investor Presentation
Machine learning based COVID-19 study performance prediction

Major project presentation

  • 1. Major Project on “AUTOMATED WIRELESS METER READING” Under the guidance of: By: Dr. K. P. Shivamurthy Gaurav(1SI09EE016) Associate Professor Pallavi Singh(1SI09EE036) Dept. of E&EE Ruchi (1SI09EE046) S.I.T, Tumkur Nishant(1SI09EE063)
  • 2. Introduction  With growing population and number of houses it is very difficult to measure and record power consumption in urban areas.  Skyscrapers make it still difficult for manual meter reading as it is time consuming and prone to human errors.  It is very much required that an automated meter reading system must be evolved so that the process of recording of energy consumption in households and industry can be made easier and accurate.
  • 3. Literature Survey  As commercial use of electric energy spread in the 1880s, it became increasingly important that an electric energy meter should be employed.  When electricity was commercialized there were no electric meters, instead they use to bill for a fixed number of lamps per month.  Several attempts were made by the great scientists to develop a device to measure the amount of electric energy consumed known as Electricity energy meter.
  • 4. What is an Electricity energy meter?  It is a device that measures the amount of electric energy consumed by a residence, business or an electrically powered device. Electricity meters are typically calibrated in billing units, the most common one being the kilowatt hour [kWh].  Electricity meters operate by continuously measuring the instantaneous voltage (volts) and current (amperes) and finding the product of these to give instantaneous electrical power (watts) which is then integrated against time to give energy used (in joules, kilowatt-hours etc.).
  • 5. Problems With The Existing Energy Meter  A great number of inspectors have to be employed for reading the meters.  Sending out bills is an expensive procedure.  Processing payments is even more expensive, requiring a large number of employees.  Single tariff constrains effective usage of electricity. Power distribution companies can't discourage peak time usage by extremely high tariff .
  • 7. Automated Metering System This system will comprise of :-  Meter Reading Retrieval Unit which consists 8-bit Atmel Mega32 Microcontrollers (AVR) and Zigbee interface for high speed data transfer.  A Wireless Personal Area Network (WPAN) which will use Zigbee Specification to transfer recorded itemized data.  Handheld Device which will be used as buffer to collect data from meter wirelessly and transfer it to computer.
  • 9. Project Overview The design of this project will consist of three stages:-  Meter Reading Retrieval Unit using AVR and Zigbee Transceiver.  Designing of dedicated Wireless network Protocol using Zigbee.  Handheld device for collecting reading from Meters wirelessly.
  • 10. Implementation  First, host (handheld device) sends request for retrieval of data (meter reading).  Clients (Electric Meter) receives request and sends a packet containing current reading (payload) with its client ID (Unique for each electric meter) to host.  Host receives packet, extract payload (reading) and client ID  This information is stored in handheld device’s memory in form of database.
  • 11. Block diagram for implementation  Steps of implementation are as shown
  • 12. Digital Energy Meter  The digital energy meter measures AC power, instantaneous and average, 0–1200 W, as well as measure AC energy consumption in kilowatt-hours (or watt-hours).  It provides digital readout of power and energy.
  • 14. Working of Digital Meter  The power-supply subsystem supplies DC power to the other subsystems.  The microcontroller and A/D subsystem acquire data and compute power readings that are then displayed by the LCD subsystem.  The power mode displays the power consumed in watts. By accumulating power over time, the energy mode will display watt-hours or kilowatt-hours.
  • 15. Atmel Mega32 Microcontroller  The Atmel AVR ATmega32 is a low-power CMOS 8-bit microcontroller based on the AVR enhanced RISC architecture.  By executing powerful instructions in a single clock cycle, the ATmega32 achieves throughputs approaching 1 MIPS per MHz allowing the system designer to optimize power consumption versus processing speed.
  • 17. General pins in use  VCC Digital supply voltage.  GND Ground.  Port A (PA7..PA0) Port A serves as the analog inputs to the A/D Converter.  RESET Reset Input  XTAL1 Input to the inverting Oscillator amplifier and input to the internal clock operating circuit.  XTAL2 Output from the inverting Oscillator amplifier.  AVCC AVCC is the supply voltage pin for Port A and the A/D Converter.  AREF AREF is the analog reference pin for the A/D Converter.
  • 18. Architectural Overview  In order to maximize performance and parallelism, the AVR uses a Harvard architecture – with separate memories and buses for program and data.  . The fast-access Register File contains 32 × 8-bit general purpose working registers with a single clock cycle access time .  This allows single-cycle Arithmetic Logic Unit (ALU) operation.
  • 19. AVR Core block diagram
  • 20. USART  The Universal Synchronous and Asynchronous serial Receiver and Transmitter (USART) is a highly flexible serial communication device.  Full Duplex Operation (Independent Serial Receive and Transmit Registers)  Asynchronous or Synchronous Operation  Master or Slave Clocked Synchronous Operation  Framing Error Detection  Noise Filtering Includes False Start Bit Detection and Digital Low Pass Filter
  • 21. Analog to Digital Converter  The ATmega32 features a 10-bit successive approximation ADC.  10-bit Resolution  0.5 LSB Integral Non-linearity  ±2 LSB Absolute Accuracy  13 μs - 260 μs Conversion Time  Up to 15 kSPS at Maximum Resolution  8 Multiplexed Single Ended Input Channels  7 Differential Input Channels  2 Differential Input Channels with Optional Gain of 10x and 200x
  • 22. Zigbee  ZigBee is one of the newest technologies enabling Wireless Personal Area Networks (WPAN).  The specification characterized by low data rates and very low power consumption is revolutionising home networking.  ZigBee is an established set of specifications for wireless personal area networking (WPAN), i.e. digital radio connections between computers and related devices.
  • 26. Handheld Device  The handheld will consist of an ARM based device that will store data collected from all the meters onto a SD card.  This data will then be transferred on to a computer using a wired connection.
  • 27. Block Diagram of Handheld Device
  • 28. Serial Peripheral Interface Bus  It is a synchronous serial data link standard, named by Motorola that operates in full duplex mode.  Devices communicate in master/slave mode where the master device initiates the data frame.  Multiple slave devices are allowed with individual slave select (chip select) lines.
  • 29. Advantages  can be used in large malls and commercial building where monitoring is impossible by inspection.  In large area of installation we can easily set it up by use of amplification circuit on lines.  Using Zigbee interface Power can be saved, as a result of the short working period, low power consumption of communication, and standby mode.  Safe house monitoring.  Low power consumption and easy to maintain and repair.  ZigBee provides a data integrity check and authentication function, which provides data security during transmission.