A basic buck-boost converter provides an adjustable output voltage by dynamically switching between two operating modes:
buck mode (stepping down voltage) and
boost mode (stepping up voltage). The key principle behind this is its ability to store and release energy using an inductor, along with the controlled switching of a transistor (usually a MOSFET) and a diode.
Hereβs how it works in simple terms:
- Inductor and Switch: The inductor stores energy when the switch (MOSFET) is ON. When the switch turns OFF, the inductor releases its stored energy to the load.
- Mode Selection (Buck and Boost):
-
Buck Mode: When the input voltage is higher than the desired output, the converter works in buck mode. The switch is turned on for a longer time, allowing the inductor to store energy. The switch is turned off periodically, and the stored energy is transferred to the output through the diode, lowering the voltage.
-
Boost Mode: When the input voltage is lower than the desired output, the converter works in boost mode. The switch is turned on for a longer time, allowing the inductor to build up a magnetic field. When the switch is turned off, the magnetic field collapses and adds to the input voltage, effectively boosting it to a higher level.
- Pulse Width Modulation (PWM): The key to adjusting the output voltage is controlling the duty cycle (the amount of time the switch is ON versus OFF) using PWM. By adjusting the duty cycle, the converter can regulate the output voltage. A higher duty cycle will store more energy in the inductor, which can either increase or decrease the output voltage depending on the input conditions.
- If the duty cycle is increased, more energy is transferred to the output, which might step up or step down the voltage.
- If the duty cycle is decreased, less energy is transferred, lowering the output voltage.
- Control Loop: A feedback control system (usually a voltage regulator) monitors the output voltage and adjusts the PWM signal to maintain the desired voltage. This loop keeps the output voltage stable even as the input voltage changes.
Key Features:
- Adjustable Output: By changing the duty cycle (via PWM), the converter can be adjusted to provide a wider range of output voltages, either higher or lower than the input.
- Bidirectional Voltage Conversion: It can handle situations where the output voltage needs to be either greater than or less than the input voltage.
In summary, a buck-boost converter uses its inductor, switch, and control system to adjust the duty cycle, which in turn controls whether it steps up or steps down the voltage, providing an adjustable output.