← Blocks

Linear Voltage Regulator (LDO)

Power

Suggested Parts

Overview

Most Formula Student electronics run on a 12 V or 24 V GLV rail, but microcontrollers and logic ICs typically require 3.3 V or 5 V. A Linear Voltage Regulator converts a higher, potentially noisy input voltage to a clean, stable output voltage with minimal external components.

Most linear regulators these days are Low Drop Out (LDO) Voltage, which means the minimum difference between output and input voltage is small - less than 2V usually.

Linear LDOs are preferred over switching regulators in low-power applications where simplicity and low noise matter more than efficiency. The tradeoff is that the voltage difference between input and output is dissipated as heat, so power dissipation must be checked against the package rating.

Circuit description

The input capacitor CinC_\text{in} is placed close to the LDO input pin and stabilises the input voltage against wire inductance and load transients. The output capacitor CoutC_\text{out} is placed close to the output pin and is required for loop stability in most LDO designs. The regulated output voltage is set by the device variant (for fixed-output LDOs) or by an external resistor divider on the adjust pin (for adjustable LDOs).

Check the datasheet for minimum required capacitor values and ESR limits. Some older LDOs (such as the LM317) require a minimum output capacitor ESR for stability, which can make them incompatible with low-ESR ceramic capacitors without an additional series resistor.

Pre-Baked Solutions

Output Current (up to)Acceptable VinOutput VoltageMax Power Dissipation P = (Vout - Vin) / IPart #
1 A12V3.3 V800mWAMS1117-3.3
1 A12V5.0 V800mWAMS1117-5.0

Design notes

P=(VINVOUT)×IOUTP = (V_{IN} - V_{OUT}) \times I_{OUT}

Gotchas