Integrating 3.7V Lithium Batteries into Custom Hardware

A single 3.7V lithium cell is the smallest building block in modern portable electronics — and one of the most under-specified. OEM product managers scoping a new portable device, sensor, wearable, or industrial controller often treat “3.7V battery” as a single line item, then discover during integration testing that the cell sags below the MCU’s brown-out threshold at 60% state-of-charge, the protection IC triggers during motor start-up, or the pack fails UN38.3 testing because nobody defined a thermal cutoff.

The difference between a working 3.7V integration and a dead-on-arrival one rarely comes down to the cell itself. It comes down to selecting the right combination of cell chemistry and form factor, protection circuit, charging topology, voltage regulator, mechanical mounting, and compliance pathway — and locking all of those down before the PCB layout goes to fab.

This guide walks through that decision chain from an OEM product manager’s perspective, assuming a single 3.7V (1S) cell. For multi-cell pack sizing and robot-platform decisions, our 3.7V battery integration guide for robots covers the series and parallel extension paths.

What “3.7V” Actually Means on Your Datasheet

The nominal voltage of a single lithium-ion or LiPo cell is 3.6–3.7V, but the cell actually operates across a defined range:

  • Full charge (cutoff): 4.20V ± 0.05V

  • Nominal: 3.6–3.7V

  • Recommended discharge cutoff: 3.0V (some chemistries allow down to 2.5V; verify against cell datasheet)

That means the voltage at your device’s power input swings by roughly 1.0–1.2V across a full discharge cycle. Anything on the PCB that expects a stable rail — an MCU, an analog front end, a USB charging controller — has to tolerate that swing, either through a regulator or through a wide-input power supply IC.

Three related facts that bite teams who skip this:

  1. Voltage sag under load is real. A cell pulling 2C continuous can sag 0.2–0.4V below open-circuit voltage. A “3.7V” rail that browns out at 3.2V under peak load is not actually a 3.7V rail.

  2. Cell voltage is not a fuel gauge. Two cells at 3.7V can have very different states of charge depending on chemistry, age, and load profile. SOC estimation requires coulomb counting or a fuel-gauge IC, not a voltage divider.

  3. The cell label is the chemistry ceiling, not the full spec. “3.7V” typically describes LCO, NMC, and NCA chemistries. LiFePO4 is 3.2V nominal; if you see a “3.7V LiFePO4” label, verify against the cell datasheet before quoting it as LiFePO4.

For OEM product managers specifying the cell, the conversation starts with the datasheet, not the marketing label.

Step 1 — Lock Down the Cell Format Before Anything Else

The first real decision is cylindrical vs. pouch, because the format drives the enclosure, the BMS topology, and the connector.

Format Typical Capacity Range Continuous Discharge Mechanical Profile Best For
18650 cylindrical 2,500–3,500 mAh 5–10A (high-drain cells up to 20A) 18mm × 65mm rigid metal can Replaceable packs, high-vibration industrial housings
21700 cylindrical 4,000–5,000 mAh 10–15A 21mm × 70mm rigid metal can Higher-capacity industrial products, e-bike sub-systems
LiPo pouch 500–10,000+ mAh 1C–25C depending on cell grade Flat, custom-shaped, no rigid shell Wearables, ultra-thin enclosures, drones

For OEM products, the practical selection rule of thumb:

  • Cylindrical if the device has a user-replaceable battery, a metal enclosure, or a high-vibration duty cycle. Cylindrical cells tolerate more mechanical abuse and are typically rated for 500–800 cycles at 80% depth-of-discharge. Tier-1 manufacturers (Panasonic, Samsung, LG, Molicel) also tend to ship with consistent safety certifications.

  • Pouch if the enclosure volume is constrained in one dimension (under ~8mm thick) or if the device needs a custom L×W footprint. Industrial-grade LiPo pouches (typically 5C continuous, gel-polymer or laminated formats) commonly deliver 800–1,200 cycles — well above hobby-grade cells at the same depth-of-discharge, which is why the cell supplier matters as much as the format.

  • Pouch cells require a compression frame. Without rigid compression around the cell, swelling over 200–400 cycles can deform the pack and stress the welds. Add 1–2mm to the pack thickness for the frame — this is a standard requirement for any product with a multi-year field life, not an optional refinement.

