Battery Technologies Explained: Types, Charging Methods, BMS Design, and Real-World Applications

Batteries are now the silent backbone of modern engineering products, from tiny wireless sensors to electric vehicles and marine navigation systems. If you build embedded hardware or firmware, battery behavior is not a side topic. It affects reliability, safety, runtime, thermal design, and customer experience.

This guide gives a technically accurate but beginner-friendly view of battery technologies and battery management systems. You will learn how to compare chemistries, choose the right battery for your project, design safer charging and discharging strategies, and understand why BMS architecture is often the difference between a robust product and a field failure.

1. Introduction to Batteries

What is a battery?

A battery is an electrochemical energy storage device. It converts chemical energy into electrical energy through redox reactions between two electrodes (anode and cathode) and an electrolyte that allows ion transport.

  • During discharge, chemical reactions push electrons through the external circuit.
  • During charge (for rechargeable cells), external electrical energy drives the reverse chemical reactions.

How batteries store and release energy

At a high level:

  1. The anode hosts ions in one chemical state.
  2. The cathode hosts ions in another chemical state.
  3. The electrolyte moves ions internally while electrons flow in the external circuit.
  4. Voltage comes from electrochemical potential difference between electrodes.

Think of voltage as pressure, current as flow rate, and capacity as tank size. This analogy is imperfect but useful for first-order design.

Basic battery terminology

TermSymbolMeaningPractical note
VoltageVElectrical potential differenceDetermines compatibility with your electronics and power converters
CurrentARate of charge flowHigh current increases heat and voltage sag
CapacityAh, mAhCharge available over time2 Ah means ideally 2 A for 1 hour
EnergyWhTotal stored energyWh = V × Ah; better than Ah for cross-voltage comparisons
PowerWRate of energy deliveryW = V × I; relevant for motors, radios, and inrush events
Internal resistancemOhmEffective resistance inside cellHigher resistance means more heat and more voltage drop under load
State of ChargeSoCRemaining charge percentageEstimated, not directly measured
State of HealthSoHAging condition versus newOften estimated from capacity fade + resistance rise
C-rateCCharge/discharge rate normalized by capacity1C for 2 Ah cell = 2 A

Useful equations:

  • Energy: Wh = Vnominal x Ah
  • Runtime approximation: hours = Wh / average load in W
  • Resistive loss inside battery: Ploss = I^2 x Rinternal

2. Primary vs Secondary Batteries

Primary batteries (non-rechargeable)

Primary cells are designed for one-time use. Their chemistry is not safely reversible in normal operation.

Typical examples:

  • Zinc-carbon
  • Alkaline
  • Primary lithium (for example Li-SOCl2 in industrial sensors)

Strengths:

  • Long shelf life
  • Simple system design (no charger)
  • Good for low-duty, infrequent-use devices

Limitations:

  • Higher lifetime cost when frequently replaced
  • More waste
  • Not suitable for high-energy cycling applications

Secondary batteries (rechargeable)

Secondary cells support reversible electrochemical reactions and many charge/discharge cycles.

Typical examples:

  • Lead-acid
  • NiCd, NiMH
  • Lithium-ion family (Li-ion, LiPo, LiFePO4, LTO)

Strengths:

  • Lower cost per kWh over life in repeated-use systems
  • Better fit for mobile, high-power, and energy storage applications

Limitations:

  • Need proper charging control
  • Require protection circuitry (especially lithium chemistries)
  • Performance and safety depend on system integration quality

Primary vs secondary quick comparison

FeaturePrimarySecondary
RechargeableNoYes
Upfront complexityLowMedium to high
Lifetime energy costHigh in frequent-use productsLower in cyclic use
MaintenanceReplacement onlyCharging, monitoring, sometimes balancing
Best use caseRemote low-drain, backup itemsConsumer electronics, EVs, UPS, tools

3. Common Battery Chemistries

Below is a practical engineering overview of the most common chemistries.

