You are on page 1of 16

Visvesvaraya Technological University Belagavi

Mini Project Synopsis presentation on


“SMART ELECTRICITY ENERGY METER”
By
Nagaraja : 4JN20EC047
Nanditha D S : 4JN20EC051
Pallavi G Bhat : 4JN20EC054
Poornima Arabagatte : 4JN20EC056
Under the guidance of
Sheela S
Assistant Professor
Department of Electronics and Communication Engineering
JNN College of Engineering, Shimoga- 577204
2022-2023
Batch 29
National Education Society®
J N N College of Engineering, Shivamogga
Department of Electronics & Communication Engineering

Presentation Flow
• Introduction
• Literature Survey
• Aim of the Project
• Objectives
• Methodology
• Block diagram
• Hardware/Software requirements
• Expected results
• Action Plan
• References

2
National Education Society®
J N N College of Engineering, Shivamogga
Department of Electronics & Communication Engineering

Introduction
➢ The Smart Energy Meter has attracted a lot of attention from all over the world.

➢ This device can be implemented to reduce the human dependency in collecting


monthly reading and minimize the Technical problems encountered during billing
process.

➢ In this project a design and prototyping a low-cost IoT energy monitoring is


presented, which may be utilized in a variety of applications such as power billing,
smart grid energy management, and home automation.

➢ The system is based on a low-cost ESP32 microcontroller that is interfaced with


non-invasive Current Transformer (CT) sensor, and voltage sensor to get data
from sensor nodes and deliver it to a Blynk server over the internet .
3
National Education Society®
J N N College of Engineering, Shivamogga
Department of Electronics & Communication Engineering

Literature Survey
1. The “Ardunino Based Smart Meter” proposed by Alan P. Nebrida, Chavelita
D. Amador, Clyed M. Madiam, Glenn John S. Ranche, Niel Carlo P. Nieves
were able to design Arduino based smart energy meter that can be monitored in
real time and measured data were displayed in LCD and Blynk application. This
used nodeMCU ESP8266 as WIFI module to communicate over the internet.
2. The “Smart Energy Meter Using Arduino UNO” proposed by Jesteena, Dr.
Baswaraj Gadgay, Mallesh Hatti utilized Arduino UNO to calculate the amount
of energy consumed and GSM Module allows the central authority server and
energy meter to automatically send SMS messages to consumer .

4
National Education Society®
J N N College of Engineering, Shivamogga
Department of Electronics & Communication Engineering

3. Kaur M proposed an “Energy Consumption Monitoring System Based on


Arduino-Uno and Ethernet”. A user accesses the information using an IP
addresss on their devices. However, this system requires a high initial installation
cost. A WiMAX transceiver is used to send data from the meter to the server.
4. The “Smart Energy Meter and Monitoring System using IOT” proposed by
K B Shiva kumar were able to design a smart energy system includes Arduino,
WI-FI,energy meter.The System automatically were reads the energy meter and
provides.
5. The “IOT Based Smart Energy Meter Monitoring and Controlling System”
proposed by K Krishna Reddy were able to show the amount of unit consumed
and transfer the data to both customer and electrical boards.

5
National Education Society®
J N N College of Engineering, Shivamogga
Department of Electronics & Communication Engineering

➢It has been observed that most of the “Smart Energy Meter” were built using
Ardunio with the separate WIFI Module, since Arduino don’t has inbuilt WIFI
Module. But ESP32 has built in WIFI and Bluetooth support. It is perhaps the
main reason to switch from Arduino to ESP32.

➢This idea of using ESP32 to design “Smart Energy Meter” is implemented in


‘International Journal of Computer,Communication and Informatics’ which
published article on “ESP32 Based Energy Consumption Meter” by Paul Stone
Macheso,Doreen Thotho(2022).

➢ By extracting this concept from the above referred smart energy meter, we further
improved to implement Automatic bill generation. This can help the users in the
area of data access, billing transparency and energy efficiency.

6
National Education Society®
J N N College of Engineering, Shivamogga
Department of Electronics & Communication Engineering

Aim of the Project


To build a Smart Electricity Energy Meter using ESP32 and Blynk 2.0
Application.

