SlideShare a Scribd company logo
1 of 24
GSM BASED PREPAID ENERGY
METER BILLING VIA SMS
GUIDED BY:
CH. RAJASEKHARA REDDY M.Tech,
TEAM MEMBERS:
B.TEJASWI (10MH1A0467)
T.SRINIVASA REDDY (10MH1A04B3)
M.B.V.B.M.SEKHAR (10MH1A0490)
M.N.S.RAVI TEJA (10MH1A0489)
P.CHARAN TEJA (10MH1A04A5)
ABSTRACT
 The main objective of the project is to develop a
prepaid energy meter.
 The microcontroller takes the reading from the energy
meter and displays the reading on the LCD. The reading
of the energy meter is also sent to the cell phone of the
user by a message through GSM modem.
 This project is powered by an on-board power supply
takes the ac power and converts it into dc power that is
fed to on-board devices and integrated circuits.
BLOCK DIAGRAM
HARDWARE
REQUIREMENTS:
 8051 MICROCONTROLLER
 GSM MODEM
 LCD
 LED
 RESISTORS
 CAPACITORS
 DIODES
 TRANSFORMER
 REGULATOR
 RELAY
 ENERGYMETER
 LAMP
SOFTWARE
REQUIREMENTS:
 KEIL COMPILER
 EMBEDED C
HARDWARE REQUIREMENTS
ENERGY METER:
• An energy or electric meter is a device that measures the
amount of electrical energy consumed by a residence,
business, or an electrically-powered device.
• Electric meters are typically calibrated in billing units, the
most common one being the kilowatt hour.
MICROCONTROLLER:
• AT89S51
• It is a smaller computer
• Has on-chip RAM, ROM, I/O ports...
RAM ROM
I/O
Port
Timer
Serial
COM
Port
Microcontroller
CPU
A single chip
Features of AT89S51/52:
 Compatible with MCS®-51 Products
 8K Bytes of In-System Programmable (ISP) Flash Memory
 Endurance: 10,000 Write/Erase Cycles
 4.0V to 5.5V Operating Range
 Fully Static Operation: 0 Hz to 33 MHz
 256 x 8-bit Internal RAM
 32 Programmable I/O Lines
 Three 16-bit Timer/Counters
 Full Duplex UART Serial Channel
 Interrupt Recovery from Power-down Mode
 Watchdog Timer
 Dual Data Pointer
PIN DIAGRAM OF AT89S51:
• 40 Pin IC
• 4 Ports
• 32 Programmable I/O Lines
230 V AC
50 Hz
Bridge
rectifier
Filter(470µf)
5v Regulator
5V DC
12V step down
transformer
POWER SUPPLY:
SERIAL COMMUNICATION
• used for all long-haul communication
• Cables that carry serial data
• RS232 carries serial data in between micro controller
and MODEM through DB9 connector
MAX 232:
The MAX232 is an integrated circuit that converts signals from
an RS-232serial port to signals suitable for use in TTL
compatible digital logic circuits.
The MAX232 is a dual driver/receiver and typically converts
the RX, TX, CTS and RTS signals .
When a MAX232 IC receives a TTL level
to convert, it changes a TTL Logic 0 to
between +3 and +15V, and changes TTL
Logic 1 to between -3 to -15V, and vice
versa for converting from RS232 to TTL.
DB9 CONNECTOR:
• The DB9 (originally DE-9) connector is an analog 9-
pin plug of the D-Sub miniature connector family (D-
Sub or Sub-D).
A relay is an electrically operated switch. Many relays
use an electromagnet to mechanically operate a switch,
but other operating principles are also used, such
as solid-state relays.
Relays are used where it is necessary to control a circuit
by a low-power signal (with complete electrical isolation
between control and controlled circuits), or where
several circuits must be controlled by one signal.
Relays with calibrated operating characteristics and
sometimes multiple operating coils are used to protect
electrical circuits from overload or faults
RELAY:
GSM COMMUNICATION
 The term GSM usually means the GSM standard
and protocols in the frequency spectrum around
900MHz.
 Mobile Station:
The MS is the physical equipment used by a
subscriber, most often a normal hand-held cellular
telephone.
 Base transceiver station:
The BTS comprises the radio transmission and
reception devices, and also manages the signal
processing related to the air interface.
GSM MODEM:
A GSM modem is a specialized type of modem which accepts a SIM
card, and operates over a subscription to a mobile operator, just like a
mobile phone.
From the mobile operator perspective, a GSM modem looks just like
a mobile phone.
When a GSM modem is connected to a computer, this allows the
computer to use the GSM modem to communicate over the mobile
network.
While these GSM modems are most frequently used to provide
mobile internet connectivity, many of them can also be used for
sending and receiving SMS and
MMS messages.
IR LED:
 An IR LED, also known as IR transmitter, is a special purpose
LED that transmits infrared rays in the range of 760 nm
wavelength.
The appearance is same as a common LED. Since the human eye
cannot see the infrared radiations.
The camera can show us the IR rays being emanated from the IR
LED in a circuit.
LIQUID CRYSTAL DISPLAY (LCD):
Most common LCDs connected to the microcontrollers are 16x2
and 20x2 displays.
This means 16 characters per line by 2 lines and 20 characters per
line by 2 lines, respectively.
DISPLAY UNIT
LCD BACKGROUND:
If an 8-bit data bus is used the LCD will require 11 data lines
(3 control lines plus the 8 lines for the data bus)
The three control lines are referred to as EN, RS, and RW
EN=Enable (used to tell the LCD that you are sending it data)
RS=Register Select (When RS is low (0), data is treated as a command)
(When RS is High(1), data being sent is text data )
R/W=Read/Write (When RW is low (0), the data written to the LCD)
(When RW is high (1), the data reading to the LCD)
SOFTWARE REQUIREMENTS
Keil an ARM Company makes C compilers, macro assemblers,
real-time kernels, debuggers, simulators, integrated environments,
evaluation boards, and emulators for ARM7/ARM9/Cortex-M3,
XC16x/C16x/ST10, 251, and 8051 MCU families.
Compilers are programs used to convert a High Level Language
to object code. Desktop compilers produce an output object code for
the underlying microprocessor, but not for other microprocessors
KEIL COMPILER:
AT COMMANDS:
 AT commands are instructions used to control a modem.
 AT is the abbreviation of Attention. Every command line starts with
"AT" or "at". That's the reason, modem commands are called AT
commands.
 Many of the commands that are used to control wired dial-up
modems, such as ATD (Dial), ATA (Answer) supported by MODEM.
Besides this common AT command set, GSM modems and
mobile phones support an AT command set that is specific to the GSM
technology, which includes SMS-related commands like AT+CMGS
(Send SMS message), AT+CMSS (Send SMS message from storage),
AT+CMGL (List SMS messages) and AT+CMGR (Read SMS
messages).
SNAP SHOT:
• Using this project we can reduce the manual
Efforts to take the readings from the energy
Meter which is cost effective solution .
• Reduces man power.
• It is user friendly and we can enhance this
Project ,in which an electricity department can
Send message to the consumer about the
billing information.
CONCLUSION
Thank u.........
GSM BASED PREPAID ENERGY METER BILLING VIA SMS

More Related Content

What's hot

final year project report
final year project reportfinal year project report
final year project report
Anuj Kumar
 
Fault detection using iot PRESENTATION
Fault detection using iot PRESENTATIONFault detection using iot PRESENTATION
Fault detection using iot PRESENTATION
AnjanKumarHanumantha
 

What's hot (20)

Automatic meter reading
Automatic meter readingAutomatic meter reading
Automatic meter reading
 
Smart grid
Smart gridSmart grid
Smart grid
 
smart meter technical seminar report
smart meter technical seminar reportsmart meter technical seminar report
smart meter technical seminar report
 
Smart Meters
Smart MetersSmart Meters
Smart Meters
 
wireless electricity seminar report
wireless electricity seminar reportwireless electricity seminar report
wireless electricity seminar report
 
Automatic meter reading nnb ppt
Automatic meter reading  nnb pptAutomatic meter reading  nnb ppt
Automatic meter reading nnb ppt
 
Smart grid challenge
Smart grid challengeSmart grid challenge
Smart grid challenge
 
Smart grid ppt
Smart grid pptSmart grid ppt
Smart grid ppt
 
Smart grid presentation
Smart grid presentationSmart grid presentation
Smart grid presentation
 
IOT BASED POWER GRID MONITORING & CONTROL SYSTEM
IOT BASED POWER GRID MONITORING & CONTROL SYSTEMIOT BASED POWER GRID MONITORING & CONTROL SYSTEM
IOT BASED POWER GRID MONITORING & CONTROL SYSTEM
 