Zinc-Carbon

  • Operation: Zinc anode, manganese dioxide cathode, typically ammonium chloride or zinc chloride electrolyte.
  • Advantages: Very low cost, easy availability.
  • Disadvantages: Low energy density, poor high-current behavior, short life under heavy load.
  • Safety: Generally safe, but leakage risk with old or deeply discharged cells.
  • Applications: Low-drain remotes, basic clocks, simple flashlights.

Alkaline

  • Operation: Zinc and manganese dioxide with alkaline electrolyte (potassium hydroxide).
  • Advantages: Better shelf life and capacity than zinc-carbon.
  • Disadvantages: Still non-rechargeable, weaker under very high pulse loads compared to some rechargeables.
  • Safety: Leakage can occur, especially after deep discharge or long storage.
  • Applications: Consumer AA/AAA devices, toys, household electronics.

Lead-Acid

Lead-acid remains important due to low cost, surge capability, and mature infrastructure.

Flooded lead-acid

  • Advantages: Lowest cost per Wh, robust for automotive starter use.
  • Disadvantages: Requires ventilation and maintenance (water refill in many designs), spill risk.
  • Applications: Engine starting, legacy backup systems.

AGM (Absorbent Glass Mat)

  • Advantages: Sealed, lower maintenance, better vibration tolerance than flooded.
  • Disadvantages: Higher cost than flooded, still heavy.
  • Applications: Marine, UPS, start-stop vehicles, telecom backup.

Gel

  • Advantages: Good deep-cycle tolerance, sealed design.
  • Disadvantages: More sensitive to overcharge profile; generally lower high-current performance than AGM.
  • Applications: Mobility systems, renewable storage in moderate-power setups.

Safety for lead-acid:

  • Hydrogen gas generation during overcharge in vented systems.
  • Acid exposure risk.
  • Thermal stress under poor charging control.

Nickel-Cadmium (NiCd)

  • Operation: Nickel oxyhydroxide cathode and cadmium anode.
  • Advantages: High cycle robustness, good low-temperature operation, high discharge capability.
  • Disadvantages: Cadmium toxicity, memory-effect concerns, lower energy density than lithium.
  • Safety: Chemically stable in many rugged environments but problematic for environmental regulations.
  • Applications: Aviation legacy systems, industrial tools, harsh-environment equipment.

Nickel-Metal Hydride (NiMH)

  • Operation: Nickel oxyhydroxide cathode with hydrogen-absorbing alloy anode.
  • Advantages: Better energy density than NiCd, no cadmium.
  • Disadvantages: Higher self-discharge (improved in low-self-discharge variants), heat during fast charge.
  • Safety: Generally safer than many lithium chemistries, but still requires correct charge termination.
  • Applications: AA rechargeables, consumer electronics, hybrid vehicles (historically significant).

Lithium-Ion (Li-Ion)

  • Operation: Lithium ions shuttle between graphite anode and metal-oxide cathode (chemistry varies by cathode type).
  • Advantages: High energy density, low self-discharge, broad ecosystem.
  • Disadvantages: Sensitive to overcharge, over-discharge, and high temperature.
  • Safety: Requires protection and charge management; thermal runaway risk exists under abuse.
  • Applications: Phones, laptops, power tools, e-bikes, EV packs.

Lithium Polymer (LiPo)

  • Operation: Lithium-ion electrochemistry with polymer/gel-like electrolyte format, usually pouch construction.
  • Advantages: Thin form factors, high discharge rates in many models, lightweight packaging.
  • Disadvantages: Mechanically sensitive pouch, swelling risk, careful handling required.
  • Safety: Higher packaging vulnerability means stronger mechanical and charging discipline is needed.
  • Applications: Drones, RC systems, slim portable devices.

Lithium Iron Phosphate (LiFePO4)

  • Operation: Lithium-ion family using iron-phosphate cathode.
  • Advantages: Excellent thermal stability, long cycle life, strong safety profile.
  • Disadvantages: Lower energy density than many Li-ion chemistries (for same size/weight).
  • Safety: One of the safest mainstream lithium options.
  • Applications: Solar storage, marine house banks, RV systems, industrial backup, some EV segments.

