Wire Gauge, Connectors, and Crimping for Makers: AWG, JST, Dupont, XT60, and Heat Shrink
Every ESP32 sensor node, LiPo-powered project, and shop machine wiring job eventually comes down to the same two questions: what gauge wire should carry this current, and what connector should terminate it. Get the gauge wrong and a wire either wastes space and money being oversized, or heats up and becomes a fire risk being undersized. Get the connector or crimp wrong and the failure shows up later, intermittently, as a project that works on the bench and then flakes out once it's buried in an enclosure. This guide covers both: picking wire gauge for the current and length involved, and choosing and properly terminating the handful of connector families that cover almost every maker project — JST for low-current signal and battery connections, Dupont for breadboard-style prototyping, and XT60/XT30 for higher-current battery and motor leads.
Wire Gauge (AWG) and Current Capacity
American Wire Gauge (AWG) is inverted from what feels intuitive — a smaller number means a thicker wire. Current capacity (ampacity) depends on the wire's cross-sectional area, insulation temperature rating, how many conductors are bundled together, and how much voltage drop is acceptable over the run length. For maker projects, use the table below as a practical starting point for single, unbundled wires in free air at low voltage (under ~50V); derate for bundled wires, high ambient temperature, or long runs where voltage drop matters more than heating.
AWGDiameterContinuous current (practical)Typical use 300.010"<0.5AWire-wrap, fine signal wiring 260.016"~1ADupont jumpers, sensor leads 220.025"~3ABreadboard wiring, small servos, I2C/SPI buses 200.032"~5ALED strips (short runs), small motors 180.040"~7-10ALED strip power injection, small LiPo packs, USB power 160.051"~10-13AMotor leads, mid-size LiPo/battery packs 140.064"~15-20AHigher-power motor drivers, bench supply leads 120.081"~20-25AHigh-current battery packs, 3D printer heated beds 100.102"~30-35AMain power distribution, large battery packsTwo things matter beyond peak amperage: voltage drop over distance (a long, thin run to a 12V heated bed or a remote sensor node can lose enough voltage to misbehave even if the gauge is technically "rated" for the current), and whether the number of strands and stranding pattern suits the application — finely stranded silicone wire is far more flex-fatigue resistant than solid-core wire and is the right choice for anything that moves (drag chains, robot joints, drone arms), while solid-core is easier to work with on a breadboard or perfboard but will eventually crack if flexed repeatedly.
Connector Families
ConnectorTypical currentBest for Dupont (0.1" pitch)<1ABreadboard prototyping, header-to-header jumpers — not reliable for anything permanent or vibration-prone JST-PH (2.0mm)~1-2ASmall battery packs (common on LiPo balance leads), sensor modules JST-XH (2.5mm)~3ALiPo balance connectors, general low-current wiring where a locking connector is wanted JST-SM (2.5mm, locking)~3AHigher-vibration low-current connections — LED strips, addressable pixel runs XT30~15A continuous, 30A burstSmall LiPo packs, small motor/ESC connections XT60~30A continuous, 60A burstMid-size LiPo/Li-ion packs, robot and RC-scale motor wiring Anderson Powerpole15-45A depending on contact sizeBench supplies, ham radio, field-serviceable high-current connections Screw terminal blocksvaries by block, often 10-30APanel-mount wiring, PSU connections, anything that needs to be field-adjustable without a crimperCrimping Correctly
A bad crimp is one of the most common causes of intermittent failures in maker electronics — it looks fine, tests fine with light finger pressure, and then fails the first time the wire flexes or vibrates. A few rules cover almost every situation:
- Use the right crimper for the connector family. A generic ratcheting crimper handles most Dupont, JST, and small spade terminals reasonably well; XT30/XT60 bullet-style pins usually crimp fine in the same tool if it has the right die, but dedicated JST and Molex crimpers give a noticeably more consistent result for high-reliability work.
- Strip the correct length — too little insulation stripped leaves no room for the crimp to grip conductor, too much leaves bare wire exposed past the crimp barrel. Match strip length to the terminal's barrel length, typically 3-4mm for small JST/Dupont pins.
- Crimp strain relief and conductor separately where the terminal has two crimp points — the inner crimp grips bare conductor for the electrical connection, the outer crimp grips the insulation for mechanical strain relief. Skipping the strain-relief crimp is the single most common cause of a wire pulling out of its pin under light tension.
- Tug-test every crimp before moving on — a properly crimped pin should not pull out of its housing or off the wire with moderate hand force. This takes five seconds and catches bad crimps before they're buried in an enclosure.
- Solder-and-crimp for critical connections — for high-vibration or high-reliability applications (a battery lead on something that moves, a connection you won't be able to access again), a light tack of solder into a properly crimped joint (not instead of a proper crimp) adds mechanical security without creating a stiff stress point the way solder alone would.
Heat Shrink and Strain Relief
Adhesive-lined ("dual-wall") heat shrink is worth the extra cost over plain heat shrink for anything that will see moisture, vibration, or repeated flexing — the adhesive liner melts and flows around the wire, sealing the joint and adding real strain relief rather than just insulating it cosmetically. Size heat shrink so it's a snug fit before shrinking (roughly half the wire-plus-connector diameter), and always slide it onto the wire before making the final connection — forgetting this is the most common "well, now I have to redo the crimp" mistake in the hobby. For connector bodies that will be plugged and unplugged repeatedly, add a small dab of hot glue or a zip-tie anchor point near the connector instead of heat shrink directly over it, so the connector housing itself takes the strain rather than the crimped pins inside it.
Safety Notes
Undersized wire on a high-current run (LiPo packs, 3D printer heated beds, CNC spindle power) is a genuine fire risk — insulation can melt and short well before a wire glows visibly, and thin wire buried inside an enclosure or wire loom hides the problem until it's already hot. When in doubt, size up a gauge, especially on anything permanently installed inside an enclosure where you won't see or smell a problem developing. Always match connector current rating to the actual peak current the circuit will draw, not just the average — a battery pack that can dump 40A briefly needs a connector rated well above that, not just above its typical draw.
None of this is complicated once the basic rules are internalized, but it's the kind of foundational skill that never gets its own guide because every individual project assumes you already know it. Between this and a good multimeter, most of the "why does my project intermittently stop working" debugging sessions in electronics turn out to trace back to exactly the gauge, crimp, or connector choices covered here.