IOT in Electrical & Electronics Engineering
IOT in Electrical & Electronics EngineeringIOT in Electrical & Electronics Engineering
IOT in Electrical & Electronics Engineering
 
final year project report
final year project reportfinal year project report
final year project report
 
Smart grid technologies
Smart grid technologiesSmart grid technologies
Smart grid technologies
 
smart grid seminar report
smart grid seminar reportsmart grid seminar report
smart grid seminar report
 
Advanced Metering Infrastructure (AMI)
Advanced Metering Infrastructure (AMI)Advanced Metering Infrastructure (AMI)
Advanced Metering Infrastructure (AMI)
 
Fault detection using iot PRESENTATION
Fault detection using iot PRESENTATIONFault detection using iot PRESENTATION
Fault detection using iot PRESENTATION
 
Pre paid Energy meter
Pre paid Energy meterPre paid Energy meter
Pre paid Energy meter
 
Modern Electricity Billing System.pptx
Modern Electricity Billing System.pptxModern Electricity Billing System.pptx
Modern Electricity Billing System.pptx
 
GRID INTERCONNECTION OF RENEWABLE ENERGY SOURCES AT DISTRIBUTION LEVEL WITH P...
GRID INTERCONNECTION OF RENEWABLE ENERGY SOURCES AT DISTRIBUTION LEVEL WITH P...GRID INTERCONNECTION OF RENEWABLE ENERGY SOURCES AT DISTRIBUTION LEVEL WITH P...
GRID INTERCONNECTION OF RENEWABLE ENERGY SOURCES AT DISTRIBUTION LEVEL WITH P...
 
Smart grid communications
Smart grid communicationsSmart grid communications
Smart grid communications
 

Viewers also liked (8)

Energy Meters
Energy MetersEnergy Meters
Energy Meters
 
Gprs ppt
Gprs pptGprs ppt
Gprs ppt
 
ppt on Smart Grid
ppt on Smart Gridppt on Smart Grid
ppt on Smart Grid
 
Full gsm overview (modified)
Full gsm overview  (modified)Full gsm overview  (modified)
Full gsm overview (modified)
 
GPRS
GPRSGPRS
GPRS
 
Gsm.....ppt
Gsm.....pptGsm.....ppt
Gsm.....ppt
 
GPRS seminar ppt
GPRS seminar pptGPRS seminar ppt
GPRS seminar ppt
 
Gsm architecture
Gsm architectureGsm architecture
Gsm architecture
 

Similar to GSM BASED PREPAID ENERGY METER BILLING VIA SMS

Smart LED Notice Board
Smart LED Notice BoardSmart LED Notice Board
Smart LED Notice Board
swarnimmaurya
 
Gsm based lcd notice board display
Gsm based lcd notice board displayGsm based lcd notice board display
Gsm based lcd notice board display
Ravi M
 
Tracking and breaking system for vehicles
Tracking and breaking system for vehiclesTracking and breaking system for vehicles
Tracking and breaking system for vehicles
kakanikings
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
ijceronline
 

Similar to GSM BASED PREPAID ENERGY METER BILLING VIA SMS (20)

prepaid energy meter using smartcard
prepaid energy meter using smartcardprepaid energy meter using smartcard
prepaid energy meter using smartcard
 
Gsm based energy meter reading system and load control
Gsm based energy meter reading system and load controlGsm based energy meter reading system and load control
Gsm based energy meter reading system and load control
 
underground cable fault location using aruino,gsm&gps
underground cable fault location using aruino,gsm&gps underground cable fault location using aruino,gsm&gps
underground cable fault location using aruino,gsm&gps
 
gsm based Notice board
gsm based Notice boardgsm based Notice board
gsm based Notice board
 
Smart LED Notice Board
Smart LED Notice BoardSmart LED Notice Board
Smart LED Notice Board
 
23.pptx
23.pptx23.pptx
23.pptx
 
Rfid interfacing & controlling with 8051
Rfid interfacing & controlling with 8051Rfid interfacing & controlling with 8051
Rfid interfacing & controlling with 8051
 
Gsm based lcd notice board display
Gsm based lcd notice board displayGsm based lcd notice board display
Gsm based lcd notice board display
 
Gsmbasedlcdnoticeboarddisplay
GsmbasedlcdnoticeboarddisplayGsmbasedlcdnoticeboarddisplay
Gsmbasedlcdnoticeboarddisplay
 
