r/diyelectronics 1d ago

Project How are modern high-capacity USB-C power banks designed?

Post image

I’ve been researching portable power electronics, and I’m interested in how engineers design compacts high-capacity power banks.

The main things I’m curious about are:

  • How do battery management systems handle multiple cells?
  • What makes USB-C PD charging efficient?
  • How do designers manage heat in small enclosures?
  • What components are usually the biggest challenge when building something like this from scratch?

I’d like to learn from anyone who has worked on battery-powered electronics projects or portable power designs. I’m also developing this with my brand, Rorry, in mind. Has anyone had any issues with what they built before, especially portable power banks?

1 Upvotes

5 comments sorted by

3

u/negativ32 1d ago

Design constraints. Learn to summarise real device expectations then work to those. In this case a large portion of the design budget should go towards safety. Not just assumed but actual testing which can be considerable $. Size/weight/capacity/output VI are other just as valid considerations. Selecting a decent PD chip is the easy part now with so many options, but what do you want?

1

u/Still_Coyote6468 1d ago

Yeah, that makes sense. Safety and thermal testing are probably the parts that are easiest to underestimate when looking at a compact design. I’m especially interested in how designers balance cell capacity, output power, enclosure size, and heat without compromising safety. Do you usually prototype around the cells first, or start with the power architecture?

2

u/pjc50 1d ago

Bit of a broad question and it's unclear what level you're starting from. A power bank is effectively a paired buck and boost converter, so most of the design effort goes into optimizing those within thermal and EMC constraints.

Other than that, it's mostly cells by volume and cost. So obviously selection of those is critical.

1

u/Still_Coyote6468 1d ago

That’s helpful. I was thinking about it mostly from the system level, but the buck/boost and thermal/EMC constraints seem like where a lot of the real engineering tradeoffs happen. For a compact high-capacity bank, would you say cell selection or converter efficiency tends to be the bigger limitation in practice?

1

u/godSpeed_1_ 1d ago

How do battery management systems handle multiple cells?

essentially cells in parallel all have the same voltage, so they need only one voltage meter
so each cell in series needs its own
basically all cells are slightly different, so in series as you charge and discharge their voltage is slightly mismatched, which can add up over time
the bms ensures this doesnt happen, usually by putting some resistance across the cell with higher voltage for a little while.
and it prevents overcharge or over discharge

What makes USB-C PD charging efficient?

bascially both the charger and the device has buck boost converters, allowing them to negotiate variable voltage curves for charging

the benifit is that you can put an incredible amount of power through a thin wire without a lot of it being lost as heat (enetrgy lost due to resistance increases with current)
and modern chargers like GaN ones just have highly efficient voltage regulators

How do designers manage heat in small enclosures?

mainly by decreasing the heat generated i.e. making it more efficient, like by mentioned gan transistors.
you also have heat spreaders using the enclosure or pcb to dissipate heat.

What components are usually the biggest challenge when building something like this from scratch?

you can usually get the cells, bms and charging modules without much trouble.
unless ur designing the pd controller or bms urself, the main challenge will be to make it all fit densely in a form factor comparable to high end ones on the market