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

PDF
Final Year Project Report Sample for Engineers - IIT and State University
Hitesh Sharma
 
PPT
Final Year Project
Muhammad Khan
 
PPTX
Calculation of electrical load of building
niraj2510
 
PPTX
Nature and scope of meantal health nursing - Presented By Mohammed Haroon Ra...
Haroon Rashid
 
PPTX
Finite state machines
dennis gookyi
 
PPTX
1.fyp presentation
KayDrive
 
PPTX
Three phase transformer
Muhammadhamad24
 
PPT
Chat application
Mudasir Sunasara
 
Final Year Project Report Sample for Engineers - IIT and State University
Hitesh Sharma
 
Final Year Project
Muhammad Khan
 
Calculation of electrical load of building
niraj2510
 
Nature and scope of meantal health nursing - Presented By Mohammed Haroon Ra...
Haroon Rashid
 
Finite state machines
dennis gookyi
 
1.fyp presentation
KayDrive
 
Three phase transformer
Muhammadhamad24
 
Chat application
Mudasir Sunasara
 

What's hot (20)

PPTX
Password based door locking system
Arjun Singh
 
PPTX
THIRED YEAR MINI PROJECT PPT
MATHAVAN S
 
PPT
Industrial training ppt.
Tarun Sharma
 
PDF
Internship Report on IOT & Robotics
Aman Jaiswal
 
PPTX
Density based traffic signal system
Edgefxkits & Solutions
 
PPTX
IOT BASED SMART AGRICULTURE
sree vidyanikethan engineering college
 
DOCX
Traffic light controller
" Its-CooL " is said " Iskool "
 
PPT
SOLAR MOBILE CHARGER
Rakesh Kumar Vidyarthi
 
PPTX
SMART CAR-PARKING SYSTEM USING IOT
Saipandu143
 
PPTX
Smart dustbin using arduino and ultrasonic sensor
ShaikhMohammedAmmar
 
PPTX
SMART TRAFFIC CONTROL
thrishna Jayaraj
 
PPTX
SMART CAR-PARKING SYSTEM USING IOT
Saipandu143
 
PPTX
Smart dustbin
Arnab Ghosal
 
PPTX
smart parking system
Che Tna
 
PPTX
Final Year Project Presentation
Syed Absar
 
PPTX
Home automation ppt
Anshul97842474929
 
PPS
Presentation on home automation
Subhash Kumar Yadav
 
PPTX
home automation using esp8266
smit bakori
 
PPTX
Smart Irrigation System
RaviShankarSinghal
 
PPTX
AUTOMATIC RAILWAY GATE CONTROL SYSTEM
JOLLUSUDARSHANREDDY
 
Password based door locking system
Arjun Singh
 
THIRED YEAR MINI PROJECT PPT
MATHAVAN S
 
Industrial training ppt.
Tarun Sharma
 
Internship Report on IOT & Robotics
Aman Jaiswal
 
Density based traffic signal system
Edgefxkits & Solutions
 
IOT BASED SMART AGRICULTURE
sree vidyanikethan engineering college
 
Traffic light controller
" Its-CooL " is said " Iskool "
 
SOLAR MOBILE CHARGER
Rakesh Kumar Vidyarthi
 
SMART CAR-PARKING SYSTEM USING IOT
Saipandu143
 
Smart dustbin using arduino and ultrasonic sensor
ShaikhMohammedAmmar
 
SMART TRAFFIC CONTROL
thrishna Jayaraj
 
SMART CAR-PARKING SYSTEM USING IOT
Saipandu143
 
Smart dustbin
Arnab Ghosal
 
smart parking system
Che Tna
 
Final Year Project Presentation
Syed Absar
 
Home automation ppt
Anshul97842474929
 
Presentation on home automation
Subhash Kumar Yadav
 
home automation using esp8266
smit bakori
 
Smart Irrigation System
RaviShankarSinghal
 
AUTOMATIC RAILWAY GATE CONTROL SYSTEM
JOLLUSUDARSHANREDDY
 
Ad

Viewers also liked (20)

PPTX
Major Project Final powerpoint
Rachel Donley
 
PPTX
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
SRINIVAS REDDY
 
PPTX
Power theft detection
Aravind Shaji
 
PPTX
Ppt power theft identification and detection using gsm
radha krishna
 
PPTX
Final Year Project Presentation
Ghulam Mustafa Vira
 
PPTX
Smart energy meter (Updated)
Dnyanesh Patil
 
PPTX
Presentation on project report
ramesh_x
 
PDF
Major Project Presentation
Bhupendra Pratap Singh
 
PPTX
Low cost ppt final
Jeff Joseph
 
PDF
Ieeepro techno solutions ieee 2014 embedded project gsm based automatic e...
srinivasanece7
 
PPTX
Zigbee Based Solar Light System By Using LDR
JOLLUSUDARSHANREDDY
 
PPTX
Presentation on power distribution, operation and maintenance in comilla pbs 1
Kawsar Ahmed
 
PPTX
Statcom control scheme for power quality improvement of grid connected wind e...
Kinnera Kin
 
PPT
Automatic control of street light using LDR
Devang Loharikar
 
PPTX
automatic street light
Anish Anand
 
PPT
OpenDataWeek Marseille 2013 : Luca Gerretta -- Harmonising open data policies...
Fing
 
PPTX
6 months project based mca training program
DUCC Systems
 
PDF
Designing of an automated power meter reading
Manoj Kollam
 
