Author: Andrei
11/06/2018
ELECTRONOOBS teach us once again with a new meter made with Arduino. This time the measured value is power. Well, power is voltage time current. The first thing he did
in his tutorial is show us how to easily measure current using the Arduino. The microcontroller can’t directly measure current, but it can voltage. So, the idea is simple. Place a shunt in series with the load and the current that passes will create a voltage drop. Measure the voltage, divide it by the shunt value and get the current. Easy right?
The voltage drop was small since the shunt was of 0.01 ohms. So, he used an OPAMP LM324 and amplified the voltage then measured it using one of the Arduino ADCs. Once the current is measured, the rest is easy.