USB-C Fast-Charging Power Bank with Replaceable 18650 Cells
Prototype of a USB-C power bank using replaceable 18650 cells with fast-charge/USB Power Delivery support.
Advanced Project
— This is advanced because a real USB-C fast-charge power bank combines battery charging, power-path management, high-current boost conversion, and USB-C/PD negotiation, all of which require careful power and thermal design.
Assumptions:
- Single-cell 18650 pack architecture (1S1P) rather than multi-cell series pack.
- User wants both charging the battery from USB-C and fast-charge output to external devices over USB-C.
- Prototype can use a dev board or controller module rather than a fully custom power-bank ASIC design.
- Battery protection, cell holder, and enclosure are not included in the database parts and will need to be sourced separately.
Bill of Materials
Compatibility Notes
- The core design is a 1S 18650 system, so charger, fuel gauge, and boost stage must all support single-cell Li-Ion operation.
- MCP73871-2CCI/ML and ESP32-DevKitC-32U are both ESP32-DevKitC-32U system parts, but the charger itself is not a USB-PD controller; STUSB4500QTR handles USB-C PD negotiation on the input side.
- ESP32-DevKitC-32U is appropriate for a 1-cell battery to 5V rail, but you still need to verify peak output current against the USB fast-charge profile you want to advertise.
- ESP32-S3-DevKitC-1 runs at 3.3V logic, so any external power-path or PD control signals must be checked for voltage compatibility and open-drain requirements.
- If you want true USB-C fast-charge output as a source, the design becomes more complex than a simple 5V boost bank and may require additional source-side Type-C/PD circuitry beyond the parts listed here.
You'll Also Need
- 18650 cell holder or spring contacts
- Protected 18650 cells or a separate battery protection/BMS circuit
- USB-C receptacle, cable, and ESD protection parts
- Inductors, sense resistors, capacitors, and compensation components for the charger and boost converter
- Status LEDs, pushbutton, and any enclosure/mechanical hardware
- Thermal design and PCB layout for high-current paths
- If you want USB-C PD output as a source, additional source-side PD controller circuitry may be needed beyond the listed parts
Estimated BOM Cost: $35-40 (based on live distributor pricing)
Design Considerations
Power Path Architecture
A power bank should not simply charge the cell and separately boost the output without load sharing. The MCP73871-2CCI/ML is attractive because it can power the system while charging, which avoids brownouts when a load is plugged in during charging. For a prototype, keep the system rail and USB output rail clearly separated in the schematic and verify startup behavior with a nearly empty battery.
USB-C Fast-Charge Reality
USB-C fast charge can mean either higher-current 5V output or actual USB Power Delivery negotiation. If you only need 5V at higher current, the design is much simpler; if you want 9V/12V source profiles, you need source-side PD control and careful role management. The STUSB4500QTR is a good sink controller, but it does not by itself make the bank a full-featured PD source.
Battery Safety
Replaceable 18650 cells require a protection strategy, especially in a prototype that may see unknown cells from different vendors. Use protected cells or add a proper protection/BMS stage, and include reverse-polarity protection if the holder allows user replacement. Validate cutoff behavior at low voltage, overcurrent, and short-circuit conditions before connecting real phones or tablets.
Output Current and Thermal Limits
A single 18650 cell can deliver useful power, but sustained 5V high-current output will heat the boost converter, inductor, and battery. Expect efficiency losses and plan for thermal rise at 2A to 3A output; a compact enclosure can trap heat quickly. Measure inductor and switch temperatures at full load and derate the advertised output if needed.
State-of-Charge Accuracy
Voltage-only battery indication is poor for Li-Ion because the discharge curve is flat over much of the capacity. The ESP32-DevKitC-32U gives much better user feedback, but it still needs correct battery characterization and a stable sense path. Calibrate the gauge with the actual cell type you plan to use, and test across temperature and load conditions.
Prototype Validation
Test the design in stages: first charger-only, then boost-only, then combined power-path operation, and finally USB-C negotiation. Use electronic load tests to verify startup, transient response, and cutoff behavior. A lot of power-bank failures show up only when a phone repeatedly connects and disconnects, so include hot-plug and short-circuit tests early.
Want to customize this project or build something different?
Try the Project Advisor


