0% found this document useful (0 votes)
4 views5 pages

Chapter 2

The document provides an overview of Battery Management Systems (BMS) and Lithium-Ion (Li-Ion) technology, detailing the fundamentals of Li-Ion cells, their formats, and cathode materials. It explains the BMS's core functions, architecture options, and the differences between off-the-shelf and custom BMS implementations. Key aspects such as safety, efficiency, and the physics of battery management are also discussed, highlighting the importance of maintaining safe operating conditions and cell balancing.

Uploaded by

Trang
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views5 pages

Chapter 2

The document provides an overview of Battery Management Systems (BMS) and Lithium-Ion (Li-Ion) technology, detailing the fundamentals of Li-Ion cells, their formats, and cathode materials. It explains the BMS's core functions, architecture options, and the differences between off-the-shelf and custom BMS implementations. Key aspects such as safety, efficiency, and the physics of battery management are also discussed, highlighting the importance of maintaining safe operating conditions and cell balancing.

Uploaded by

Trang
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Introduction to Battery Management Systems (BMS) & Li-Ion

Technology

1. Li-Ion Cell Fundamentals


Understanding the Battery Management System (BMS) requires a deep dive into the
fundamental unit it manages: the Lithium-Ion cell.

Naming Conventions
Lithium-ion cells often follow specific naming standards based on their dimensions. The most
common is the cylindrical convention:
Example: 18650
18: Diameter in millimeters (mm).
65: Length in millimeters (mm).
0: Indicates a cylindrical shape.
Example: 21700 (21mm x 70mm) – Popularized by Tesla for higher energy density.

Formats
The physical packaging of the cell dictates how a battery pack is mechanically designed and
cooled.
1. Cylindrical: (e.g., 18650, 4680) High mechanical stability, easy to manufacture. The natural
gaps between packed cells allow for easier air or liquid cooling.
2. Prismatic: Rigid rectangular casing (often aluminum or steel). Efficient space utilization
(stacking) but can be heavier and harder to cool due to large contact surfaces.
3. Pouch: Flexible, bag-like casing (aluminum-polymer film). Highest packing density and
lightweight. However, they are mechanically vulnerable (prone to puncture) and require
external compression to handle expansion (swelling) during aging.

Chemistry (Cathode Materials)


The voltage, safety, and performance of a cell depend heavily on its cathode material:
LFP (Lithium Iron Phosphate - LiFePO4): Known for high safety and long cycle life (2000+
cycles). Lower energy density. Nominal voltage: ~3.2V.
NMC (Nickel Manganese Cobalt): Excellent balance of energy and power. widely used in
EVs. Nominal voltage: ~3.6V–3.7V.
NCA (Nickel Cobalt Aluminum): High energy density (used in high-performance EVs), but
lower thermal stability.
LCO (Lithium Cobalt Oxide): High energy density, used in consumer electronics
(phones/laptops), but expensive and lower thermal safety.

Safety & Safe Operating Area (SOA)


The BMS must keep every cell within a strictly defined Safe Operating Area (SOA) to prevent
Thermal Runaway—an uncontrollable, self-heating state that can lead to fire or explosion.
Voltage Limits: Over-charging causes lithium plating (dendrites) and electrolyte
breakdown; over-discharging causes copper collector dissolution.
Current Limits: High current causes excessive ohmic heating (I 2 R).
Temperature: Charging below 0°C can cause instantaneous lithium plating; high
temperatures degrade chemistry rapidly.

Efficiency & Aging


Coulombic Efficiency: The ratio of Charge Out to Charge In. For Li-Ion, this is typically
>99%, meaning very little charge is lost to side reactions during a single cycle.
Energy Efficiency: Always lower than Coulombic efficiency due to internal resistance
(Voltage drop under load).
Aging Mechanisms:
Calendar Aging: Capacity loss over time while stored, driven by state of charge (SOC)
and temperature.
Cycle Aging: Capacity loss due to mechanical stress and chemical changes during
usage.
SEI Growth: The Solid Electrolyte Interphase (SEI) layer thickens over time on the
anode, consuming active lithium and increasing internal resistance.

