Blog

Step-up and step-down converters: giving each part the right voltage

Alessandro Panait·

Your motors might want 12V, your computer 5V, your sensors 3.3V, but your battery is one fixed voltage. DC-DC converters solve this: they efficiently change one DC voltage into another.

Two types

  • Step-down (buck): lowers voltage. Take an 11V battery down to a clean 5V for a Raspberry Pi.
  • Step-up (boost): raises voltage. Take a 7.4V pack up to 12V for the motors.

They are far more efficient than the old approach of "burning off" extra voltage as heat, which matters on a battery-powered robot.

Setting the output

Cheap modules have a small screw (a trimmer) you turn while measuring the output with a multimeter until it reads the target voltage. Set it before connecting your electronics, not after.

The lesson every team learns the hard way

A powerful computer like a Raspberry Pi 5 can demand big, sudden bursts of current. If your converter cannot supply enough, the voltage sags for a moment and the computer resets or the camera glitches, seemingly at random. The fix is a converter rated well above the peak current, set slightly high (for example 5.1V instead of 5V to match the device's spec), and often active cooling, because a hard-working converter gets hot.

Practical layout

A common robot power setup: one battery for the motors through a step-up, another battery for the electronics through step-downs to 5V. Separate branches keep motor noise away from the sensitive computer, and every ground is tied together.

Comments (0)