Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions docs/source/robot_building/best_practices/power-management.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
Power Management Best Practices
---------------------------------
-------------------------------

.. todo::
Add power management best practices content.
Given the extensive amount of motors and servos allowed on a ROBOT, teams are
encouraged to consider the total power available from the ROBOT battery during
the design and build of the ROBOT. Drawing large amounts of current from many
motors and/or servos at the same time could lead to drops in ROBOT battery
voltage that may result in exceeding the battery fuse limits or browning out
the control system leading to power loss or communications loss. It is
suggested that teams measure their power draw and ensure that they are staying
below the 20A fuse limit.

See the :doc:`Power Distribution <../../control_hard_compon/rc_components/power_distr/power-distr>` page for background on power ports.
Loading