Most 'electrical gremlins' are bad physical connections. They add resistance (voltage drop and heat), back out under vibration, or fail inspection. Here are the specific mistakes and the correct technique for each connector you will actually use.
WAGO lever/spring terminals (on the REV PDH):
- Mistake: tinning or twisting the wire before insertion. Tinned solder cold-flows under the spring and the wire works loose; twisting reduces contact area. Fix: insert bare, straight, untinned copper. WPILib explicitly recommends against tinning to maximize pullout force and minimize resistance.
- Strip length matters. Strip to the length WAGO specifies for the terminal so the full conductor is clamped without leaving bare copper exposed; too short clamps only part of the conductor, too long leaves exposed copper that can short. Only one wire is permitted per WAGO terminal under the FRC rules.
Weidmuller terminals (roboRIO power, VH-109 radio power): these are spring-type connections (like WAGO) that work best with standard stranded wire — WPILib specifies 18 AWG stranded wire inserted directly for the roboRIO power input, and ferrules can be added to stranded wire elsewhere in the system to prevent fraying. Solid-core wire is actually more prone to breaking under vibration. The roboRIO power input and the VH-109 radio's 12V Weidmuller input both land here, and they are mission-critical, so get them right.
Crimped ring/lug terminals (battery, motor leads, main breaker):
- Mistake: a cold crimp done with pliers. Fix: use a proper ratcheting crimper, tug-test every crimp (it should not budge), and for high-current lugs many teams add a dab of solder after crimping. Battery and PD lugs are 6 AWG and carry the full robot current.
- Insulate. Battery terminals, the main breaker, and their connections must be fully insulated at all times (rule R607). Use heat-shrink, not just tape, on exposed battery lugs.
Fuses and breakers:
- Mistake: a fuse or breaker that looks seated but is not. Fix: push hard; a properly seated PD fuse is difficult to remove by hand. A half-seated fuse causes intermittent dropouts that mimic a CAN problem.
- Use only legal breakers in PD slots: Snap-Action MX5 series or VB3-A / AT2-A, 40A rating or lower (R619). ATC/ATO fuses on the low-current channels must be 10A or lower (R620).
SB-50 Anderson connectors: secure them with clips or cable ties so they do not pop apart on impact. The battery connector popping mid-match is an instant robot death.
Maintenance cadence: rotational fasteners (battery lugs, PDP screw terminals) loosen and should be checked every few matches; spring connections (WAGO, Weidmuller) are more stable and typically need checking only once per event. The highest-priority lines to verify are Battery -> Breaker -> PD and PD -> radio.
Key takeaways
- Never tin or twist wire going into WAGO terminals; insert bare copper at the strip length WAGO specifies, one wire per terminal.
- Use solid-core wire for Weidmuller (roboRIO/VH-109 radio); ratchet-crimp and tug-test every lug; insulate battery terminals and the main breaker fully (R607).
- Seat fuses/breakers hard, use only legal breakers (MX5/VB3, 40A max, R619) and 10A-or-lower low-current fuses (R620), and secure SB-50 connectors with ties.
Keep going
Take the quiz · +10 XP with an accountMore in Common Mistakes & Troubleshooting
Sources & corrections
This lesson is AI-assisted: drafted from primary sources, then reviewed and edited by hand. Errors still get through. When one is reported we fix it and write down what changed — publicly, in the corrections log.
Sources and further reading
Read next
Articles on this, for competition day
The lesson covers how it works. These cover what to do when it breaks.
- 5 min read
How to Wire an FRC Robot: A Beginner Electrical Guide
A beginner-friendly, accurate guide to wiring an FRC robot: battery, 120A breaker, PDH, roboRIO, radio, CAN bus, and the wire-gauge rules that pass inspection.
Read - 19 min read
FRC PDH: The Power Distribution Hub Explained (Channels, Fuses & Wiring)
A complete guide to the REV PDH (Power Distribution Hub): all 24 channels, breaker and fuse sizing, clean wiring, the switchable channel, CAN telemetry, and PDH vs PDP.
Read - 13 min read
FRC Bumpers: Rules, How to Build Them, and Common Mistakes
FRC bumpers explained: 2026 rules and dimensions, approved materials, color and weight, a step-by-step build, mounting, and common inspection mistakes.
Read
Lesson quiz
RequiredAll 3 right completes the lesson. Miss one and only that question comes back — anything you already answered correctly stays banked.
0 of 3 answered
01.What is the recommended wire strip length for the Weidmuller power connector on the roboRIO?
02.After inserting a wire into a connector, what is the recommended quick check that the connection is good?
03.What gauge of wire must be used from the battery through the 120A main breaker to the power distribution device?
Answer every question to submit.
All 35 lessons in Electrical & Wiring
- Not started:Mini-Project 1: A Single-Motor Test Stand from Battery to Spin
- Not started:Mini-Project 2: Current-Limited Drivetrain (CTRE and REV)
- Not started:Mini-Project 3: A Live Power-Monitoring Dashboard
- Not started:Mini-Project 4: A Switchable Channel for Lights and Vision
- Not started:Mini-Project 5: CAN Device Bring-Up with Tuner X and the Hardware Client