LiFePO4 vs Li-ion quick note:

  • If maximum runtime per kilogram is the top priority, many Li-ion chemistries win.
  • If long life, safety margin, and cycle durability matter most, LiFePO4 is often preferred.

Lithium Titanate (LTO)

  • Operation: Uses lithium titanate anode instead of graphite.
  • Advantages: Extremely long cycle life, excellent fast charge capability, strong low-temperature behavior.
  • Disadvantages: Low energy density and high cost.
  • Safety: Very robust compared with many other lithium variants.
  • Applications: Fast-charge buses, specialty industrial and grid applications.

Sodium-Ion (overview)

  • Operation: Similar architecture concept to lithium-ion, but sodium ions are charge carriers.
  • Advantages: Sodium abundance can reduce material pressure and cost, improved sustainability potential.
  • Disadvantages: Lower energy density than leading Li-ion today, ecosystem still maturing.
  • Safety: Promising safety characteristics in many designs, but market standards are still evolving.
  • Applications: Emerging stationary storage, low-cost mobility segments.

Chemistry comparison table

Values are broad ranges and can vary by specific cell design, manufacturer, and operating profile.

ChemistryEnergy density (Wh/kg)Typical cycle lifeRelative costSafetyWeight impactCharging complexityTypical applications
Zinc-carbon30-70Not rechargeableLowHigh (low abuse energy)Heavy for given energyVery lowRemote controls, low-drain devices
Alkaline80-150Not rechargeableLow to mediumHighModerateVery lowConsumer AA/AAA devices
Flooded lead-acid30-50300-800LowMedium (gas/acid hazards)HeavyMediumStarter batteries, backup
AGM lead-acid35-60400-1000MediumMedium to highHeavyMediumUPS, marine, telecom backup
Gel lead-acid35-55500-1200MediumMedium to highHeavyMedium-high (profile sensitive)Deep-cycle storage
NiCd45-801000-2000Medium-highMedium (toxic material concerns)Moderate-heavyMediumIndustrial/legacy aviation
NiMH60-120500-1000MediumHighModerateMediumConsumer rechargeables, hybrid systems
Li-ion (general)150-260500-1500MediumMedium (needs strict controls)LightHighSmartphones, laptops, EVs
LiPo150-240300-1000Medium-highMedium-low under abuseVery lightHighDrones, RC, thin devices
LiFePO490-1602000-6000Medium-highHighModerateHighSolar storage, marine, industrial
LTO50-1105000-20000HighVery highModerate-heavyHighFast-charge fleets, industrial
Sodium-ion100-160 (emerging)1000-4000 (emerging)Expected low-mediumMedium-high (developing)ModerateHigh (ecosystem maturing)Grid storage, cost-sensitive mobility

4. Selecting the Right Battery

Battery selection is a multi-variable engineering trade-off, not a single-number optimization.

Key selection criteria

  1. Cost
    • Compare total cost over product life, not only initial pack cost.
  2. Size and weight
    • Handheld products are energy-density constrained.
  3. Safety
    • Consider abuse scenarios, enclosure, and user environment.
  4. Temperature range
    • Cold-crank and hot-soak behavior can dominate failure modes.
  5. Peak current requirements
    • Motors, radios, and inrush currents need low impedance and current headroom.
  6. Lifetime expectations
    • Daily-cycled systems need strong cycle life and aging tolerance.
  7. Charging infrastructure
    • Availability of chargers, charging time, and field maintenance model.

Practical examples by domain

DomainTypical battery choiceWhy it is selected
Automotive starterFlooded or AGM lead-acidHigh cranking current, established infrastructure, cost-effective
Marine house systemsLiFePO4 or AGMDeep cycling, safety/stability (LiFePO4) or compatibility (AGM)
DronesLiPoHigh power-to-weight and high discharge rates
SmartphonesLi-ion polymer formatsHigh energy density and thin form factors
IoT sensorsPrimary lithium or LiFePO4 + low-power designLong field life, wide temperature options, low maintenance
UPSAGM lead-acid, increasingly Li-ion/LiFePO4Reliability, standby operation, lifecycle economics
Solar storageLiFePO4, lead-acid in budget systemsCycle life, safety, and storage economics
Medical portable equipmentLi-ion or LiFePO4 (regulated packs)High reliability, safety controls, validated pack electronics

