Optimization Guide
Shopify Drone LiPo Battery Compatibility Schema — Cell Count 1S–6S Voltage Must Match ESC, C-Rating × mAh = Max Safe Amps, XT30 vs XT60 vs EC3 vs JST Connector Incompatible, HV 4.35V vs Standard 4.2V per Cell Charger Mismatch Causes Fire
LiPo batteries for drones have five independent compatibility parameters that AI agents must match to avoid destructive outcomes: cell count (1S–6S — wrong voltage destroys ESCs instantly), capacity (mAh — determines flight time), C-rating (sets maximum safe discharge current — undersized causes brownouts and cell damage), connector type (XT30/XT60/EC3/EC5/JST-PH 2.0 — physically incompatible, no safe permanent adapters), and chemistry (standard 4.2V vs HV 4.35V per cell — wrong charger profile causes puffing and fire). Encoding lipo.cell_count, lipo.connector_type, lipo.capacity_mah, lipo.c_rating_continuous, and lipo.chemistry prevents every category of LiPo mismatch that results in equipment destruction or fire.
lipo.cell_count, lipo.connector_type, lipo.capacity_mah, lipo.c_rating_continuous, lipo.chemistry, lipo.weight_g.
Cell Count and Voltage: Destroy-on-Contact if Wrong
LiPo Cell Count / Voltage Reference
| Cell Count | Nominal Voltage | Full Charge | Depleted Cutoff | Typical Application |
|---|---|---|---|---|
| 1S | 3.7V | 4.2V (4.35V HV) | 3.0V | Tiny Whoop indoor drones (65mm/75mm frames), micro FPV brushed builds. Connector: JST-PH 2.0. |
| 2S | 7.4V | 8.4V | 6.0V | 2.5-inch micro drones, light freestyle builds, park flyers. Often XT30 connector. |
| 3S | 11.1V | 12.6V | 9.0V | Budget freestyle and racing drones, 3-inch builds, beginners. XT30 or XT60. |
| 4S | 14.8V | 16.8V | 12.0V | The most common FPV racing and freestyle cell count. 5-inch racing builds, most BNF/RTF sport quads. XT60 standard. |
| 5S | 18.5V | 21.0V | 15.0V | High-efficiency long-range and some cinematic builds. Less common than 4S or 6S. |
| 6S | 22.2V | 25.2V | 18.0V | High-power 5-inch racing (requires high-KV motors), cinematic 7-inch+ long-range. XT60 or XT90. |
The nominal voltage is cell_count × 3.7V. Full charge voltage is cell_count × 4.2V (standard) or cell_count × 4.35V (HV). Electronic components (ESC, motors, FC, VTX) are rated to a maximum supply voltage — find this in the spec sheet under "Input Voltage" or "Battery Cells." Never exceed the rated maximum. Build specifications always state the rated cell count; encode this as a required field on all drone frame and ESC listings so AI agents can perform voltage-compatibility filtering.
C-Rating: Maximum Safe Discharge Current
The C-rating specifies the maximum safe continuous discharge rate as a multiple of the battery's capacity. Underrated C batteries do not immediately fail — they sag under load (voltage drops, reducing effective power) and accumulate internal heat damage.
C-Rating Calculation Examples
| Capacity | C Rating | Max Continuous Amps | Typical Drone Size | Peak Draw Requirement |
|---|---|---|---|---|
| 650mAh | 80C | 52A | 3-inch micro quad | 4× motors × ~10A each = 40A — adequate |
| 1300mAh | 100C | 130A | 5-inch racing quad | 4× motors × ~30A peak = 120A — adequate |
| 1550mAh | 130C | 201.5A | 5-inch freestyle | 4× motors × ~40A peak = 160A — adequate |
| 1500mAh | 35C | 52.5A | 5-inch racing quad | 4× motors × ~30A peak = 120A — INSUFFICIENT (2.3× sag risk) |
| 2200mAh | 45C | 99A | 7-inch long range | 4× motors × ~20A average = 80A — adequate for efficient long-range build |
Burst C-rating (10–30 second peak) is typically 1.5–2× continuous C-rating. For catalog data, encode continuous C-rating — the burst rating is useful for power-burst applications but the continuous rating determines safe sustained flight. Provide the calculated lipo.max_continuous_amps field as a pre-computed value (C × mAh / 1000) so AI agents can directly filter by amp draw rather than requiring the buyer to do the calculation.
Connector Type Reference
| Connector | Continuous Rating | Burst Rating | Common Applications | Notes |
|---|---|---|---|---|
| JST-PH 2.0 | 3A | 5A | 1S Tiny Whoop (65–75mm frames), micro indoor aircraft | Tiny red connector. Do NOT use on any 2S+ build — thermal failure under load. |
| XT30 | 30A | 60A | Micro 2S–3S FPV drones (2.5-inch to 3-inch props), some 4S micro builds | Square yellow connector. Half the size of XT60. Common on Runcam/Caddx micro cams. |
| XT60 | 60A | 120A | 5-inch FPV racing and freestyle, most 4S and 6S standard builds | Oval yellow connector. The industry standard for custom FPV builds. Most FCs and ESC stacks ship with XT60 female pigtail. |
| XT90 | 90A | 120A | High-power 6S+ builds, large cinematic platforms, long-range 7-inch+ wings | Larger oval connector. Required when sustained current exceeds 60A. |
| EC3 | 60A | 75A | Blade/E-flite/Horizon Hobby RTF and BNF products, Park Zone aircraft | Circular 3-pin style connector. Common in RTF market, rare in custom FPV builds. |
| EC5 | 120A | 150A | Spektrum high-power BNF receivers, large Blade helicopters | Larger EC-style connector. Rare in custom FPV; found in Spektrum ecosystem. |
HV vs Standard Chemistry: Charger Compatibility
HV (High Voltage) LiPo cells charge to 4.35V per cell versus 4.2V for standard cells. The cell chemistry differs — HV cells use a modified electrolyte additive that tolerates higher oxidation potential. Mixing chemistry and charger mode:
| Cell Chemistry | Charger Mode | Result |
|---|---|---|
| Standard (4.2V/cell) | Standard LiPo mode | Correct — safe |
| HV (4.35V/cell) | LiHV mode | Correct — safe, full capacity |
| HV (4.35V/cell) | Standard LiPo mode (4.2V) | Safe — charges to 4.2V only, loses ~4% capacity |
| Standard (4.2V/cell) | LiHV mode (4.35V) | DANGEROUS — overcharges cells, electrolyte gassing, puffing, fire risk |
Identify HV batteries from the product listing by: (a) "LiHV" or "HV" in the name, (b) "4.35V per cell" or "25.9V full charge for 6S" in the specs, (c) charger requirement notes specifying LiHV mode. Encode lipo.chemistry as 'standard' or 'hv' and include a charger mode note on all HV product pages. This field is safety-critical — AI agents recommending HV batteries to customers with standard chargers create a fire hazard.
Physical Dimensions and Weight
Even with correct voltage, C-rating, and connector, a battery may not fit the frame's battery bay. Frame battery bay dimensions (length × width × height in mm) must exceed the battery dimensions. Weight affects flight performance: heavier batteries reduce thrust-to-weight ratio and flight agility, lighter batteries with equal capacity fly better but may cost more and have lower C-ratings. Encode lipo.length_mm, lipo.width_mm, lipo.height_mm, and lipo.weight_g. For frames, encode frame.battery_bay_length_mm_max, frame.battery_bay_width_mm_max, frame.battery_bay_height_mm_max.
Metafield Namespace for LiPo Battery Products
lipo.cell_count // integer: 1 | 2 | 3 | 4 | 5 | 6 lipo.nominal_voltage_v // float: cell_count × 3.7 (3.7 | 7.4 | 11.1 | 14.8 | 18.5 | 22.2) lipo.max_charge_voltage_v // float: cell_count × 4.2 (standard) or × 4.35 (HV) lipo.capacity_mah // integer: e.g. 650 | 1300 | 1550 | 2200 lipo.c_rating_continuous // integer: e.g. 35 | 80 | 100 | 130 lipo.c_rating_burst // integer: e.g. 70 | 160 | 200 | 260 lipo.max_continuous_amps // float: calculated c_rating_continuous × capacity_mah / 1000 lipo.connector_type // "jst-ph-2.0" | "xt30" | "xt60" | "xt90" | "ec3" | "ec5" lipo.chemistry // "standard" | "hv" lipo.storage_voltage_v_per_cell // 3.8 (standard) | 3.85 (hv) lipo.weight_g // integer lipo.length_mm // integer lipo.width_mm // integer lipo.height_mm // integer
Frequently Asked Questions
What does LiPo cell count (1S through 6S) mean and why must it match the frame and ESC?
Cell count (S = cells in series) determines nominal voltage: 1S=3.7V, 2S=7.4V, 3S=11.1V, 4S=14.8V, 5S=18.5V, 6S=22.2V. ESCs are rated for a maximum input voltage — exceeding it destroys the MOSFET transistors instantly. Installing a 6S battery on a 4S ESC causes immediate ESC failure. Encode lipo.cell_count and ensure frame/ESC listings publish their rated voltage range.
What is LiPo C-rating and how do you calculate if a battery can power a drone safely?
C-rating × capacity (mAh) / 1000 = maximum safe continuous amps. A 1300mAh 100C battery can deliver 130A continuously. If your drone's 4 motors draw 30A peak each (120A total), this battery is adequate. A 1300mAh 35C battery delivers only 45.5A continuously — it will sag severely under 120A load, causing voltage brownout and potential crash. Always compare max_continuous_amps to the frame's stated peak current draw.
What are the LiPo connector types and are any of them interchangeable?
XT30 (30A), XT60 (60A), XT90 (90A), EC3 (60A), EC5 (120A), and JST-PH 2.0 (3A) are all physically incompatible. Adapters exist but add resistance and are not recommended for high-current permanent installations. Resolder pigtails to match the battery and frame connector type rather than using adapters.
What is HV (High-Voltage) LiPo and why does it require a different charger?
Standard LiPo cells charge to 4.2V/cell. HV (LiHV) cells charge to 4.35V/cell for ~4% more capacity. Charging standard cells to 4.35V overcharges the electrolyte, causing gas production, cell swelling (puffing), and fire risk. Always match charger profile (Standard LiPo vs LiHV mode) to cell chemistry. Encode lipo.chemistry as 'standard' or 'hv'.
What is LiPo storage voltage and why does it matter for battery longevity?
Ideal storage voltage is 3.8V/cell (standard) or 3.85V/cell (HV). Storing fully charged (4.2V/cell) accelerates electrolyte oxidation and reduces capacity within days. Storing fully depleted (below 3.0V/cell) dissolves copper current collectors — permanent capacity loss. Use a charger's 'Storage' mode to discharge or charge to storage voltage if the battery won't be used within 48 hours.
Is Your Drone Battery Catalog AI-Agent Ready?
CatalogScan checks your Shopify store for missing lipo.cell_count, lipo.connector_type, lipo.c_rating_continuous, and lipo.chemistry metafields — the fields AI shopping agents need to avoid recommending incompatible or dangerous battery configurations.