DIY Power Measurement Board

When I review media player or development boards, I’m often asked about power consumption figures. One way to measure power consumption is to use a Kill-a-Watt, but for low power devices it’s not always accurate enough, and it also includes the heat dissipation from the power adapter, which may or may not be useful depending on what you want to measure. For USB powered devices or boards, an easy way to measure power consumption is to use CHARGER Doctor, a small $5 USB dongle that displays both voltage and current alternatively. Unfortunately, most products I’ve received lately use barrel type connectors, so this little tool has not been as useful as I hoped. The only solution is then to measure voltage and current with a multimeter. Voltage is measured in parallel, so you just need to point the multimeter’s leads where you want to perform the measurements. However, the current is measure in series, so you need to insert the multimeter in the circuit somehow. A few possibilities:

  1. Unsoldering a component on the board to place the multimeter in series.
  2. Cut one wire of the power cable to insert the multimeter.
  3. Get and make a board to insert the multimeter.

Solutions 1 and 2 are not really desirable, so I decided to look into solution 1, and since I could not find any board that could match my requirements, I decided to work out a solution by myself allowing various power inputs and outputs.

Click to Enlarge
Click to Enlarge

The board can take power adapter using micro USB, mini USB or 5.5/2.1mm barrel connectors, 32 different output connectors thanks to two cables, and header pins are used to connect the multimeter’s leads.

Here’s the different components required for this solution:

  • 1x perfboard or veroboard
  • Some 2.54mm pin headers (straight and right angle)
  • micro USB breakout board – $1.50 on Adafruit, but shipping + insurance was $12, so instead I purchased 5x micro USB charging board for $4.24 on Ebay (asp_ezone)
  • mini USB breakout board – $1.95 on Sparkfun, but shipping killed it again, so I purchase 2x mini USB charging boards for $2.75 on asp_ezone shop.
  • 5.5/2.1mm DC power socket –  $4.18 for 10 pieces
  • USB Female DIP Socket Connector – $1.73 for 10 pieces
  • 6-in-1 Universal USB charging cable – $3.41
  • Universal 28-in-1 DC power socket / plug converter for laptop – $11.30

If you purchase everything from scratch the cost would be around $35.

In case the introduction is not clear, the board description below may help.

Power_Measurement_Board_Description

Iv’e also included the back of the board with the soldering for reference.

Power_Measurement_Board_BackAfter double checking I had not made a mistake inverting GND and VCC, which could be fatal, I tried it out by making some power measurements with Tronsmart Vega S89 Elite.

Tronsmart_Vega_S89_Elite_Power_Off_Power_ConsumptionIn power off mode, I get 115 mA (~ 575 mW @ 5V), so I’m confident it’s working just fine… Unfortunately, I quickly realized something is wrong as the boot does not complete most of the time, as it reaches 1A, the boot just simply stops, or I just get a blue screen. Only once or twice did I managed to get to the home screen (about 0.52A after most background tasks are done), but starting an app will hang the system most of the time. So  I’ve tried to replace the multimeter by a breadboard female to female cable, and everything works normally. So I suspect the contact surface with the leads is not large enough, or the multimeter introduces some noise that disturbs the device…. I’ll get some crocodile clips to see if things work out better…

Share this:

Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress

ROCK Pi 4C Plus
Subscribe
Notify of
guest
The comment form collects your name, email and content to allow us keep track of the comments placed on the website. Please read and accept our website Terms and Privacy Policy to post a comment.
9 Comments
oldest
newest
onebir
onebir
9 years ago

I see you’ve got a multiheaded USB to male barrel adapter. Wouldn’t a female barrel to USB adapter let you use the ‘Charger Doctor’?

anon
anon
9 years ago

Ah, good ol’ low impedance of some el-cheapo multimeter, simplest try to see is it the low impedance prob, simply use the high ampere measurement connector on the multimeter (commonly 10A range, instead of 1A range, can’t see your multimeter labels).

You might also consider getting the simple to use uCurrent (microCurrent) adapter from EEVBlog guy from down under. 🙂

anon
anon
9 years ago

Yeah, personally do not have uCurrent, so had to check the ampere range, and it is good only for 1.25A… The idea of it is tyo convert Amperes to Voltages, so you would use normal voltage meter, instead of Ampere meter, that messes up with impedance (burden voltage = voltage drop). Quick’n’dirty explanation of “impedance” is that it is almost exactly what resistance is (but varies per voltage), high impedance = high resistance = bigger drop in series voltage = lower currencies possible to measure, low impedance = low resistance = lower drop in series voltage = higher currency measure… Read more »

Jibril
Jibril
9 years ago

For my DIYs, I use a WM-010 watt meter, with your same solution (multiple jacks in and out) for the devices.
With the external temperature sensor, I check the heating of the chips of the board (devices under test)…to decide heatsink or not.
http://www.hobbyhot.com/SKYRC-RC-Model-WM-010-High-Precision-Battery-Watt-Meter-BK210.html

To control the amount of power used by the power adapter + devices, I use a PZEM-002, DIYed into a box with socket for 220Vac + fuse + switch for each line of output.
http://www.aliexpress.com/item/AC-Digital-LED-Power-Meter-Monitor-Voltage-KWh-Time-Watt-Energy-Volt-Ammeter-5pcs-lot/1784207995.html

Khadas VIM4 SBC