Tracking and breaking system for vehicles
Tracking and breaking system for vehiclesTracking and breaking system for vehicles
Tracking and breaking system for vehicles
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Vikaspptonnoticeboard
VikaspptonnoticeboardVikaspptonnoticeboard
Vikaspptonnoticeboard
 
IRJET- Monitoring and Protection of Distribution Transformer using GSM Module
IRJET- Monitoring and Protection of Distribution Transformer using GSM ModuleIRJET- Monitoring and Protection of Distribution Transformer using GSM Module
IRJET- Monitoring and Protection of Distribution Transformer using GSM Module
 
Precise kilometer calculation by underground cable fault detector
Precise kilometer calculation by underground cable fault detectorPrecise kilometer calculation by underground cable fault detector
Precise kilometer calculation by underground cable fault detector
 
IRJET - Monitoring and Protection of Distribution Transformer using GSM Module
IRJET - Monitoring and Protection of Distribution Transformer using GSM ModuleIRJET - Monitoring and Protection of Distribution Transformer using GSM Module
IRJET - Monitoring and Protection of Distribution Transformer using GSM Module
 
GSM based patient monitoring system
GSM based patient monitoring systemGSM based patient monitoring system
GSM based patient monitoring system
 
gsm based led scrolling board ppt
gsm based led scrolling board pptgsm based led scrolling board ppt
gsm based led scrolling board ppt
 
DTMF based load control
DTMF based load controlDTMF based load control
DTMF based load control
 
GSM_BASED_LED_SCROLLING_DISPLAY_BOARD.pdf
GSM_BASED_LED_SCROLLING_DISPLAY_BOARD.pdfGSM_BASED_LED_SCROLLING_DISPLAY_BOARD.pdf
GSM_BASED_LED_SCROLLING_DISPLAY_BOARD.pdf
 
KAGITHALA YASASWINI
KAGITHALA YASASWINIKAGITHALA YASASWINI
KAGITHALA YASASWINI
 

Recently uploaded

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Recently uploaded (20)

General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 

