Back to library
DOCUMENT IDB-BAT-015

IDB-BAT-015

Battery · charging · BMS · safety

Battery and power management

Reference for Li-ion chemistry selection, charging architectures, battery management system (BMS) design, fuel gauging, and the safety standards (UN 38.3, IEC 62133, EU Battery Regulation) that govern shipping and sale.

Revision1.0
IssuedMay 2026
OwnerIdeambox engineering
CompanionPDF reference

Abstract

Battery and power-management decisions shape five subsequent constraints: runtime, charging time, regulatory compliance (UN 38.3 mandatory for shipping; IEC 62133, EU Battery Regulation, UL 1642), shipping mode (lithium cells restrict air freight), warranty exposure (cycle life), and end-of-life (collection and recycling under EPR).

Section 1 covers chemistry selection. Section 2 covers cell selection and form factor. Section 3 covers BMS architecture. Section 4 covers charging design. Section 5 covers fuel gauging. Section 6 covers safety standards and shipping regulations. Section 7 covers thermal management.

01 Concept Intent Constraints 02 Design CAD · PCB DFM review 03 Prototype Test plan Iterate 04 Source RFQ · BOM Contract 05 Sample Golden Approval 06 Produce QC · cert Ramp 07 Ship Freight Customs HARDWARE PRODUCT DEVELOPMENT — 7-STAGE PIPELINE PHASE 1 · DEFINE PHASE 2 · BUILD PHASE 3 · PRODUCE PHASE 4 · DELIVER
Battery decisions sit in Phase 2 (Build) but ripple through every later phase — compliance, shipping, warranty, field service.

1.Chemistry selection

Li-ion is the dominant chemistry for consumer hardware. Pick the variant based on energy density, cycle life, safety, and cost trade-offs.

1.1Li-ion chemistry comparison

ChemistryNominal VEnergy density (Wh/kg)Cycle lifeCost / WhBest for
LCO (LiCoO₂)3.7150–200500$0.12Compact electronics, phones
NMC (LiNiMnCoO₂)3.6150–2201 000–2 000$0.10EV, laptops, general use
LFP (LiFePO₄)3.290–1202 000–5 000$0.10Solar storage, e-bikes, safety-critical
LTO (Li₄Ti₅O₁₂)2.460–8010 000+$0.50Fast-charging, long life, low temp
NCA (LiNiCoAlO₂)3.6200–2501 000–2 000$0.12Tesla EVs, premium devices
NaCl (sodium-ion)3.2100–1502 000–4 000$0.06Emerging; safety-oriented

1.2Other battery chemistries

  • Lithium polymer (LiPo)Same chemistries above, but in pouch form. Lower weight, more flexible shape, slightly higher cost. Widely used in wearables, drones, slim devices.
  • Alkaline (primary)Non-rechargeable. Used in low-current devices (remotes, sensors). 1.5 V nominal.
  • NiMHRechargeable, 1.2 V nominal. Largely obsolete except in specific industrial applications.
  • Lead-acidCheap, robust, heavy. Used in industrial backup, automotive.

1.3Selection criteria

PriorityBest chemistry
Maximum energy densityLCO, NCA
Long cycle lifeLFP, LTO
Safety + thermal stabilityLFP, LTO
Cost-sensitiveNMC, sodium-ion (emerging)
Low-temperature operationLTO, special NMC blends
Fast charging (>2C)LTO, modified NMC
Slim form factorLiPo (any chemistry)

2.Cell selection + form factor

Cell choice locks the mechanical design, charge architecture, and BMS topology.

2.1Standard cylindrical cell sizes

CellDiameter × Length (mm)Typical capacityCommon chemistryUse case
10440 (AAA size)10 × 44350 mAhNMCCompact electronics
14500 (AA size)14 × 50800 mAhLFP, NMCReplacement for AA
1465014 × 651 200 mAhNMCMid-size devices
1865018 × 652 500–3 500 mAhNMC, LFP, NCALaptops, e-bikes, tools
2170021 × 704 000–5 000 mAhNMCEVs, premium laptops
2665026 × 655 000 mAhLFPStationary, marine
3270032 × 706 000 mAhLFPStationary, large packs

2.2Pouch (LiPo) cell sizing

Pouch cells are typically specified by width × length × thickness in mm, plus capacity.

  • Examples: 503450 = 5 mm × 34 mm × 50 mm; 853450 = 8.5 mm × 34 mm × 50 mm.
  • Capacity ≈ 1.5 × thickness (mm) × width (mm) × length (mm) × 0.1 mAh (rough estimate, varies by chemistry density).
  • Discharge rate (C-rate)1C = capacity per hour. 2C means 2× capacity per hour. Most LiPo cells safe at 1–2C continuous.

