Paper 5 Summary
Paper 5 Summary
Key Components: -
1) ESP32 Microcontroller: The ESP32 is a low-cost, low-power microcontroller
unit that integrates Wi-Fi and Bluetooth functionalities. It acts as the central
processing unit of the smart meter, handling communication between sensors,
the mobile app, and the cloud server.
2) Sensors:
• Current Sensor (SCT-013): The SCT-013 is a non-invasive current sensor
used to measure AC current flowing through a wire without a direct
electrical connection. This sensor provides real-time current readings,
allowing the system to calculate the total power consumed.
• Voltage Sensor (ZMPT101B): The ZMPT101B is a voltage sensor that
scales down the main AC voltage to a level that can be safely measured
by the microcontroller.
3) LCD Display: A 3.5-inch LCD display is used to show real-time data directly on
the smart meter, such as voltage, current, power consumption (kWh), and total
cost of electricity usage.
4) Relay Module: The relay module is used to control the flow of electricity,
allowing users to remotely turn on or off specific appliances or the entire
system. This function is controlled via the mobile app.
Workflow: -
The system begins with sensors collecting real-time data on voltage and current,
which is then processed by the ESP32 microcontroller. The system calculates
energy consumption and associated costs, considering dynamic pricing during
peak hours. This information is displayed on the LCD screen and sent to the cloud
for remote monitoring via a mobile application. Users can track their energy
usage, receive alerts about upcoming peak pricing, and adjust their consumption
accordingly through the app.