Selecting a Micro USB Cable to Power Development Boards or Charge Phones

Yesterday one person contacted me on Facebook asking me whether there was any chance of me doing a “which usd-micro usb cable is best”, as there’s not much clear information on the Internet. His purpose was to charge his phone, but many development boards come with a micro USB port, and I’ve read many comments about powering the board. It also happened to me, and the main cause can either be the power supply which does not work as rated (usually 5V/2A), or the micro USB cable which may have a resistance a little to high leading to voltage drops. You’ll know you may have a power problem when the board refuses to boot, and usually boot loop, or randomly reboots especially under high load. The first solution is to get a power supply that provide the right voltage and amperage, and you can test that with USB Charger doctor an ultra cheap tool that will show both the voltage and intensity on an LCD display, although it will only work on chargers with a USB port.

But what about the micro USB cable? Let’s consider the actual problem, which is well explained in a post about USB cable resistance, but I’ll summarize below. First all conductor have some tiny resistance, and usually the thicker the cable the less resistance there is. The American Wire Gauge (AWG) value is often used to describe the thickness of the cable, with numbers from 0 to 40 ranging from the larger diameter/smaller resistance/higher capacity to the smaller diameter/larger resistance/lower capacity. For USB cable, AWG20 to AWG28 are often used for USB cables, and the latter seems to be very common for  data wires, but what matters here is the AWG value for the power wires (5V/GND) of the cable. The resistance also depends on the length of the cable with longer cables having a longer resistance, as well as the USB contact resistance, but I’m not sure we can do much about that one. Anyway, that means a short cable with a lower AWG value would be better suited here, as shown in the table below from the aforelinked post using 5V/1A and 5V/1A loads. This table assumes 30 mOhms contact resistance, so the values would be lower if there’s a lower resistance.

Boards can normally work in a range around 5V. For the sake of argument, let’s assume a board taking 4.5V to 5.5V DC input. and would reboot if the voltage drops below 4.5V. If you have a 5V power supply use with a non-optimal AWG rating and length, the voltage will drop more than 0.5V (red zone above) and the board will not work properly. 5V/1A (5W) is a very common on development boards, while getting to 10Watts is possible for you’d need a high load plus possible some USB storage device to reach the power level.

Based on those results, what we want is an AWG20 cable (ideally) with a length of less than one meter, and the shorter the better. So I’ve been looking for such cables on the web and found a bunch. I did not test any, but they may be good candidates to look at:

There are many others, just search for AWG20 micro USB cable, or in some cases micro USB charging cables, and you should find decent cables that should not cause power or charging troubles. The last cable in the list above (eBay) was tested with a Charger Doctor dongle showing 4.95V/3.47A going through the cable (1.8 meter length). The voltage value should be lower when measured at the DIY charging board due the internal resistance of the cable, but it still shows the cable allows around 3 to 4 amps.

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.
15 Comments
oldest
newest
tkaiser
tkaiser
6 years ago

It should be noted that approx 100% of all RPi 2 or 3 users are affected by this problem but simply don’t know since the Raspberry Pi’s ‘firmware’ masquerades the problem and in case under-voltage occurs simply throttles the CPU cores down to prevent freezes/reboots. That’s why people using their RPi PSU and cable with other dev boards that are equipped with the horrible Micro USB connector (Pine64+, Tinkerboard, MiQi and some others) think those SBC would be failing while Raspberries are fine. It’s simple to test this on Raspberries: perl -e "printf \"%19b\n\", $(vcgencmd get_throttled | cut -f2 -d=)"… Read more »

tkaiser
tkaiser
6 years ago

@Jean-Luc Aufranc (CNXSoft) In fact it’s a rainbow now that gets displayed by the VideoCore IV over the HDMI framebuffer if under-voltage is detected. And unlike other boards Raspberries have an own low-voltage detection circuitry that toggles a GPIO pin which then triggers the above. See at the bottom of: https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=155244 Some other SBC have some circuitry to measure DC-IN current and voltage (eg. most Allwinner A10/A20 boards with their AXP209 PMIC) but the majority not. And unfortunately most users of these Micro USB equipped boards are simply not aware of Ohm’s law and that so many stability problems they… Read more »

tkaiser
tkaiser
6 years ago


Ah, thanks. I confused it (again). But I still rely on ‘vcgencmd get_throttled’ instead since the bits on the left side indicate that these events happened between now and last boot. So it would be pretty easy to inform every RPi user about insufficient powering or the need to improve heat dissipation to prevent throttling. Just use a shutdown routine in Raspbian that saves the firmware’s answer to the ‘get_throttled’ query and display a warning dialog on next reboot to the user.

zoobab
6 years ago

@tkaiser when I saw the headline, I thought you would be the first to comment on this 🙂

Eversor
Eversor
6 years ago

These are very good tips for cables. One question though, how do SBCs handle max current? Do they pull whatever they want, therefore maybe tripping over-current protections and rebooting the PSU circuit? Or do they look at PSU/charger type? I’ve been looking at this site for pointers on good PSUs for tablets and phones: http://lygte-info.dk/info/ChargerIndex%20UK.html So far I’ve settled on Ravpower PSUs w/ iSmart 2.0, as that applies voltage compensation over load and can handle the rated current without issue. On my HP Chromebook 11, 24AWG 1m cable can get 4.65-4.8v @ 1.5A, though it doesn’t draw more power due… Read more »

itchy n scratchy
itchy n scratchy
6 years ago

Isnt the above test setup useless? I mean the voltage is measured before the cable, not after… So not really any value in those (voltage) values.

Harley
Harley
6 years ago
tkaiser
tkaiser
6 years ago

@Harley Do you use those cables with Raspberries? Then you should waste 30 seconds of your life and do the test: sudo apt install -y stress stress -c 4 -t 15 perl -e "printf \"%19b\n\", $(vcgencmd get_throttled | cut -f2 -d=)" 123 sudo apt install -y stressstress -c 4 -t 15perl -e "printf \"%19b\n\", $(vcgencmd get_throttled | cut -f2 -d=)" If there are only zeros on the left you’re fine, if not better throw the cables away. I got such a cable with the original Banana Pi over two years ago. Not only the switch on the cable was great… Read more »

zoobab
6 years ago
tkaiser
tkaiser
6 years ago

And a nice one about crappy iGadget charging cables: https://youtu.be/VeuiA92fxZI

BTW: One of the reasons why Apple chose to introduce an own proprietary ‘Lightning’ connector standard 5 years ago instead of adopting Micro USB is the same why they also sent truckloads of engineers to USB implementors forum technical commitee responsible for USB-C: since Micro USB is crap and not suitable to charge/power anything with higher current.

tkaiser
tkaiser
6 years ago

And another one showing the power of open minded communities! 🙂

https://forum.armbian.com/index.php?/topic/4767-powering-through-micro-usb/

Khadas VIM4 SBC