A simple battery selection flow

flowchart TD
    A[Define load profile] --> B[Estimate energy and peak power]
    B --> C{Strict weight or volume limit?}
    C -- Yes --> D[Evaluate Li-ion or LiPo]
    C -- No --> E{Need very long cycle life and high safety?}
    E -- Yes --> F[Evaluate LiFePO4 or LTO]
    E -- No --> G{Lowest upfront cost required?}
    G -- Yes --> H[Evaluate lead-acid or primary cells]
    G -- No --> I[Compare lifecycle cost and charging ecosystem]
    D --> I
    F --> I
    H --> I
    I --> J[Prototype and validate in temperature and abuse tests]

5. Charging Algorithms

Charging is chemistry-dependent. A charger that is safe for one battery can damage another.

Core charging methods

Constant Current (CC)

  • Charger supplies fixed current.
  • Battery voltage rises during the phase.
  • Common in first phase of lithium charging.

Constant Voltage (CV)

  • Charger holds fixed voltage.
  • Current naturally tapers as battery approaches full state.
  • Common as second phase in lithium charging.

CC-CV charging

  • Standard for most lithium-ion batteries.
  • Phase 1: CC until target voltage per cell is reached.
  • Phase 2: CV hold until taper current threshold is reached.

Trickle charging

  • Very low current to compensate self-discharge.
  • Appropriate for some chemistries (for example some nickel systems with care).
  • Not generally recommended as a constant strategy for many lithium chemistries.

Float charging

  • Maintain battery at a fixed standby voltage.
  • Classic for lead-acid standby systems (UPS, telecom backup).

Pulse charging

  • Charge delivered in pulses with rest intervals.
  • Can reduce heating in some scenarios; implementation quality matters.

Charging by chemistry

ChemistryTypical charging approachKey control pointsCommon risks if wrong
Lead-acidMulti-stage: bulk, absorption, floatTemperature compensation, correct float voltageGassing, water loss, sulfation, thermal issues
NiMHCC with delta-V, temperature, and timer terminationDetect full charge reliablyOverheat, venting, reduced life
NiCdCC with delta-V and temperature sensingAvoid sustained overchargeMemory effects and thermal stress
Li-ionCC-CV with strict voltage limitsPer-cell voltage, current, temperatureThermal runaway, plating, capacity loss
LiFePO4CC-CV with lower per-cell full voltage than many Li-ion typesTight cutoff, no prolonged over-voltageBMS trips, accelerated degradation, safety events

Charging curve diagrams (conceptual)

Li-ion CC-CV

Current
  ^   |-------- CC --------|\
  |                        | \
  |                        |  \  taper (CV)
  +------------------------------------------> time

Voltage
  ^               /--------------------------- (CV setpoint)
  |             /
  |           /
  +------------------------------------------> time

Lead-acid bulk/absorption/float

Voltage
  ^            _________ absorption ________
  |           /                               \____ float
  |   bulk   /
  +------------------------------------------> time

Why improper charging is dangerous

  • Over-voltage can trigger lithium plating, gas generation, or thermal runaway.
  • Under-controlled fast charging can cause local hotspots and separator damage.
  • Wrong lead-acid float voltage accelerates corrosion or sulfation.
  • Poor termination for NiMH/NiCd increases temperature and pressure.

6. Discharge Characteristics

Battery discharge curves

Different chemistries have different voltage-vs-SoC behavior:

  • Lead-acid: gradual decline, easier rough SoC inference from open-circuit voltage (with caveats).
  • Li-ion: relatively flat mid-region, steeper near end of discharge.
  • LiFePO4: very flat plateau; voltage alone is poor SoC indicator over large middle range.

Effect of load current

Higher current causes:

  • Larger voltage sag due to internal resistance.
  • Reduced effective capacity (rate-dependent behavior).
  • Increased heating and accelerated aging.