For deeper comparison of the two formats in an OEM procurement context, our 18650 vs pouch style 3.7V breakdown covers the BOM and certification trade-offs.

Step 2 — Define the Protection Circuit (BMS at the 1S Level)

A bare 18650 or LiPo cell without protection is a safety hazard, not a component. Every production 3.7V pack must include at least these four protection layers:

  1. Overcharge cutoff at 4.20–4.25V (cell-dependent; verify against datasheet)

  2. Over-discharge cutoff at 2.5–3.0V (typically 2.5V for industrial NMC, 3.0V for consumer-grade LiPo)

  3. Overcurrent cutoff at roughly 110% of the continuous load rating

  4. Short-circuit protection with sub-500µs response

For 1S packs, the dominant solution is the DW01A + dual MOSFET pair, which costs under $0.30 in volume and integrates cleanly with cylindrical or pouch cells. For higher-current industrial products or products that need to expose SOC/SOH over a communication bus, upgrade to:

  • XB6096I2S — protection + load sharing + 5V boost in a single chip

  • BQ29700 (TI) — robust protection for production-grade packs

  • Custom BMS IC — when you need CAN Bus, RS485, or SMBus comms with cell-level telemetry

A practical OEM question: do you need the BMS to talk to your host MCU? For a simple sensor that just needs safe charging and discharging, a DW01A-based module is enough. For a medical device or industrial controller that has to report state-of-charge to a host, you need a comms-capable BMS — and that decision needs to be made before the PCB is laid out, because the BMS chip choice determines which GPIO pins and which protocol stack the firmware team builds against.

For teams further down the protection-architecture decision tree, our BMS design engineering guide walks through the trade-offs in detail.

Step 3 — Pick the Charging Path Before the Connector Type

The charging decision is forced by the input source. For OEM products, the three most common input scenarios:

Input Source Recommended Charger IC Notes
USB-C 5V TP4056, MCP73831, or BQ24075 TP4056 is the lowest cost but lacks thermal regulation — fine for ≤2,000 mAh cells, marginal for larger packs.
USB-C PD (negotiated 9V/12V/15V/20V) FUSB302 PD controller + buck regulator Needed for fast-charge above 15W; adds BOM cost and PD-compliance testing.
No external input (inductive / solar / energy harvesting) MCP73831 or BQ25570 BQ25570 integrates energy-harvesting MPPT for solar or thermal harvesting.

For the most common case — a USB-C-powered single-cell product with a 1,000–3,000 mAh cell — the practical charger IC selection is:

  • TP4056 with a DW01A protection module: the lowest-cost, most-documented combination for prototypes and low-volume production. Charge current is set by a single resistor (typically 1.2 kΩ for 500 mA on a 1,000 mAh cell, which is a safe 0.5C charge rate).

  • MCP73831 with a discrete protection circuit: cleaner power path, better thermal performance, and tighter ±0.5% charge voltage regulation for production-grade products.

  • BQ24075/BQ25185 with integrated power-path management: keeps the load running while the battery charges. Required if your product is “always on” (medical device, IoT gateway) and can’t tolerate a brown-out when USB is plugged in.

A few OEM-specific cautions:

  1. Set charge current to ≤0.5C unless the cell datasheet explicitly supports higher. A 1C charge rate typically reduces cycle life by 15–25% for NMC cells; always check the cell-specific cycle-life curves before raising the charge C-rate.

  2. Lock out charging below 0°C for NMC. Charging sub-zero causes lithium plating on the anode — a permanent damage mechanism, not a recoverable fault. Add an NTC thermistor on the cell and gate charging below 0°C in firmware or BMS logic. For cold-chain products or outdoor sensors, treat this as a spec line item.

  3. Reverse-polarity protection on the input. A Schottky diode or ideal-diode MOSFET on VBUS prevents a miswired USB-C cable from killing the charger IC.

Step 4 — Match the Voltage Regulator to the Load

A 3.7V cell that swings from 4.2V to 3.0V across its discharge curve is not a regulated rail. If your product has any sub-system that needs a stable voltage, you need a regulator.

The right topology depends on the load current and the required output voltage:

Output Required Load Current Recommended Topology Example IC
3.3V ≤200 mA LDO AP2112, XC6206, TPS7A02
3.3V 200 mA – 1 A Buck (switching) TPS62840, MP2161
3.3V from a deeply discharged cell (≤3.0V) Any Buck-boost TPS63020, TPS61236
5V Any Boost or buck-boost TPS61236, MP3424
12V/15V Any Boost or SEPIC LT3571, TPS61170

Two practical rules:

  • LDOs are simple but waste power as heat. An LDO dropping 4.2V to 3.3V at 200 mA dissipates 0.18 W. That’s fine for sensor nodes, problematic for thermally constrained enclosures.

  • Buck-boost handles the full discharge curve. If your product must operate down to 3.0V input — and most portable products must — a buck-boost regulator keeps the output rail stable where an LDO or buck converter would drop out.

For products that also need to source 5V for USB host or peripherals, an integrated boost + LDO combo (like the TPS61236P) simplifies the BOM and keeps the protection story coherent.

Step 5 — Mechanical and Electrical Integration Details

Most 3.7V integration failures happen at the mechanical boundary, not the schematic. The non-electrical decisions that determine whether the pack ships:

  • Connector. JST-PH 2.0mm is the de-facto standard for LiPo packs. For cylindrical cells, a Keystone 1042 holder or a tagged cell with spot-welded nickel strips. Always specify the connector on the pack side and on the host side — they should not be the same connector family, to prevent accidental mis-wiring across product variants.

  • Fuse or PTC. A 2 A resettable PTC (or a one-shot fuse) on B+ is the cheapest second-fault barrier you can add. The BMS handles most faults, but a physical fuse is the line of last defense.

  • NTC placement. The thermistor should be glued directly to the cell body or pouch surface, not suspended in the wire bundle. A 10 kΩ NTC + 10 kΩ resistor divider to an MCU ADC pin is the typical interface.

  • Trace sizing. As a rule-of-thumb, a 1mm trace on 1 oz copper carries roughly 1–1.5 A; the actual current capacity scales with copper weight, trace length, allowable temperature rise, and whether the trace is on an internal or external layer. For a pack that can deliver 5A continuous, the + trace from the cell to the protection IC should be at least 2–3mm wide, and the high-current paths should go directly to the load, bypassing the protection IC’s low-current sense path.

  • Wire gauge. 22 AWG silicone wire is a common starting point for 1S LiPo packs in the 5–7A range; the appropriate gauge depends on the cell’s continuous discharge rating, the duty cycle, and the wire length. For high-current products, 20 AWG or 18 AWG with strain-relief at the cell tab.

  • Mounting. Pouch cells need a rigid compression frame and foam padding on both faces. Cylindrical cells need a holder that prevents axial movement under vibration — a loose 18650 in an enclosure will fatigue the spot welds within months.

Step 6 — Compliance and Transport (Often the Long Pole)

The thing most OEM product managers discover late: a 3.7V lithium cell is a regulated article, not just a component. Three regulatory regimes apply, and which one is mandatory depends on where the product ships and how it is sold:

  1. Transport (UN38.3). Standalone lithium cells and most battery packs shipped by commercial carriers (air, sea, ground) generally require UN38.3 test documentation under the UN Recommendations on the Transport of Dangerous Goods. The tests cover altitude simulation, thermal cycling, vibration, shock, external short circuit, impact, overcharge, and forced discharge. UN38.3 turnaround is an indicative range — commonly 4–8 weeks — but varies materially with lab capacity, sample readiness, and the completeness of the submission package. Sourcing cells from suppliers who already hold UN38.3 reports avoids the cost and delay of re-testing a new cell.

  2. Product safety. The applicable standard depends on the target market and product category — no single standard is universally mandated:

    • IEC 62133-2 is the international (CB scheme) cell and pack safety standard. It is widely cited for global sale, but national adoption varies: some markets accept CB reports directly, others require local deviations.

    • UL 2054 is a North American standard historically applied to household and commercial battery packs. It remains the cited standard for several IT and consumer categories.

    • UL 62133 is a North American standard derived from IEC 62133. It is the appropriate citation for many product classes, though some certifying bodies and product categories still require UL 2054.

    • Medical-device submissions (FDA, EU MDR, and equivalent) sometimes reference UN38.3 and IEC 62133 cell-level reports as part of the broader submission package. The submission itself carries additional documentation requirements, and the exact expectations vary by jurisdiction and device class.

  3. Shipping quantity limits. Cells above 100 Wh and packs above 300 Wh are subject to restricted shipping rules under IATA DGR and equivalent frameworks for air transport. Most 1S 3.7V packs sit well below 100 Wh (a 10,000 mAh 1S pack is roughly 37 Wh), but the exact thresholds and exemptions vary by carrier and shipment mode — verify with the freight forwarder before booking air freight.