PPT
ElcĂłlera patriciaruiz
Patricia Ruiz
 
DOCX
Wireless energy meter monitoring with automated tariff calculation
Udayalakshmi JK
 
Major Project Final powerpoint
Rachel Donley
 
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
SRINIVAS REDDY
 
Power theft detection
Aravind Shaji
 
Ppt power theft identification and detection using gsm
radha krishna
 
Final Year Project Presentation
Ghulam Mustafa Vira
 
Smart energy meter (Updated)
Dnyanesh Patil
 
Presentation on project report
ramesh_x
 
Major Project Presentation
Bhupendra Pratap Singh
 
Low cost ppt final
Jeff Joseph
 
Ieeepro techno solutions ieee 2014 embedded project gsm based automatic e...
srinivasanece7
 
Zigbee Based Solar Light System By Using LDR
JOLLUSUDARSHANREDDY
 
Presentation on power distribution, operation and maintenance in comilla pbs 1
Kawsar Ahmed
 
Statcom control scheme for power quality improvement of grid connected wind e...
Kinnera Kin
 
Automatic control of street light using LDR
Devang Loharikar
 
automatic street light
Anish Anand
 
OpenDataWeek Marseille 2013 : Luca Gerretta -- Harmonising open data policies...
Fing
 
6 months project based mca training program
DUCC Systems
 
Designing of an automated power meter reading
Manoj Kollam
 
ElcĂłlera patriciaruiz
Patricia Ruiz
 
Wireless energy meter monitoring with automated tariff calculation
Udayalakshmi JK
 
Ad

Similar to Major project presentation (20)

PPTX
Intelligent Electric Power Management Using Zigbee with Advanced Metering Inf...
Akbar Badusha
 
PDF
IRJET- Transformer Monitoring and Protection System using AVR Atmega16 Mi...
IRJET Journal
 
PPT
Digital energy meter
preeti naga
 
PPT
Basic principle of Numeric relay and static relay.ppt
Sri Ramakrishna Institute of Technology
 
PDF
Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...
IJTET Journal
 
PDF
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
paperpublications3
 
PDF
Smart power new
Luciano Minerva
 
PDF
Joseph Staniowski - Design Project
Joseph Staniowski
 
PDF
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
paperpublications3
 
PPTX
Modern Electricity Billing System.pptx
SudhanshuNajawan1
 
PDF
Speed control of single phase induction motor by android bluetooth
IRJET Journal
 
PPTX
Ppt gsm based automatic energy meter
Khiti Ranjan jena
 
PPT
Design Of Intelligent Cloud Based Remote Electricity Metering and Billing Sys...
nanipavan830
 
PPTX
AUTOMATIC WIRELESS POWER GRID CONTROL
Shiv Kapil
 
PPTX
IOT-Based-Energy-Meter and smart jome appliances.pptx
SatyaSaiRohitDasari
 
PDF
IRJET - Design and Implementation of RF based Wireless Home Automation System
IRJET Journal
 
DOCX
4 Way traffic controll new
Mainak Nandi
 
PPTX
Water environment measuring system using ph sensor
Suresh Babu
 
PPTX
A Portable Wearable Tele-ECG Monitoring System.pptx
raskajm
 
PPT
Monitoring and data logging system for a generator
Moon Shahzad
 
Intelligent Electric Power Management Using Zigbee with Advanced Metering Inf...
Akbar Badusha
 
IRJET- Transformer Monitoring and Protection System using AVR Atmega16 Mi...
IRJET Journal
 
Digital energy meter
preeti naga
 
Basic principle of Numeric relay and static relay.ppt
Sri Ramakrishna Institute of Technology
 
Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...
IJTET Journal
 
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
paperpublications3
 
Smart power new
Luciano Minerva
 
Joseph Staniowski - Design Project
Joseph Staniowski
 
Design and Implementation of Wireless Sensor Node for WSN for Automatic Meter...
paperpublications3
 
Modern Electricity Billing System.pptx
SudhanshuNajawan1
 
Speed control of single phase induction motor by android bluetooth
IRJET Journal
 
Ppt gsm based automatic energy meter
Khiti Ranjan jena
 
Design Of Intelligent Cloud Based Remote Electricity Metering and Billing Sys...
nanipavan830
 
AUTOMATIC WIRELESS POWER GRID CONTROL
Shiv Kapil
 
IOT-Based-Energy-Meter and smart jome appliances.pptx
SatyaSaiRohitDasari
 
IRJET - Design and Implementation of RF based Wireless Home Automation System
IRJET Journal
 
4 Way traffic controll new
Mainak Nandi
 
Water environment measuring system using ph sensor
Suresh Babu
 
A Portable Wearable Tele-ECG Monitoring System.pptx
raskajm
 
Monitoring and data logging system for a generator
Moon Shahzad
 

Recently uploaded (20)

PDF
Software Development Methodologies in 2025
KodekX
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PDF
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
PDF
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
PDF
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PPTX
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
PPTX
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
PDF
Advances in Ultra High Voltage (UHV) Transmission and Distribution Systems.pdf
Nabajyoti Banik
 
PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
PPTX
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
PDF
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
PDF
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
PDF
Get More from Fiori Automation - What’s New, What Works, and What’s Next.pdf
Precisely
 
Software Development Methodologies in 2025
KodekX
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
Advances in Ultra High Voltage (UHV) Transmission and Distribution Systems.pdf
Nabajyoti Banik
 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
Get More from Fiori Automation - What’s New, What Works, and What’s Next.pdf
Precisely
 

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.