2.3Pack topology

TopologyNotationUse
Single cell1SWearables, low-power IoT
2 cells series2S7.4 V devices (some phones)
3 cells series3S11.1 V (drones, power tools)
4S+4S, 5S, etc.Higher-voltage applications
Parallel cells1P, 2P, etc.Capacity multiplication
Series + parallel2S2P, 3S4P, etc.Combined voltage + capacity

Example: 3S2P pack = 3 cells in series (×3.7 = 11.1 V), 2 in parallel (×capacity). Total capacity = 2× single cell.

3.Battery management system (BMS)

The BMS protects the cell(s) and presents a managed interface to the rest of the system.

3.1Core BMS functions

  • Overcharge protectionDisconnects charge path when cell voltage exceeds limit (typically 4.20 V ± 50 mV for Li-ion).
  • Over-discharge protectionDisconnects load when cell voltage drops below limit (typically 2.50–3.00 V).
  • Over-current protectionDisconnects on excess current (charge or discharge).
  • Short-circuit protectionFast disconnect (10–100 µs typical).
  • Over-temperature protectionDisconnects on cell temp exceeding limit (typically 60 °C charge, 70 °C discharge).
  • Cell balancingFor multi-cell packs, equalises charge across cells (passive or active).
  • State of Charge (SoC) reportingCoulomb counting or voltage-based estimation.

3.2BMS chip categories

TypeExamplesBest for
Single-chip BMS for 1STI BQ24074, MAX17048, ADP5350Wearables, single-cell devices
Multi-cell BMS controllerTI BQ76952, BQ40Z802S–16S packs
Smart battery fuel gaugeTI BQ27Z561, MAX17260Battery state reporting
Battery pack microcontrollerADC-based customComplex packs, multi-cell
Integrated charger + BMSTI BQ25895, BQ24180USB-charged single-cell devices

3.3Cell balancing methods

  • Passive balancingBleeds excess charge through a resistor on cells with higher SoC. Cheap, simple. Wastes energy (heats up).
  • Active balancingTransfers charge from higher-SoC cells to lower-SoC cells via inductors or capacitors. More expensive, more efficient. Used in large packs (EV, energy storage).

3.4State of Charge (SoC) estimation

  • Voltage-basedReads cell voltage and looks up SoC in a lookup table. Simple but inaccurate during load (voltage sag). Best for low-current devices.
  • Coulomb countingIntegrates current in/out. Accurate but drifts over time without reset (typically at full charge).
  • Kalman filter / blended methodsCombines voltage + coulomb counting + temperature. Best accuracy, most complex implementation.

4.Charging design

Charging architecture trades off charge time, complexity, efficiency, and standards compliance.

4.1Charging stages (Li-ion CC/CV)

1. Pre-charge (trickle) — Low current (0.05–0.1C) if cell voltage is below ~3.0 V (deep discharge recovery). 2. Constant current (CC) — Charges at rated current (typically 0.5–1C) until cell voltage reaches the limit (typically 4.20 V). 3. Constant voltage (CV) — Holds voltage at 4.20 V; current decreases as cell saturates. 4. Termination — When current drops below 0.05C, charging stops.

4.2Charging current limits

Cell classStandard chargeFast chargeUltra-fast
Standard NMC0.5–1C1.5–2CNot recommended
High-discharge NMC1–2C2–3C3–4C (specific cells)
LFP0.5–1C1–2C2–3C
LTO2–6C6–10C10–20C

C-rate × capacity = charge current. Example: 3 000 mAh cell at 1C charge = 3 A.

4.3Common charging architectures

ArchitectureComponentsBest for
Linear chargerSingle charger ICSimple, low current (<1 A), heat-tolerant
Buck chargerCharger IC + inductorMedium current (1–3 A), better efficiency
Boost chargerCharger IC + inductor (boost mode)When input voltage < battery voltage
Bidirectional (charger + discharger)More complex ICUSB-PD with reverse output capability
Wireless (Qi, MagSafe)Receiver coil + rectifier + linear/buckPremium devices, no exposed contacts

4.4USB-PD considerations

  • USB-PD profiles5V, 9V, 12V, 15V, 20V at various currents (up to 100 W with PD 3.0, 240 W with EPR).
  • PPS (Programmable Power Supply)Allows charger to negotiate exact voltage for direct cell charging (more efficient).
  • Direct chargePD source provides cell voltage directly, eliminating an intermediate stage. Used in high-current fast charging (>20 W).

