Electronics Design AU
Power Electronics

Batteries

Battery chemistry, charging, protection circuitry, and battery management systems.

Battery-powered products require careful design at every level: from selecting the right chemistry and cell size to implementing safe charging, protection, and fuel gauging. A battery system that is poorly designed fails silently — batteries that overheat, cells that over-discharge to irreversible damage, or runtime estimates that are wildly inaccurate all represent real engineering failures, not just inconveniences.

What Is Battery Management?

Battery management is the complete engineering discipline around using rechargeable cells safely and effectively:

  • Chemistry selection — lithium-ion, lithium-polymer, LiFePO4, NiMH, and primary (non-rechargeable) chemistries each have different energy density, charge characteristics, safety requirements, and temperature ranges.
  • Charging — lithium-ion and lithium-polymer cells require a CC/CV (constant current/constant voltage) charging protocol with precise voltage limits. Overcharging beyond 4.2 V per cell (typically) causes permanent damage and thermal runaway risk.
  • Protection — every lithium cell must be protected from overcharge, overdischarge, and overcurrent. Protection is typically provided by a dedicated protection IC with external MOSFETs.
  • Battery Management System (BMS) — for multi-cell packs, a BMS adds cell balancing (ensuring all cells in series reach the same voltage) to the protection functions.
  • Fuel gauging — estimating remaining battery capacity (State of Charge, SoC) from measurable parameters (voltage, current, temperature, coulomb counting). Accurate fuel gauging is harder than it looks.

Why Battery Management Design Matters

Poorly designed battery circuits cause real-world failures:

  • Overdischarge — lithium cells discharged below approximately 2.5–3.0 V per cell (depending on chemistry) suffer permanent capacity loss. Over repeated deep discharges, capacity drops to the point the product becomes unusable.
  • Overcharge — exceeding the maximum cell voltage generates heat and gas, ultimately causing venting, fire, or explosion.
  • Thermal management — lithium cells have operating and charging temperature limits. Charging below 0 °C causes lithium plating (permanent damage). Charging above 45 °C accelerates degradation. Products deployed in outdoor environments in Australia must account for elevated temperatures.
  • Inaccurate battery indicator — a fuel gauge that shows 50% but dies minutes later destroys user trust and often triggers support calls and warranty claims.

Key Concepts

  • Lithium-ion cell — the standard rechargeable chemistry for portable products. Nominal voltage ~3.6–3.7 V, charge to 4.2 V per cell (4.35 V for high-energy cells), minimum discharge voltage typically 3.0 V.
  • LiPo (Lithium Polymer) — a variant of lithium-ion using a polymer electrolyte; enables flexible and very thin cell formats. Electrical characteristics and charging requirements are similar to lithium-ion.
  • LiFePO4 (Lithium Iron Phosphate) — a lithium chemistry with lower energy density but greater thermal stability, longer cycle life, and safer failure modes. Nominal 3.2 V per cell, charge to 3.65 V.
  • CC/CV charging — constant-current phase until the cell reaches the maximum voltage, then constant-voltage phase at the maximum voltage until current drops to a termination threshold (typically C/10).
  • C-rate — the charging or discharging current expressed as a multiple of the battery's capacity. A 1C rate for a 1000 mAh battery is 1000 mA; a C/10 rate is 100 mA.
  • SoC (State of Charge) — the remaining capacity as a percentage of total capacity, analogous to a fuel tank's level.
  • Coulomb counting — integrating current over time to track SoC. Accurate in the short term but accumulates error without periodic re-calibration (typically at the full and empty endpoints).

Relevant Standards

  • UN 38.3 — the United Nations transport testing standard for lithium batteries. Required for shipping lithium cells and battery packs by air or sea; most commercially available cells and packs carry UN 38.3 test documentation.
  • IEC 62133 — safety requirements for portable sealed secondary lithium cells and batteries; required for many consumer product certifications in Australia and internationally.
  • IEC 62368-1 — audio/video, IT, and communications technology equipment safety standard; includes requirements for built-in lithium battery systems in consumer electronics.

Common Mistakes

  • Charging below 0 °C — lithium cells must not be charged below 0 °C (or the lower limit specified for the specific cell, typically 0–5 °C). Charging below this temperature causes lithium plating on the anode — permanent, irreversible damage that reduces capacity and creates a dendrite short-circuit risk. Monitor cell temperature and inhibit charging in firmware when below the limit.
  • No overdischarge protection for lithium cells — lithium cells discharged below approximately 2.5–3.0 V per cell (chemistry and manufacturer dependent) suffer permanent capacity loss and increased internal resistance. Every lithium cell circuit requires overdischarge protection, either from a dedicated protection IC or managed by firmware with a reliable voltage cutoff.
  • Using the TP4056 without a separate protection IC — the TP4056 is a charger only; it provides no overdischarge or short-circuit protection. Pairing it with a protection IC (DW01 + FS8205 is common) is necessary before the circuit is safe for a lithium cell.
  • Fuel gauge inaccuracy from not accounting for temperature — open-circuit voltage (OCV) vs SoC curves shift with temperature. A fuel gauge calibrated only at 25 °C will show significant SoC errors at low temperatures (−10 °C) or in Australian summer heat (40–50 °C ambient). Use a fuel gauge IC that includes a temperature model, or implement temperature compensation in firmware.
  • No protection from simultaneous charge and discharge in multi-cell packs — series-connected cells that are not balanced drift apart in voltage over many cycles. An unbalanced series pack eventually has cells driven to overcharge or overdischarge levels by the charging voltage. Cell balancing (passive or active) is mandatory for any series-connected lithium pack.

Common Questions

What is the difference between a battery protection IC and a BMS?

A battery protection IC protects a single cell (or parallel cell group) from overcharge, overdischarge, overcurrent, and short-circuit. A BMS adds cell balancing across a series string of cells, ensuring all cells stay at the same voltage to prevent individual cell overcharge or overdischarge in a multi-cell series pack. For single-cell products, a protection IC is sufficient. For multi-cell series products (e.g. 2S, 3S packs), a BMS is required.

What is the TP4056 and is it suitable for my design?

The TP4056 is a widely used single-cell lithium-ion charger IC implementing CC/CV charging up to 1A from a USB 5 V supply. It is straightforward and inexpensive but has no built-in overdischarge protection — you need a separate protection IC (such as the DW01) with external MOSFETs to protect the cell during discharge. This is why the TP4056 is commonly paired with the DW01/FS8205 combination in popular hobbyist designs. See the forum discussion on TP4056 CHRG LED stays on for a common troubleshooting scenario.

How accurate should a fuel gauge be?

For most consumer applications, ±5% SoC accuracy at room temperature is acceptable. This is achievable with a good voltage-based fuel gauge calibrated to the specific cell. Applications requiring better accuracy (medical devices, EV management) use more sophisticated ICs with impedance spectroscopy or machine-learning algorithms. Accuracy always degrades with temperature and cell age — the fuel gauge algorithm must account for both. Zeus Design designs battery management circuits for IoT, wearable, and portable product applications.

Knowledge Base

Battery Fundamentals

Protection and Safety

Fuel Gauging and Runtime

Forum Discussions

Related Topics