Knowledge Base

Battery-Powered System Design: Charging Topologies, Fuel Gauging, and Power Path

Battery subsystems are famously left to the end of the project — and famously responsible for the worst field bugs: devices that will not power on while charging, fuel gauges that read 80 % then die, and cells aged into oblivion by a well-intentioned charge profile. The three pillars are charging, gauging, and power path. Here is how they fit together.

Charging: The CC/CV Baseline and Its Variations

Lithium cells charge in two phases — constant current until the cell reaches its regulation voltage (typically 4.2 V, or 4.35/4.4 V for high-voltage chemistries), then constant voltage while current tapers to a termination threshold. The design decisions hide in the details:

  • Linear vs switching charger: linear chargers are small, quiet, and perfect below ~1 A (and when the input voltage is close to the cell voltage); switch-mode chargers earn their complexity above that, where linear dissipation becomes a thermal problem.
  • Charge current and termination: faster charging ages cells; terminating at C/10 instead of C/20 trades a few percent capacity for cycle life. Respect the cell datasheet, not the charger's maximum.
  • Input source adaptation: USB-PD and adapter-current limiting let the charger negotiate what the source can deliver — essential when a phone-class charger meets a 3 Ah cell.

Power Path: Why "Charger + Load in Parallel" Fails

The naive circuit — charger output directly feeding both the battery and the system — has two classic failure modes: the system boots into charge-termination logic (the charger sees the load current and never terminates), and a deeply discharged battery causes backup-mode droop that browns out the processor. Modern power-path (NVDC) chargers solve both: the system rail is regulated independently while the battery charges separately, and a deeply discharged cell is pre-charged gently while the system runs from the adapter. Specify power-path architecture for anything with a display, a radio, or a bootloader you cannot brick.

Fuel Gauging: Three Levels of Honesty

  1. Voltage scaling: free and wrong under load — lithium's flat discharge curve means 3.7 V can be 60 % or 10 % remaining depending on current and temperature.
  2. Coulomb counting: integrates current over time; accurate short-term but drifts, needing periodic full-cycle resets.
  3. Model-based gauges: a learning algorithm (impedance track and relatives) combines voltage, current, and temperature against a cell model — accurate across load and aging, at the cost of configuration data specific to your cell.

Match the method to the product: a tracker reporting "low battery" tolerates voltage scaling; a medical pump does not.

Protection Is a System, Not a Fuse

  • Cell-level protection (overcharge, over-discharge, over-current, short circuit) belongs in the pack or on a protection IC — the charger's accuracy is not a safety system.
  • Check NTC placement on the cell surface, not the PCB; thermals in a sealed enclosure differ by tens of degrees.
  • Design for the shipping state: cells stored at ~30 % state of charge age far slower — a "storage mode" that partially discharges fresh packs pays back in warranty life.

JTDZ Tech supplies charger ICs, power-path PMICs, fuel gauges, and protection devices across single- and multi-cell architectures. Tell us your cell chemistry and load profile and we will quote a matched power-management chain.

TVS Diodes and ESD Protection ICs: Protecting External Ports Without Breaking Signals
Motor Drive Design Essentials: MOSFET Selection, Gate Driving, and Layout