Calculating power consumption

Guide to our robot's power needs

Every part in the sumo bot, from the motors to the IR sensors, will use up a certain amount of power, current, and voltage. It's a good idea we keep track of how much of each is expected to be consumed by our robot's circuit, so we choose parts that will satisfy the power need of the whole bot. When calculating our power budget for our robot, we are interested in the following:

  • max power drawn

  • nominal and peak current drawn by robot

  • max voltage used by each part

Power is defined as unit of electrical energy per unit time, measured in watts (W). Electrical power is given by the formula:

P=IVP = I*V

So, if we know the rated current and voltage used by the part, we can easily solve for the power used. Finding current and voltage of each part can be found in two ways: either by empirical testing or reading datasheets.

Read part manufacturer's website or datasheet to find information on current and voltage.

We recommend using a spreadsheet to keep track of all of these specs. Here is a nice template we made to get you started.

Last updated