GSM BASED PREPAID ENERGY METER BILLING VIA SMS

  • 1. GSM BASED PREPAID ENERGY METER BILLING VIA SMS GUIDED BY: CH. RAJASEKHARA REDDY M.Tech, TEAM MEMBERS: B.TEJASWI (10MH1A0467) T.SRINIVASA REDDY (10MH1A04B3) M.B.V.B.M.SEKHAR (10MH1A0490) M.N.S.RAVI TEJA (10MH1A0489) P.CHARAN TEJA (10MH1A04A5)
  • 2. ABSTRACT  The main objective of the project is to develop a prepaid energy meter.  The microcontroller takes the reading from the energy meter and displays the reading on the LCD. The reading of the energy meter is also sent to the cell phone of the user by a message through GSM modem.  This project is powered by an on-board power supply takes the ac power and converts it into dc power that is fed to on-board devices and integrated circuits.
  • 4. HARDWARE REQUIREMENTS:  8051 MICROCONTROLLER  GSM MODEM  LCD  LED  RESISTORS  CAPACITORS  DIODES  TRANSFORMER  REGULATOR  RELAY  ENERGYMETER  LAMP SOFTWARE REQUIREMENTS:  KEIL COMPILER  EMBEDED C
  • 5. HARDWARE REQUIREMENTS ENERGY METER: • An energy or electric meter is a device that measures the amount of electrical energy consumed by a residence, business, or an electrically-powered device. • Electric meters are typically calibrated in billing units, the most common one being the kilowatt hour.
  • 6. MICROCONTROLLER: • AT89S51 • It is a smaller computer • Has on-chip RAM, ROM, I/O ports... RAM ROM I/O Port Timer Serial COM Port Microcontroller CPU A single chip
  • 7. Features of AT89S51/52:  Compatible with MCS®-51 Products  8K Bytes of In-System Programmable (ISP) Flash Memory  Endurance: 10,000 Write/Erase Cycles  4.0V to 5.5V Operating Range  Fully Static Operation: 0 Hz to 33 MHz  256 x 8-bit Internal RAM  32 Programmable I/O Lines  Three 16-bit Timer/Counters  Full Duplex UART Serial Channel  Interrupt Recovery from Power-down Mode  Watchdog Timer  Dual Data Pointer
  • 8. PIN DIAGRAM OF AT89S51: • 40 Pin IC • 4 Ports • 32 Programmable I/O Lines
  • 9. 230 V AC 50 Hz Bridge rectifier Filter(470µf) 5v Regulator 5V DC 12V step down transformer POWER SUPPLY:
  • 10. SERIAL COMMUNICATION • used for all long-haul communication • Cables that carry serial data • RS232 carries serial data in between micro controller and MODEM through DB9 connector
  • 11. MAX 232: The MAX232 is an integrated circuit that converts signals from an RS-232serial port to signals suitable for use in TTL compatible digital logic circuits. The MAX232 is a dual driver/receiver and typically converts the RX, TX, CTS and RTS signals . When a MAX232 IC receives a TTL level to convert, it changes a TTL Logic 0 to between +3 and +15V, and changes TTL Logic 1 to between -3 to -15V, and vice versa for converting from RS232 to TTL.
  • 12. DB9 CONNECTOR: • The DB9 (originally DE-9) connector is an analog 9- pin plug of the D-Sub miniature connector family (D- Sub or Sub-D).
  • 13. A relay is an electrically operated switch. Many relays use an electromagnet to mechanically operate a switch, but other operating principles are also used, such as solid-state relays. Relays are used where it is necessary to control a circuit by a low-power signal (with complete electrical isolation between control and controlled circuits), or where several circuits must be controlled by one signal. Relays with calibrated operating characteristics and sometimes multiple operating coils are used to protect electrical circuits from overload or faults RELAY:
  • 14. GSM COMMUNICATION  The term GSM usually means the GSM standard and protocols in the frequency spectrum around 900MHz.  Mobile Station: The MS is the physical equipment used by a subscriber, most often a normal hand-held cellular telephone.  Base transceiver station: The BTS comprises the radio transmission and reception devices, and also manages the signal processing related to the air interface.
  • 15. GSM MODEM: A GSM modem is a specialized type of modem which accepts a SIM card, and operates over a subscription to a mobile operator, just like a mobile phone. From the mobile operator perspective, a GSM modem looks just like a mobile phone. When a GSM modem is connected to a computer, this allows the computer to use the GSM modem to communicate over the mobile network. While these GSM modems are most frequently used to provide mobile internet connectivity, many of them can also be used for sending and receiving SMS and MMS messages.
  • 16. IR LED:  An IR LED, also known as IR transmitter, is a special purpose LED that transmits infrared rays in the range of 760 nm wavelength. The appearance is same as a common LED. Since the human eye cannot see the infrared radiations. The camera can show us the IR rays being emanated from the IR LED in a circuit.
  • 17. LIQUID CRYSTAL DISPLAY (LCD): Most common LCDs connected to the microcontrollers are 16x2 and 20x2 displays. This means 16 characters per line by 2 lines and 20 characters per line by 2 lines, respectively. DISPLAY UNIT
  • 18. LCD BACKGROUND: If an 8-bit data bus is used the LCD will require 11 data lines (3 control lines plus the 8 lines for the data bus) The three control lines are referred to as EN, RS, and RW EN=Enable (used to tell the LCD that you are sending it data) RS=Register Select (When RS is low (0), data is treated as a command) (When RS is High(1), data being sent is text data ) R/W=Read/Write (When RW is low (0), the data written to the LCD) (When RW is high (1), the data reading to the LCD)
  • 19. SOFTWARE REQUIREMENTS Keil an ARM Company makes C compilers, macro assemblers, real-time kernels, debuggers, simulators, integrated environments, evaluation boards, and emulators for ARM7/ARM9/Cortex-M3, XC16x/C16x/ST10, 251, and 8051 MCU families. Compilers are programs used to convert a High Level Language to object code. Desktop compilers produce an output object code for the underlying microprocessor, but not for other microprocessors KEIL COMPILER:
  • 20. AT COMMANDS:  AT commands are instructions used to control a modem.  AT is the abbreviation of Attention. Every command line starts with "AT" or "at". That's the reason, modem commands are called AT commands.  Many of the commands that are used to control wired dial-up modems, such as ATD (Dial), ATA (Answer) supported by MODEM. Besides this common AT command set, GSM modems and mobile phones support an AT command set that is specific to the GSM technology, which includes SMS-related commands like AT+CMGS (Send SMS message), AT+CMSS (Send SMS message from storage), AT+CMGL (List SMS messages) and AT+CMGR (Read SMS messages).
  • 22. • Using this project we can reduce the manual Efforts to take the readings from the energy Meter which is cost effective solution . • Reduces man power. • It is user friendly and we can enhance this Project ,in which an electricity department can Send message to the consumer about the billing information. CONCLUSION