Arduino Wattmeter project

Submitted by Ragav on Mon, 08/31/2020 - 11:51

I want to make a Arduino Wattmeter which also displays current and voltage, I watched this video: https://youtu.be/R3kSXhsh8O0 But I want to use it for calibrating my drone's power module, so I need that Wattmeter to take atleast 15-20A safety. Is it possible? And I am completely new to Arduino, just learning the basics. So sorry and thanks. Something similar to this: https://www.amazon.com/Digital-Wattmeter-Amp-Hour-Balance-Electric/dp/B07PNNRGZV

The circuit is used to measure low amount of current. In your case, you need High current.

One way is to use a very low value current sense resistor typically in mOhms rating or to use a dedicated current sensor.

My best choice will be dedicated current sensor to sesnse the current.

  Joined February 12, 2018      696
Monday at 02:11 PM

jaksonlee

Permalink

It is difficult or sometimes even impossible to measure power and energy with ordinary multimeters. To carry out such a measurement reliable and accurate, a special wattmeter is required. Because these meters are very expensive, a cheaper solution is presented here as a DIY wattmeter based on a Arduino Nano board.

This wattmeter measures the real power, apparent power, reactive power, phase and energy. Beside that, the wattmeter measures also the mean, RMS, standard deviation, maximum, minimum and frequency of both the voltage and current. And it can measure the area of the voltage and current and keeps track of the measure time. Depending on the used display two or four parameter can be read simultaneous.

  Joined November 07, 2019      124
Thursday at 04:25 PM

marry roser

Permalink

It is difficult or sometimes even impossible to measure power and energy with ordinary multimeters. To carry out such a measurement reliable and accurate, a special wattmeter is required. Because these meters are very expensive, a cheaper solution is presented here as a DIY wattmeter based on a Arduino Nano board.

This wattmeter measures the real power, apparent power, reactive power, phase and energy. Beside that, the wattmeter measures also the mean, RMS, standard deviation, maximum, minimum and frequency of both the voltage and current. And it can measure the area of the voltage and current and keeps track of the measure time. Depending on the used display two or four parameter can be read simultaneous.

As an ideally instrument should do; it makes no distinction between AC or DC. It all boils down by choosing the right parameter which all are mathematically justified calculated. The bandwidth is approximately 1.8 kHz for the voltage, current, real and apparent power. The bandwidth for reactive power and phase is limited to 50~60 Hz mains frequencies.

  Joined November 21, 2019      36
Thursday at 02:40 PM

Hi Ragav, you can use a module like ACS756 which has a 50AMPS current measuring capabilities. if somehow you found out about the ACS712 modules do not use those, they cannot handle that much current.

  Joined December 02, 2019      117
Monday at 10:02 PM