Energy monitoring systems are essential in modern electrical
engineering because they allow users to measure, analyse, and
optimize electricity consumption. Traditional energy meters only
display total energy usage and do not provide real-time monitoring or
remote access.
In this project, we built a simple Smart Energy Meter that can:
• Measure voltage
• Measure current
• Calculate power
• Calculate total energy used
• Show values on an LCD
• Send data to the Blynk mobile app
This project presents the design and implementation of a Smart
Energy Meter capable of measuring electrical parameters and
displaying them remotely using Internet of Things (IoT) technology.
The system uses an ESP32 microcontroller for data acquisition and
wireless communication, while a Raspberry Pi Pico performs
calculations related to electrical power and energy consumption. The measured data is transmitted to the Blynk IoT platform, allowing
real-time monitoring on smartphones, computers, and other internet-
connected device














Comments