Build a DIY 18650 Spot Welder: Capacitor Bank, Pulse Timing, and Electrode Design
If you build battery packs from 18650 cells — for a power station, a robot, a workshop backup supply — you already know that soldering directly to a lithium cell is a bad idea. The heat from an iron held in place long enough to actually make a solder joint can damage the cell's internal separator, and a slipped iron tip can short two tabs together in the worst possible place. The standard fix in every commercial pack is spot welding: two brief, massive pulses of low-voltage current fuse a nickel strip to the cell terminal in milliseconds, with almost no heat soak into the cell itself. Commercial spot welders start around $150–300 for anything with usable pulse control. This build gets you there with a car-battery-sized capacitor bank, a microcontroller-timed pulse driver, and a pair of hand-held welding pens for a fraction of that, and it doubles as a genuinely useful piece of shop equipment for anyone assembling their own packs regularly (see our Multi-Cell Li-ion Battery Packs: BMS Selection, Balancing, and Spot-Welding Tabs guide for the pack-building side of this).
How It Works
A capacitor bank charges to a moderate voltage (typically 12-16V from a bank of low-ESR supercapacitors or a stack of large electrolytics), then dumps its entire stored charge through a pair of copper or copper-tungsten welding electrodes pressed against the nickel strip and cell terminal in a pulse lasting only a handful of milliseconds. The low resistance of the nickel-to-terminal joint under pressure generates a localized burst of resistive heating hot enough to fuse the two metals — and because the pulse is so short, the surrounding cell body never has time to heat up. Pulse duration and pulse count (single vs. double pulse) are the two variables that matter most, and getting them right is mostly a matter of testing on scrap nickel strip before you touch a real cell.
Safety First
This is a genuinely higher-risk build than most weekend electronics projects, for two separate reasons, and both deserve real attention before you start.
- The capacitor bank stores a dangerous amount of energy. A bank sized for spot welding can deliver several hundred amps for a few milliseconds — more than enough to weld metal to metal, which means it's also more than enough to cause a serious burn or arc flash if you short it accidentally while charged. Always fit a bleed resistor across the bank so it discharges safely within a minute or two of being powered off, and never work on the wiring with the bank charged.
- You are welding directly onto a lithium cell. A weld pulse that's too long, too hot, or repeated too many times on the same spot can punch through the terminal and into the cell itself, risking a short, a vent, or worse. Build and tune this on dead or scrap cells first — never dial in your pulse settings on a cell you actually intend to use in a pack. Keep a Class D or ABC extinguisher rated for lithium fires within reach (see our Fire Extinguisher Selection for a Maker Shop guide) any time you're actively welding, and never leave a charged cell unattended mid-build.
Wear eye protection — the pulse produces a small spark and occasional metal spatter — and keep the bench clear of anything flammable, including the pouch of loose nickel strip sitting nearby.
Build Steps
1. Build and Enclose the Capacitor Bank
Wire your capacitors in parallel to reach the target capacitance (a common starting point is four to six large low-ESR electrolytic or supercapacitor units in parallel, rated comfortably above your intended charge voltage). Mount the bank in an enclosure with the bleed resistor wired permanently across the terminals, and bring the output to a pair of heavy-gauge terminals rated for the peak current — thin wire here will itself become a fuse, unpredictably, at the worst moment.
2. Build the Charging Circuit
A simple constant-current/constant-voltage charging circuit brings the bank up to your target voltage from a bench supply or a repurposed laptop-brick-class DC input, gated through a relay so charging stops the instant you trigger a weld. Add a voltmeter on the front panel — you want to see the charge state at a glance, not guess.
3. Wire the Pulse Trigger
An ESP32 or Arduino handles the timing: a foot pedal or hand trigger closes a low-voltage control input, the microcontroller fires a MOSFET or, more commonly for the current levels involved, a solid-state relay or contactor rated for the pulse current, and the capacitor bank dumps through the electrodes for a programmed duration. Expose pulse width and pulse count as adjustable settings — even a couple of rotary potentiometers read by the microcontroller's ADC are enough, and it's the single feature that makes the difference between a welder that works reliably across different nickel-strip thicknesses and one you have to rebuild settings for every session.
4. Build the Welding Pen(s)
Two hand-held electrode pens (or one pen and one fixed plate for single-sided packs) connect to the pulse output through heavy flexible welding cable. Copper-tungsten electrode tips resist pitting far better than plain copper and are worth the small extra cost if you'll be welding more than the occasional pack.
5. Calibrate on Scrap
Start with the shortest pulse duration your controller supports and work upward, testing weld strength on scrap nickel strip against a dead cell or a piece of similar-thickness sheet steel. You're looking for a weld that holds firm under a reasonable tug but doesn't discolor or crater the terminal surface. Log the settings that work for your specific nickel strip thickness so you're not re-tuning every time.
Using It
In practice, a well-tuned bench spot welder turns pack assembly from the most nerve-wracking part of a battery build into a fast, repeatable process — press, pulse, tug-test, move to the next tab. Combined with a BMS and proper balancing (again, see the multi-cell pack guide linked above), it's the piece of infrastructure that makes building your own packs for a power station, e-bike, or robot actually practical instead of something you do once and regret.
Related Guides
- Multi-Cell Li-ion Battery Packs: BMS Selection, Balancing, and Spot-Welding Tabs
- Build a Portable LiFePO4 Power Station: BMS, Pure Sine Inverter, and Solar Charging
- Workshop: Creating a French Cleat Wall
- Making a Dust Shoe for the Wolfpawn 4040 Pro
- How to Use an OBD2 Scanner: Read and Clear Fault Codes Yourself
- 2011 Audi A5 2.0 TFSI (EA888 CAEB) Timing Chain Replacement: Complete DIY Guide
- DIY Aluminum Anodizing at Home: Type II Anodizing, Dye Colors, and Safety
- Build a Wall-Mounted Smart Clock and Weather Display (ESP32 + RTC)