Makers and IoT engineers searching for a 'coin sized nuclear battery' usually want a drop-in CR2032 replacement that lasts 50 years while powering a high-drain microcontroller. That specific device does not exist. What does exist is the betavoltaic cell—a radioisotope-powered micro-generator that outputs microwatts, not watts. To use one in a practical power system, you cannot wire it directly to a load. You must engineer a hybrid micro-harvesting architecture where the nuclear cell acts as a perpetual trickle source, charging an electrochemical buffer bank that actually handles the load's transient current demands.

The Reality of Coin-Sized Nuclear Batteries (Betavoltaics)

True nuclear batteries, like the betavoltaic cells manufactured by City Labs (e.g., the NanoTritium series), use the beta decay of tritium to generate electron-hole pairs in a semiconductor junction. They are completely solid-state, operate in extreme temperatures, and last for decades. However, their power density is measured in microwatts (µW), not milliwatts.

If you attempt to pull 10mA from a betavoltaic cell, the voltage will instantly collapse to zero. Therefore, comparing them directly to standard lithium coin cells requires looking at continuous power delivery versus total energy capacity. Below is a benchmark of coin-form-factor power sources used in long-life IoT and remote sensing nodes.

Chemistry / Type Model Example Nominal Voltage Capacity / Power Max Continuous C-Rate Est. Unit Cost
Betavoltaic (Nuclear) City Labs NanoTritium ~1.5V ~50 µW continuous N/A (Non-rechargeable) $1,000+
Primary Li-MnO2 Panasonic CR2450 3.0V 620 mAh 0.2C (120mA max) $2.50
Rechargeable Li-ion LiR2450 3.6V 120 mAh 1C (120mA max) $4.00
Primary Li-SOCl2 Tadiran TL-5934 3.6V 1900 mAh Pulse only (mA range) $12.00