Example:

A 2 Ah cell may deliver close to rated capacity at 0.2C, but noticeably less at 2C, depending on chemistry and temperature.

Effect of temperature

  • Low temperature: higher internal resistance, reduced available capacity, weaker power delivery.
  • High temperature: temporary performance can improve, but aging accelerates.

Deep discharge and over-discharge risks

  • Deep discharge repeatedly can permanently reduce capacity.
  • Over-discharge in lithium cells can cause copper dissolution and internal damage, creating safety risk on recharge.
  • BMS undervoltage cutoff is critical for lithium packs.

Voltage sag example

If internal resistance is 80 mOhm and load current is 10 A:

  • Sag = I x R = 10 x 0.08 = 0.8 V

A pack near low-voltage threshold may shut down under transient load even if resting voltage looks acceptable.

7. Battery Management Systems (BMS)

Why a BMS is needed

A battery management system is the supervisory electronics and firmware that keeps a battery pack safe, usable, and long-lived.

Core goals:

  • Prevent operation outside safe electrical and thermal limits.
  • Improve lifetime via balancing and controlled operation.
  • Provide telemetry for estimation and diagnostics.

Core BMS functions

  1. Cell voltage monitoring
  2. Over-voltage protection
  3. Under-voltage protection
  4. Over-current and short-circuit protection
  5. Temperature monitoring
  6. Cell balancing
  7. SoC estimation
  8. SoH estimation
  9. Fault logging and communication (for example CAN, SMBus, UART)

Passive vs active balancing

Balancing methodHow it worksProsConsTypical use
Passive balancingBleeds energy from higher-voltage cells as heatSimpler, cheaper, widely usedWastes energy, slower on large packsConsumer packs, many moderate-size systems
Active balancingTransfers charge between cellsBetter efficiency, faster equalizationHigher cost and design complexityEV, high-capacity storage, performance packs

SoC and SoH estimation overview

  • SoC methods include coulomb counting, open-circuit voltage correlation, and model-based filtering.
  • SoH often combines capacity fade estimation, impedance growth tracking, and cycle history.
  • In real products, hybrid estimators are common because no single method is perfect across all conditions.

Typical BMS architecture (concept)

flowchart LR
    Cells[Battery Cells] --> Sense[AFE: voltage/current/temperature sensing]
    Sense --> MCU[BMS MCU]
    MCU --> Protect[Protection FETs and contactors]
    MCU --> Balance[Balancing circuits]
    MCU --> Comms[CAN SMBus UART BLE]
    MCU --> Est[SoC and SoH estimation]

8. Safety Considerations

Thermal runaway

Thermal runaway is a self-accelerating heat event where exothermic reactions raise temperature faster than heat can be removed.

Triggers can include:

  • Overcharge
  • Internal short
  • Mechanical damage
  • High ambient temperature combined with high current stress

Battery swelling

Swelling (common in stressed pouch cells) indicates gas generation and internal degradation. It is a warning sign, not cosmetic damage.

Fire risks

  • Lithium packs can burn intensely when vented with flame.
  • Enclosure design, fusing, spacing, and vent paths matter.
  • System-level protections are as important as cell-level specs.

Storage recommendations

  • Store in moderate temperature, away from direct sunlight.
  • Avoid storing fully depleted packs for long periods.
  • For lithium, medium SoC storage is often preferred over full charge for long idle periods.

Transportation considerations

  • Follow regulations for shipping lithium batteries (state of charge limits, packaging, labeling, UN compliance).
  • Mechanical isolation and short-circuit prevention are mandatory.

Charging safety best practices

  1. Use chemistry-correct chargers and profiles.
  2. Enforce temperature limits in hardware and firmware.
  3. Use certified cells and validated pack designs.
  4. Add independent secondary protection where risk demands it.
  5. Log faults and prevent automatic restart after critical events.

Real-world safety examples

  • Consumer electronics recalls have occurred due to separator defects and charging control faults.
  • Marine battery fires have been linked to improper retrofits and non-matching charging systems.
  • Low-cost e-mobility packs without robust BMS and thermal design have shown elevated incident rates.