4.5Charging time formula

``` Charging time (h) ≈ Capacity (mAh) / Charge current (mA) × 1.4

Example: 3 000 mAh cell at 1.5 A → 3000 / 1500 × 1.4 = 2.8 hours The 1.4 factor accounts for CV taper at the end. ```

5.Safety standards + shipping

Battery products must meet multiple standards to ship and sell legally.

5.1Mandatory safety standards by region

RegionStandardScope
GlobalUN 38.3Air transport safety (8 tests)
GlobalIEC 62133-2Portable battery safety
USUL 1642Lithium battery safety
USUL 2054Battery pack safety
EUEN 62133-2Same as IEC 62133-2
EUEU Battery Regulation 2023/1542Carbon footprint, removability (phased 2024–2027)
ChinaGB 31241Portable electronic battery safety
JapanPSEMandatory for certain batteries

5.2UN 38.3 tests (8 required for shipping)

1. Altitude simulation — 11.6 kPa pressure for 6 hours. 2. Thermal test — -40 °C and +75 °C cycling. 3. Vibration — Sinusoidal vibration test. 4. Shock — Mechanical shock test. 5. External short circuit — At +55 °C. 6. Impact / crush — Mechanical penetration. 7. Overcharge — 2× rated current for 24 hours. 8. Forced discharge — For primary batteries.

UN 38.3 testing cost: $3 000–8 000 per cell type. Required for any shipment of Li-ion batteries (loose cells or batteries-in-devices). Certificate is one-time per cell model.

5.3Shipping regulations

ModeClassificationLimits
Air (passenger aircraft)UN 3480 (cells alone)Forbidden as cargo since 2016
Air (cargo aircraft only)UN 3480≤30 % SoC for cells; per IATA DGR
Air (in devices)UN 3481Per IATA: ≤2 cells / ≤100 Wh per device; less restrictive than alone
SeaUN 3480 / 3481Generally permitted, IMDG Code
Ground (US)UN 3480 / 3481Per US DOT 49 CFR

5.4EU Battery Regulation 2023/1542 highlights (effective 2024–2027 phased)

  • Carbon footprint disclosureMandatory for industrial + EV batteries from 2025; portable from 2027.
  • RemovabilityEnd-user must be able to remove and replace portable batteries with commonly available tools (phased; full implementation 2027).
  • Recycled content minimumsCobalt 12 %, lithium 4 %, nickel 4 %, lead 85 % by 2030.
  • EPR feesProducer pays for collection and recycling.
  • Battery passportDigital passport for industrial + EV from 2027.

6.Thermal management

Battery thermal management is the difference between predictable cycle life and field failures.

6.1Operating temperature ranges

ChemistryOptimalAcceptableAvoid
Li-ion (NMC, LCO)15–25 °C0–45 °C< -10 °C (charging), > 50 °C
LFP15–25 °C-10 to +60 °C< -10 °C (charging), > 60 °C
LTO-20 to +55 °C-40 to +75 °CWider range, more tolerant
Alkaline20 °C0–55 °C< -10 °C (capacity loss)

6.2Heat sources in a battery system

  • I²R lossesInternal resistance × current². Rises with current (fast charge / discharge) and as cells age.
  • Charging chemistrySome heat generated during charge.
  • Ambient temperatureHigher ambient pushes the whole system warmer.

6.3Thermal management approaches

  • Passive (heatsink, thermal pad)Adequate for <5 W heat generation in small devices.
  • Active (fan)Required for >10 W sustained heat or premium products.
  • Liquid coolingRequired for large packs (EV, energy storage) or very high power density.
  • PCM (phase-change material)Absorbs heat during peak; releases during cool-down. Used in some EV packs.

6.4Cycle life vs. temperature

TemperatureCycle life impact (NMC cell)
15 °C1.0× baseline (e.g., 1 000 cycles to 80 % capacity)
25 °C0.85× (baseline reference)
35 °C0.50×
45 °C0.25×
55 °C0.10×
60 °C+Risk of thermal runaway

Storing batteries at high temperature accelerates capacity fade and shortens cycle life. Devices stored in hot cars or warehouses lose capacity faster.

Final note.battery design is multi-disciplinary — electrochemistry, electronics, mechanical, regulatory, and supply chain all converge on a single component. Get the chemistry, BMS, and safety standards right at the start. Late-stage changes to battery system require re-certification, re-test, and often re-design. Battery is one of the slowest things to fix once production starts.