As the table shows, a coin sized nuclear battery provides virtually infinite operational life (tied to tritium's 12.3-year half-life) but severely restricts your instantaneous current budget. To run an ESP32 or a 12V relay, you must buffer this micro-power.

Engineering the Hybrid Harvesting System (Source to Load)

To bridge the gap between a 50µW nuclear source and a load that requires watts of power, we use a system block architecture based on ultra-low quiescent current energy harvesting ICs, like the Texas Instruments BQ25504.

System Block Description:
Betavoltaic Source (50µW @ 1.5V) → Ultra-Low Power Boost Harvester (BQ25504) → 3.7V Li-ion Buffer Bank → 12V Boost Converter / Inverter → AC/DC Load.

The harvester IC performs Maximum Power Point Tracking (MPPT) at the micro-watt level, stepping the 1.5V nuclear output up to 4.2V to trickle-charge a lithium-ion buffer bank. The buffer bank acts as a capacitor on steroids, storing weeks of nuclear energy to supply the high-current bursts required by the load.

Sizing Math: Peukert's Law and Efficiency Factors

Let's size the Li-ion buffer bank for a remote 12V IoT gateway that wakes up and draws 2A at 12V (24W) for 5 seconds every hour.

  • Load Energy per Hour: 24W × (5/3600) hours = 0.033 Wh per hour.
  • Load Energy per Day: 0.033 Wh × 24 = 0.8 Wh/day.
  • Nuclear Harvest per Day: 50µW × 24 hours = 0.0012 Wh/day (assuming 80% harvester efficiency).

The nuclear source provides less than 0.2% of the daily energy requirement. In a pure nuclear setup, this load is impossible. However, if we scale the nuclear array to ten cells (500µW total) and pair it with a small solar panel for primary charging, the nuclear cells provide the critical 'dark current' to prevent the buffer from self-discharging during winter months.

When sizing the buffer bank, we must account for Peukert's Law, which dictates that a battery's effective capacity drops as the discharge current increases. The formula is t = H × (C / I)^k.

For a standard Lead-Acid buffer, the Peukert exponent (k) is roughly 1.3. For our Li-ion buffer, k is much closer to 1.05. If our 12V buffer needs to supply 2A for 5 seconds, a 12V 1.2Ah (14.4Wh) Li-ion pack is theoretically sufficient. However, applying the 1.05 Peukert exponent and an 85% inverter efficiency factor, the usable capacity drops. We must oversize the buffer to a 12V 5Ah (60Wh) LiFePO4 pack to ensure the voltage sag during the 2A burst doesn't trigger the harvester's under-voltage lockout.

⚠️ LITHIUM FIRE-SAFETY CALLOUT:
When building the Li-ion or LiFePO4 buffer bank, never parallel mismatched cells. If you parallel a fresh 3.7V cell with an older 3.2V cell, the higher-voltage cell will dump massive unrestricted current into the lower-voltage cell to equalize the potential. This bypasses the BMS, causes severe localized heating, and leads to thermal runaway and lithium fires. Always use cells from the same manufacturing batch, matched by internal resistance, and wire them through a dedicated balancing BMS.

Buffer Bank Topology: Series vs. Parallel Consequences

When scaling your buffer bank from a single 3.7V Li-ion cell to a 12V or 24V system capable of driving an inverter, you must configure cells in series and parallel. The electrical consequences are absolute:

  • Series Connections: Voltages add, but Amp-hour (Ah) capacity remains identical to a single cell. Wiring four 3.2V 100Ah LiFePO4 cells in series yields 12.8V at 100Ah. The C-rate limit is dictated by the single weakest cell in the chain.
  • Parallel Connections: Ah capacities add, but voltage remains the same. Wiring four 3.7V 3000mAh 18650 cells in parallel yields 3.7V at 12Ah. This lowers the effective C-rate stress on individual cells during high-current bursts.

The Golden Rule: Always build parallel groups first, balance them, and then wire those groups in series (e.g., a 4S2P configuration). Never series-connect cells and then parallel those strings without individual string diodes or BMS protection, as slight voltage imbalances between strings will cause endless cross-current loops that drain your buffer and generate heat.

Sizing the Inverter and Managing Charge/Discharge Limits

Once your buffer bank is configured, you must interface it with the AC or high-voltage DC load via an inverter or boost converter.

Inverter and Charger Sizing

If your stated load is a 40W AC circulation pump, do not buy a 40W inverter. Motors have high inrush currents (Locked Rotor Amps) that can be 3x to 5x the continuous rating.

  • Inverter Sizing: Size the inverter for at least 2.5x the continuous load to handle surges. For a 40W pump, use a 100W or 150W Pure Sine Wave inverter. Modified sine wave inverters will cause the motor to overheat and draw 20% more current.
  • Charger / Harvester Sizing: The charge controller accepting power from your betavoltaic array must have a quiescent current draw (the power the IC uses just to stay awake) of less than 1µA. Standard solar MPPT controllers draw 10mA to 50mA at idle, which will instantly drain a nuclear-powered buffer. You must use dedicated micro-energy harvesting ICs.

Charge and Discharge Limits (C-Rates and DoD)

To ensure the buffer bank survives the 20-year lifespan of the nuclear trickle charge, you must enforce strict Depth of Discharge (DoD) and C-rate limits via your BMS or microcontroller logic.

  • Depth of Discharge (DoD): For LiFePO4 buffer banks, limit the DoD to 80%. Discharging to 100% (2.5V per cell) accelerates capacity fade and risks copper shunt dissolution. Program your low-voltage disconnect (LVD) to cut the load at 12.0V for a 12V nominal LiFePO4 pack.
  • Discharge C-Rate: Keep continuous discharge below 0.5C. If your buffer is 12V 10Ah (120Wh), your continuous load should not exceed 60W. High C-rates generate internal heat, which degrades the electrolyte and permanently reduces capacity.
  • Charge C-Rate: Betavoltaic charging occurs at micro-amps, which is effectively a 0.0001C charge rate. This is incredibly safe for lithium chemistry and causes zero stress. However, if you supplement with a solar panel, ensure the solar charge controller limits the bulk charge current to a maximum of 0.5C to prevent lithium plating on the anode, which can cause internal short circuits.

A coin sized nuclear battery will not magically power your workshop or run a Raspberry Pi directly. But when treated as a high-reliability, zero-maintenance trickle source paired with a properly sized, BMS-protected lithium buffer and a high-efficiency harvester IC, it enables remote sensor nodes that genuinely outlive their deployments.