For the full transport-compliance playbook, our UN38.3 and IATA shipping guide covers the documentation path for OEM shipments.

Decision Matrix — From Device Spec to Pack Configuration

For OEM teams that need to translate the above sections into a single-page procurement summary, the table below maps common device profiles to example cell, charger, regulator, and compliance paths. Use it as a starting point, then refine against your specific load and environmental data.

Device Profile Example Cell Example Charger IC Example Regulator Typical Compliance Path
USB-powered IoT sensor, 500–1,500 mAh 18650 Li-ion, 2,500–3,500 mAh TP4056 (prototype) / MCP73831 (production) LDO (3.3V) UN38.3 + IEC 62133 + CE/FCC
Wearable with <8mm thickness, 300–1,000 mAh LiPo pouch (5C industrial grade) MCP73831 with NTC lockout LDO or buck (3.3V) UN38.3 + IEC 62133 + regional marks
Always-on industrial controller, 2,000–5,000 mAh 18650 or 21700 Li-ion BQ24075 / BQ25185 (power path) Buck or buck-boost UN38.3 + IEC 62133 (region-specific UL/CE/FCC)
Cold-chain sensor (-20°C to 50°C), 1,000–3,000 mAh 18650 LiFePO4 (3.2V) or NMC + heater Low-temp-rated charger with NTC gate Buck-boost UN38.3 + IEC 62133 + cell-level low-temp verification
Medical portable, 2,000–5,000 mAh 18650 Li-ion (tier-1 cells) BQ24075 / BQ25185 Buck-boost for stable rail UN38.3 + IEC 62133 + FDA submission docs

The matrix above is a starting reference, not a substitute for cell-specific verification. Always confirm cycle life, voltage thresholds, and temperature limits against the cell manufacturer’s datasheet for the actual lot in use.

The Pre-Build Spec Checklist

Before you send a spec to any custom battery assembler or commit a PCB layout, lock down these seven inputs:

  • Cell chemistry and form factor. Cylindrical vs. pouch; specific cell model if known.

  • Capacity target in Wh, not Ah. Wh is voltage-agnostic and tells the supplier your actual energy budget.

  • Continuous and peak discharge current. Worst-case inrush (motor start, radio TX, sensor power-on) divided by capacity to get required C-rate.

  • Charging source and rate. USB-C 5V at 0.5C is the most common assumption — make it explicit.

  • Operating temperature range. Indoor (15–35°C) is straightforward. Outdoor or cold-chain (–20°C to 50°C) requires thermal management.

  • Mechanical envelope. Max dimensions in mm, mounting points, connector placement, wiring routing.

  • Target certifications. UN38.3 for transport, IEC 62133 or UL for product safety, plus any regional marks (CE, FCC, KC, PSE).

If you can fill in those seven blocks with real numbers, you have a spec a manufacturer can quote against. If you can’t, you’re buying blind — and the rework cost typically shows up in the field, not the lab.

Next Step — Convert the Checklist Into a Quoted Sample

Integrating a 3.7V cell into custom hardware is a coordinated set of decisions across cell, BMS, charger, regulator, mechanical mounting, and compliance. The dependencies between those decisions are tighter than most teams estimate in the early design phase. Exposing them early — by converting the checklist into a fixed spec and walking it through a supplier’s design review — is the cheapest way to retire integration risk before the PCB layout is locked.

For OEM teams evaluating custom pack suppliers against that fixed spec, our custom lithium battery pack design workflow page documents one supplier’s process; the engineering checklist above is the same regardless of supplier. Submit a locked spec to shortlisted vendors and compare design packages on like-for-like scope.