9. Batteries in Embedded Systems

Battery-aware embedded design is about power budgeting, measurement quality, and control policy.

Key considerations for embedded products

Sleep modes and power optimization

  • Use deep sleep aggressively in duty-cycled systems.
  • Gate high-power peripherals (GNSS, cellular, radios, displays).
  • Minimize quiescent current of regulators and sensor front ends.

Battery-powered IoT and wireless sensors

  • Match transmission intervals and payload size to energy budget.
  • Use local buffering and event-driven wakeups.
  • Validate battery life with real RF conditions, not only lab averages.

Portable devices and marine electronics

  • Portable devices need thermal-aware charging and accurate runtime estimation.
  • Marine electronics must tolerate vibration, humidity, and irregular recharge schedules.

Electric vehicles

  • EVs require high-integrity BMS with pack-level and module-level fault handling.
  • Thermal management and cell balancing strategy strongly influence usable lifetime.

Monitoring methods in embedded systems

MethodWhat it measuresStrengthsLimitations
ADC voltage sensingCell or pack voltageLow cost, simpleVoltage alone can mislead SoC in flat-curve chemistries
Shunt + ADC current sensingInstantaneous currentAccurate power and protection dataNeeds calibration, thermal drift handling
Coulomb counterIntegrated charge in/outGood for dynamic SoC trackingDrift accumulates without recalibration
Fuel gauge ICModel-based SoC/SoH estimationBetter accuracy across conditionsRequires characterization and proper configuration
Smart battery IC (SMBus, etc.)Pack telemetry and controlsStandardized host integrationAdded BOM and firmware integration complexity

Practical embedded example

An outdoor LoRa sensor node:

  • Battery: LiFePO4 single cell for safety and cycle durability.
  • Firmware: sleeps 99.5 percent of time, wakes every 10 minutes to sample and transmit.
  • Monitoring: coulomb counter + temperature sensor + periodic relaxed-voltage calibration.
  • Result: stable multi-year service with predictable maintenance intervals.

Solid-state batteries

Promise:

  • Higher safety through solid electrolyte concepts.
  • Potential for higher energy density.

Challenges:

  • Manufacturing scale, interface stability, and cost.

Sodium-ion batteries

  • Strong candidate for lower-cost stationary storage and selected mobility segments.
  • Less dependence on some constrained lithium supply chains.

Silicon anodes

  • Potentially higher capacity than graphite.
  • Ongoing challenge: volume expansion and cycle stability.

Fast charging technologies

  • Better thermal models, adaptive charging, and improved materials are reducing charge times.
  • Faster charging must be balanced against long-term degradation.

Wireless charging

  • Convenience improves user experience.
  • Efficiency and thermal management remain central engineering constraints.

Battery recycling and circularity

  • Recycling processes are improving recovery of lithium, nickel, cobalt, and other materials.
  • Design-for-disassembly and traceable pack data will become more important.

11. Conclusion

Battery technology selection is always a systems decision. The right answer depends on your load profile, environment, safety requirements, lifetime targets, and operational model.

Key practical guidelines:

  1. Start with a real load profile (average and peak), not nominal assumptions.
  2. Compare batteries by Wh, lifecycle cost, and safety margin, not only Ah.
  3. Match charging algorithms to chemistry and enforce temperature-aware limits.
  4. Treat BMS as a core design block, not an optional add-on.
  5. Validate in realistic conditions: temperature, vibration, duty cycle, and fault scenarios.
  6. For many embedded and storage projects, LiFePO4 is compelling when safety and cycle life matter more than absolute energy density.
  7. For tight size/weight constraints, lithium-ion batteries remain dominant, but require disciplined protection design.

Whether you are designing an IoT sensor, marine controller, drone, or EV subsystem, mastering battery technologies and battery management system principles will directly improve product reliability and user trust.


If you want a follow-up deep dive, a useful next step is designing a practical BMS firmware state machine with fault latching, recovery policy, and production-ready telemetry.