Title: Power Bank Keepalive 
By: Don Kuenz

Abstract: 
  Many consumer grade USB power banks come with a built-in
  automatic shutdown circuit. Light loads, such as the nominal
  6.8 μA drawn by a portable MP3 player, are not enough to 
  prevent shutdown. To compensate, this project uses 
  a 555 to nominally pull 100 mA every 11.25 seconds.

Keywords: astable, bank, multivibrator, power, usb, 555 

Power Bank Keepalive

Contents

Project Overview

player

Figure 1. MP3 player.

The MP3 player shown Figure 1 is available from online retailers. It's a handy little device when you want to listen to music and audio books as you trek about on your feet or spin up a mountain on your bicycle. Screenless MP3 players with a minimal number of buttons prove to be the most reliable for my needs. A too tiny battery is their only downfall.

Although a brand new battery lasts about an hour, the play time quickly falls to fifteen minutes or less after a few uses. And even one hour isn't long enough me.

player

Figure 2. Power bank mod.

The first fix, shown in Figure 2, seemed simple enough - buy a power bank then duct tape the MP3 player to it. And use a short Type-A to Mini Type-B USB cable to connect the two. Easy peasy and good to go.

player

Figure 3. USB memory mod.

Only it doesn't quite work out the way you imagine. Because the big battery shuts down after about 15 seconds. One star complaints online talk about poor quality USB power banks. It indicates a widespread, poorly understood problem caused by lack of documentation.

After research reveals an automatic shutdown utilized in power banks a second fix comes to mind: stick something else into the power bank to adequately load it enough to prevent shutdown. A mouse fob won't work. But flash memory does. Figure 3 shows the state of the art thus far.

player

Figure 4. Internal battery removed.

The contraption in Figure 3 comes with its own set of problems. It's not rugged - you know it's only a matter of time before flex stress breaks the big blue flash drive into pieces in your pocket. And the short, stiff USB cable sticks out like a sore thumb.

player

Figure 5. Final product.

Worse yet, a battle of the batteries eventually ensues. Mostly because when the MP3 senses an external source, it wants to go into small battery charge mode. You have to tease it back into play mode. Audio distortion and downright failure can occur as the batteries fight it out for dominance.

The third fix is to remove the small battery altogether, as shown in Figure 4. The fourth and final fix is to replace both the USB cable and the thumb drive with the more ruggedly compact circuit in Figure 5.

Circuit Design

The keepalive circuit [1] uses a 555 [2] as an astable multivibrator. Followed by a transistor switch with a free-wheeling diode, robust enough to handle the periodic 100 mA drop.

Schematic diagram

Figure 6. Schematic diagram. (Click on the schematic a couple of times to enlarge.)

For the 555 topology shown above, the governing equations become:

ton = 0.693 * R1 * C1(1)
toff = 0.693 * R2 * C1(2)

The component values used in the circuit give ton = 223 ms, and toff = 9.8 s.

Construction

player

Figure 7. DIY Type-A USB connector.

The DIY Type-A USB connector in Figure 7 is fashioned from tiny piece of universal prototype board with a smaller thin cardboard backer used to insulate the board's backside from the bank's female USB shield. The backside of the board is filed down first, to make it as smooth as possible, in order to prevent any solder spike or wire pokes through the cardboard.

If you examine Figure 7 carefully you can see how the Type-A connector follows physical power protocol. Pins 1 and 4 connect first. Followed by a D+ to D- horizontal connection. The bare #24 wires on the surface of the prototype board add enough depth to press firmly against the power bank's built-in female pads.

Final Comments

Figure 8 shows Logic Analyzer output captured from a circuit in operation. A period T ~ 11.25 seconds and the pulse width ~ 300 mS are obtained from the image by inspection. Within tolerances, the measured times agree nicely with theoretical times.

As is, after a couple of weeks of daily 2 - 3 hour trials, the battery has yet to register any sign whatsoever of drain. The drudgery of daily MP3 re-charges is now vanquished from my life.

pull-down pulse timing

Figure 8. Pull-down pulse timing. (Click on the image a couple of times to enlarge.)

The keepalive's efficiency can be compared to an always-on alternate circuit (eg a 50 Ω resistor). In this case, we can use this formula to calculate the keepalive's efficiency:

(3)

Field trials indicate the DIY Type-A USB connector as a weakness, prone to breakdown. And more robust alternatives are sought.

Notes

Bill of Materials

Table 1. Bill of materials.
ComponentDescriptionQty
R16.8 kΩ resistor1
R2150 kΩ resistor1
R3220 Ω resistor1
R447 Ω resistor1
C147 μF capacitor1
C2220 μF capacitor1
D11N4148 diode1
D21N5817 Schottky diode1
Q12N3904 NPN transistor1
U1NE555 timer1
S1slide switch1

© 2022 Don Kuenz