Battery charge measurement

What Is Battery Charge Measurement?

Battery charge measurement is the discipline concerned with quantifying the electrical energy stored in a rechargeable battery at any given moment. It focuses on estimating the state of charge (SoC), a normalized metric that expresses remaining capacity as a percentage of the battery's rated capacity. Accurate charge measurement is foundational to safe battery operation, enabling power electronics systems to prevent overcharging, deep discharge, and premature degradation.

The challenge is that SoC cannot be measured directly as a physical quantity. Instead, it is inferred from observable electrical and thermal variables: terminal voltage, current, temperature, and internal impedance. The field draws from electrochemistry, control theory, and signal processing to build estimators that are both accurate under dynamic load conditions and computationally tractable for embedded hardware.

State of Charge Estimation

The most widely used direct measurement approaches rely on voltage readings or coulomb counting. Open circuit voltage (OCV) methods exploit the known relationship between a battery's resting voltage and its SoC, but require the battery to be at rest for minutes to hours to obtain stable readings. Coulomb counting, also called current integration or ampere-hour counting, tracks cumulative current flow over time; it is simple to implement but accumulates error from sensor offset and self-discharge unless periodically recalibrated.

Adaptive estimation techniques address these limitations by combining battery models with real-time sensor data. The extended Kalman filter (EKF) and unscented Kalman filter (UKF) are widely deployed in battery management systems. A 2019 review in IEEE Xplore evaluating SoC estimation methods for electric vehicle applications found that UKF-based approaches consistently outperform EKF in accuracy under highly dynamic load profiles, at the cost of greater computation.

Electrochemical Impedance Spectroscopy

Electrochemical impedance spectroscopy (EIS) offers a distinct measurement path. EIS applies a small sinusoidal excitation across a range of frequencies and measures the resulting impedance spectrum. Features of the spectrum, particularly the semicircle diameter in the mid-frequency range, correlate with SoC and also with the battery's state of health (SoH). IEEE research on EIS-based SoC estimation has demonstrated that carefully chosen single-frequency impedance measurements can achieve results comparable to full spectral sweeps, making the technique viable for on-board real-time systems.

A further class of methods uses electrochemical models, such as the pseudo-two-dimensional (P2D) model, to compute SoC from first principles. These provide high accuracy and physical interpretability but are computationally intensive, so they are more commonly used as reference standards for validation than as embedded real-time estimators.

Measurement Accuracy and Error Sources

Several factors systematically degrade charge measurement accuracy, and each requires targeted mitigation in the estimator design. Temperature shifts the OCV-SoC curve and alters internal resistance, so thermal compensation is required for operation across wide temperature ranges. Battery aging changes capacity and internal parameters, causing estimators calibrated on new cells to drift over time. Current sensor offset introduces cumulative error in coulomb-counting methods. Robust systems address these through periodic recalibration, observer-based parameter adaptation, and sensor fusion that cross-checks multiple measurements to identify outliers.

The accuracy targets differ by application: consumer electronics typically tolerate SoC errors of a few percent, while electric vehicle applications require estimation errors below one percent to ensure safe range prediction and safe power delivery. The Alternative Fuels Data Center at the US Department of Energy notes that the onboard charger in an all-electric vehicle monitors voltage, current, and temperature continuously, making accurate SoC measurement a necessary input to safe charging control.

Applications

Battery charge measurement has applications in a range of fields, including:

  • Electric and hybrid vehicle battery management, where SoC drives range estimation and charge control
  • Grid-scale energy storage systems requiring dispatch optimization based on available capacity
  • Portable medical devices dependent on reliable runtime prediction
  • Consumer electronics, including smartphones and laptops, with battery health indicators
  • Stationary uninterruptible power supply (UPS) systems monitoring backup capacity
Loading…