2. The Physics of Management: Modelling & Series Strings

The Problem of Unequal Voltages


In a battery pack, cells are connected in series to increase voltage. While the current flowing
through the series string is identical, the individual cells are never perfect clones. They vary in
capacity, internal resistance (Rin ), and self-discharge rates.

The "Weakest Link" Effect: During charging, the cell with the lowest capacity fills up first.
The BMS must stop charging the entire string to protect this single cell, even if others are
only 90% full.
The Result: The total usable capacity of the pack is limited to that of the weakest cell.
The Solution: Cell Balancing (Passive or Active) is required to equalize the voltages.

Modelling & Simulation


To manage a battery effectively, the BMS relies on mathematical models, as internal states like
SOC cannot be measured directly.
Equivalent Circuit Models (ECM): The most common model for real-time BMS applications.
It represents the cell using electrical components:
Voltage Source (OCV ): Represents Open Circuit Voltage vs. SOC.
Resistor (R0 ): Represents instantaneous internal resistance.

RC Pairs (R1 C1 , R2 C2 ): Represent polarization and diffusion time constants (transient


​ ​ ​ ​

response).

3. The Li-Ion BMS: Definition & Functionality

Definition
A Battery Management System (BMS) is an electronic system that manages a rechargeable
battery (cell or pack), ensuring it operates within its safe operating area, monitoring its state,
calculating secondary data, reporting that data, controlling its environment, authenticating it,
and balancing it.

Core Functions
1. Sensing (Data Acquisition):
Precision measurement of Cell Voltage (V ), Pack Current (I ), and Temperature (T ).
Current measurement is critical for "Coulomb Counting."
2. Estimation (Algorithms):
SOC (State of Charge): The "Fuel Gauge" (0–100%).
SOH (State of Health): Remaining capacity vs. nominal capacity (%).
SOP (State of Power): Max power available for immediate acceleration (discharge) or
regen (charge) without violating voltage limits.
3. Protection:
Hardware and software redundancy to disconnect the load/charger (via
contactors/MOSFETs) if limits are exceeded.
4. Communication:
Transmitting data to the master vehicle controller (VCU) or inverter via CAN Bus, UART,
Modbus, or Bluetooth.

4. BMS Architecture (Topology)


The physical arrangement of the BMS hardware depends on the pack size and application.

1. Centralized
Description: A single PCB handles all monitoring, balancing, and logic for the entire pack.
Pros: Lowest cost, simple assembly for small packs.
Cons: Messy wiring harness (spaghetti wires) for large packs; not scalable.
Use Case: E-scooters, E-bikes, Laptops.

2. Modular (Master-Slave)
Description: The pack is divided into modules. Each module has a "Slave" board measuring
its local cells. A central "Master" board coordinates all slaves via a communication loop
(daisy chain or CAN).
Pros: Highly scalable, clean wiring (short wires to cells), easier assembly of large packs.
Cons: Higher cost than centralized.
Use Case: Electric Vehicles (EVs), Grid Storage (BESS).

3. Distributed
Description: Every single cell (or very small parallel group) has its own tiny circuit board.
Pros: Ultimate granularity and ease of installation.
Cons: Extremely expensive, complex communication, high failure probability due to
component count.
Use Case: Specialized research or extremely high-reliability niche applications.

5. Implementation Strategy: Custom vs. Off-the-Shelf

Off-the-Shelf (Generic) BMS


Pros: Low upfront cost, immediate availability, proven reliability for standard use cases.
Cons: "Black box" algorithms (cannot tune SOH/SOC models), fixed form factor (may not fit
your housing), limited communication protocols.
Best For: Prototypes, low-volume production, hobbyist projects, standard 12V/24V/48V
replacements.
Custom BMS
Pros:
Form Factor: Designed to fit perfectly inside the battery enclosure.
Algorithms: Proprietary SOC/SOH algorithms tuned effectively for the specific cell
chemistry.
Cost: Lower unit cost at high volume (removed unused components).
Cons: High NRE (Non-Recurring Engineering) fees, long development time (months/years),
certification (UL/IEC) costs.
Best For: Mass production EVs professional OEM products critical safety applications

You might also like