Electrical System

Wires, wires, wires...

Posted by Eric on December 6, 2016

Electrical system diagram

Image embed

Design approach

Our electrical system is driven by a requirement to provide large amounts of high-voltage power to the main drive motors (which operate at 12V) while maintaining a stable power supply at 5V for the control electronics. Additionally, the entire electrical system needed to be split between the lower body (which contains the power source, switching electronics, and motors) and the upper head, which needs to contain the camera and Raspberry Pi.

To accomplish this, we powered the robot with two independent power sources:

  • A large sealed lead-acid battery capable of powering the motors at stall current
  • A USB battery pack providing 5V for the control electronics and servos

This split approach also allowed us to use the main power switch to disable only the large motors, which proved extremely convenient for testing purposes.

Lessons learned

  1. Have a power switch, it makes testing easier
  2. Be careful about how much current you put through thin wires, particularly if the systems are sensitive to voltage drop
  3. Place your electrical components on a single board to the extent possible, because it makes maintaince easier
  4. Make sure your chassis is designed to grant easy access to the electrical components for emergency debugging