Arduino Wattmeter - Voltage, Current And Power Consumption
About the project
A device can be utilized to measure the power consumed. This circuit can also act as a Voltmeter and Ammeter to measure voltage and current.
Project info
Difficulty: Moderate
Platforms: Arduino
Estimated time: 1 hour
License: GNU General Public License, version 3 or later (GPL3+)
Items used in this project
Hardware components
View all
Story
Building your own meters not only carries down the cost of testing but also provides us room to facilitate the process of testing.
Working of the Project:
From the sensor part, there are two sections that are reliable for measuring voltage and current. For measuring the voltage, a voltage divider circuit is executed using a 10KΩ and a 2.2KΩ Resistor.
With the help of these resistors, you can easily measure voltages up to 24V. These resistors also support us in taking the voltage range to 0V – 5V, which is the normal range on which Arduino works.
In order to measure the current, we have to change the current values to conventional voltage values. As per Ohm’s Law, the voltage drop across a load is proportional to the current. Hence, a small shunt resistor is arranged with respect to the load. By estimating the voltage across this resistor, we can calculate the current.
We have used LM358 Op-Amp in Non-Inverting Amplifier Mode to magnify the values provided to Arduino. The voltage divider network for the feedback control includes a20KΩ Resistor and 1KΩ Resistor. These resistors offer a gain of approximately 21.
After Implementation Arduino Wattmeter
Internet Of Things Course Training will help you to learn more about IoT Ecosystem.
Leave your feedback...