7
National Education Society®
J N N College of Engineering, Shivamogga
Department of Electronics & Communication Engineering

Objectives
The objectives of our project are as follows:

1. To analyze the amount of power consumption by various appliances.


2. To track daily power consumption of each appliances.
3. Display the number of units consumed on daily basis.
4. Calculate the electric bill on first of every month and display the bill.

8
National Education Society®
J N N College of Engineering, Shivamogga
Department of Electronics & Communication Engineering

Methodology
1. The amount of power consumption is analysed by taking the values from the
current sensor SCT-013 and voltage sensor ZMPT101B.
2. The installed EmonLib continuously monitors the electrical energy which
calculates a true average (Vrms,Irms) quantity.
3. The energy meter data is displayed on LCD and it is also uploaded to Blynk 2.O
application.
4. The system uses the cost of each unit of energy consumed to calculate the
electricity cost, updated values will be displayed.

9
National Education Society®
J N N College of Engineering, Shivamogga
Department of Electronics & Communication Engineering

Block diagram of the project

Figure 1: Proposed Block Diagram of ESP32 Electric Energy consumption Meter

10
National Education Society®
J N N College of Engineering, Shivamogga
Department of Electronics & Communication Engineering

Hardware/Software Requirements
1. SCT-013 Current Transformer
2. ZMPT101B AC Voltage Sensor
3. ESP32 Microcontroller
4. 16X2 I2C LCD Display
5. Arduino IDE
6. Blynk 2.O Application

11
National Education Society®
J N N College of Engineering, Shivamogga
Department of Electronics & Communication Engineering

The building blocks of Electric Energy Consumption Meter are as follows:


➢ ESP32 Microcontroller : It acts as a heart microcontroller that come equipped
with dual mode Bluetooth and builtin WI-FI.
➢ SCT-013 Current Transformer : Alternating current upto 100 A is measured by
CTs.
➢ ZMPT101B AC Voltage Sensor : It is used to detect precise AC Voltage.
➢ 16X2 I2C LCD Display : This LCD Display has an inter-integrated circuit(I2C)
interface and 16X2 resolution.
➢ Arduino IDE : It is an open source Arduino software that allows to build and
test instruction.
➢ Blynk 2.O Application : Blynk is a cloud IOT platform for android smart
phones that is used to control microcontroller like ESP32 via internet.
12
National Education Society®
J N N College of Engineering, Shivamogga
Department of Electronics & Communication Engineering

Expected Results
➢ The user-interface dashboard is to be displayed; the web dashboard of the
sensor node is used as an example.
➢ Blynk app is used to generate the dashboards. The dashboard is made up of
gauges that shows the RMS voltage, current, and power utilized as well as
energy consumed.
➢ The 16X2 LCD displays how the measured energy data changes over time.
➢ The sensor data is gathered and transferred to the blynk server from the energy
sensor prototype.

13
National Education Society®
J N N College of Engineering, Shivamogga
Department of Electronics & Communication Engineering

Action Plan:
Sl. No. Tasks to be performed Deadline ( Expected date/week of completion)

1. Literature Survey 20-04-2023

2. Synopsis Submission 05-05-2023

3. Submission of First Phase Report 16-05-2023

4. Objective 1 27-05-2023

5. Objective 2 03-06-2023

6. Objective 3 13-06-2023

7. Objective 4 01-06-2023

8. Testing & Result Analysis 04-06-2023

9. Documentation of Mini Project Report 08-06-2023

14
National Education Society®
J N N College of Engineering, Shivamogga
Department of Electronics & Communication Engineering

References
[1] Benzi F., Anglani N., Bassi E., Frosini L., (2011). Electricity Smart Meters
Interfacing the Households, IEEE Transactions on Industrial Electronics.
[2] Kumar L.A., Indragandhi V., Selvamathi R., Vijayakumar V.,
Ravi L.,Subramaniyaswamy,V.,(2021).Design, power quality analysis,and
implementation of smart energy meter using internet of things, Computers
and Electrical Engineering
[3] Paul Macheso.,Doreen Thotho.,(2022).ESP32 Based Energy Consumption
Meter.

15
National Education Society®
J N N College of Engineering, Shivamogga
Department of Electronics & Communication Engineering

Questions?

16

You might also like