0% found this document useful (0 votes)
62 views

GSM Based Energy Meter Billing Using Arduino Mega

This document describes a smart energy meter system using an Arduino Mega 2560 microcontroller and GSM modem. The system measures energy consumption from a single-phase energy meter, calculates usage, displays readings on an LCD screen, and sends usage data via text message to the user's phone. If the Arduino fails, a relay automatically cuts power supply to the user. Hardware components include the energy meter, Arduino, GSM modem, LCD display, and wires. Software includes the Arduino IDE. Connections and code allow the Arduino to receive pulse data from the meter and send readings to the GSM modem for text message transmission.

Uploaded by

Sabyasachee
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views

GSM Based Energy Meter Billing Using Arduino Mega

This document describes a smart energy meter system using an Arduino Mega 2560 microcontroller and GSM modem. The system measures energy consumption from a single-phase energy meter, calculates usage, displays readings on an LCD screen, and sends usage data via text message to the user's phone. If the Arduino fails, a relay automatically cuts power supply to the user. Hardware components include the energy meter, Arduino, GSM modem, LCD display, and wires. Software includes the Arduino IDE. Connections and code allow the Arduino to receive pulse data from the meter and send readings to the GSM modem for text message transmission.

Uploaded by

Sabyasachee
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

technology workshop craft home food play outside costumes

GSM Based Energy Meter Billing Using Arduino Mega 2560 (Smart Energy
Meter)
by Mahek Bhagat on December 23, 2016

Table of Contents

GSM Based Energy Meter Billing Using Arduino Mega 2560 (Smart Energy Meter) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1

Intro: GSM Based Energy Meter Billing Using Arduino Mega 2560 (Smart Energy Meter) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

Step 1: HARDWARE REQUIREMENTS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

Step 2: SOFTWARE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

Step 3: SOLDERING OF WIRE IN METER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

Step 4: Connections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

Step 5: Like and Subscribe my youtube video . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

Subscribe Me . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

Related Instructables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

Advertisements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

http://www.instructables.com/id/GSM-Based-Energy-Meter-Billing-Using-Arduino-Mega-/
Author:Mahek Bhagat Youtube channel
I am a student of B.E, Electronics and Communication studying in final year.

Intro: GSM Based Energy Meter Billing Using Arduino Mega 2560 (Smart Energy Meter)
The present system of energy billing is error prone and also time and labor consuming. Errors get introduced at every stage of energy billing like errors with electro-
mechanical meters, human errors while noting down the meter reading and error while sometime didnÂ’’t get also . The remedy for this drawback is smart energy meter .

The main objective of the project is to develop a wireless energy meter. The arduino takes the pulse from the energy meter, calculate units and displays the reading on
the LCD. The reading is store in built in EEPROM so at the power failure it continues the calculating reading. The reading of the energy meter is also sent to the cell
phone of the user by a message through GSM modem.

In this project we also use relay and relay drive so that if arduino fails or stop working , it automatically discontinued power supply to user and we get the information
about it.

This project is powered by external power supply takes the ac power and converts it into dc power that is fed to arduino and GSM modem.

Step 1: HARDWARE REQUIREMENTS


1. SINGLE-PHASE ENERGY METER

2. ARDUINO MEGA2560 OR UNO

3. GSM MODEM (SIM900A)

4. LCD DISPLAY

5. WIRE

http://www.instructables.com/id/GSM-Based-Energy-Meter-Billing-Using-Arduino-Mega-/
Step 2: SOFTWARE
Download Arduino IDE

Step 3: SOLDERING OF WIRE IN METER


Now we need to take pulse from energy meter to arduino to calculate pulse. so Soldering a wire at cal led i.e. anode of led and soldering another wire at cathod of led
which will be used as negative terminal.

http://www.instructables.com/id/GSM-Based-Energy-Meter-Billing-Using-Arduino-Mega-/
Step 4: Connections
Connect the circuit as shown in fig.

Image Notes Image Notes


1. Block Diagram 1. Connections

Step 5: Like and Subscribe my youtube video


Subscribe Me

Related Instructables

GrayBOX - Wireless Notice Vehicle security The Complete Arduino Vehicle


Accident Board by with GSM by understanding GPS/GSM Tracking
Detection and alok014 kyawmyonaing.lso made simple - Tracker System using
Theft Protection GPS with (WatchDog WIFI by
System by sw4p ARDUINO by Enabled) by respiduino
Niranjaan Arbot

Advertisements

Comments
1 comments Add Comment

Swansong says: Dec 23, 2016. 9:49 AM REPLY


Thanks for sharing :)

http://www.instructables.com/id/GSM-Based-Energy-Meter-Billing-Using-Arduino-Mega-/

You might also like