Power Distribution Hub — REV-11-1850

Overview

The Power Distribution Hub (PDH) is Team 2890’s central power distribution board. It takes battery power and routes it to all robot systems — motors, controllers, sensors, and accessories. Every wire from the battery goes through the PDH first.

Key Features

  • 20 high-current channels (40A max each) — for motors and motor controllers
  • 3 low-current channels (15A continuous, 20A peak) — for pneumatics, sensors
  • 1 switchable low-current channel — on/off control for LEDs, accessories
  • Toolless WAGO terminals — color-coded, latching (no screws)
  • CAN connectivity — telemetry feedback to robot controller
  • USB-C — hardware client diagnostics and firmware updates
  • LED voltage display — real-time battery voltage reading
  • ESD protection
  • Reverse polarity protection — protects the PDH itself (not downstream devices)

Channel Allocation

Channel TypeCountMax CurrentTypical Use
High-current2040ASPARK Flex, motors, mechanisms
Low-current315A/20A peakPneumatics, sensors
Switchable115ALEDs, indicators

Electrical Specifications

ParameterValue
Operating voltage4.7–18V
Power input gauge18–6 AWG (solid), 18–4 AWG (stranded)
Wire strip length0.72–0.79 in
CAN termination120Ω (configurable)
CAN wire gauge26–14 AWG

Wiring Notes

  • Reverse polarity protection on the PDH — but it does NOT protect downstream devices. Double-check polarity before wiring.
  • Use ferrules with square or hex crimps for reliable connections
  • CAN bus requires 120Ω termination on last device

Connection to Training

For students: The PDH is the heart of the robot’s electrical system. Key concepts:

  • fusing — each channel protected by ATO/ATM fuse or breaker. Without a fuse, a stalled motor can melt wiring.
  • voltage drop — long wire runs lose voltage. PDH gives real-time reading so you can catch battery sag before it kills a motor.
  • current division — total current = sum of all channel currents. 20 motors × 40A = you need thick battery cables.
  • CAN telemetry — PDH reports voltage, current per channel back to the roboRIO. This is how you see “low battery” warnings on the driver station.

Related training modules:

Notes

The PDH replaced the old “breaker panel + PDP” approach. Teams used to run separate wires from a central breaker to each load. The PDH centralizes it with CAN monitoring — you can see exactly how much current each mechanism is drawing in real time. Useful for debugging why the climber feels sluggish.