A charge-pump voltage converter is a type of DC-to-DC converter that generates higher, lower, or inverted voltage levels from a given input voltage using capacitors as energy storage elements. It operates without using inductors, making it compact and efficient for applications where space is a constraint. Here's how it works:
### Working Principle:
The charge-pump voltage converter relies on the **charging and discharging of capacitors** to step-up (increase), step-down (decrease), or invert the voltage.
1. **Switched Capacitor Configuration:**
The circuit consists of capacitors, switches (usually MOSFETs), and diodes. These components are configured in a way that allows the circuit to alternately charge and discharge the capacitors in different phases.
2. **Two Phases of Operation:**
The charge-pump voltage converter typically operates in two main phases:
- **Phase 1 (Charging Phase):**
- During this phase, a capacitor is connected to the input voltage (let's say \( V_{in} \)), charging the capacitor to \( V_{in} \).
- For example, if the input voltage is 5V, the capacitor charges up to 5V.
- **Phase 2 (Transfer/Boost Phase):**
- In this phase, the capacitor is disconnected from the input and connected in a way that adds its charge to the input voltage, effectively doubling or inverting the voltage depending on the configuration.
- For instance, if you want to double the voltage, the charge from the capacitor is added to \( V_{in} \), resulting in an output voltage of \( 2 \times V_{in} \) (10V, for example).
### Types of Charge-Pump Voltage Converters:
1. **Step-Up (Voltage Doublers):**
- These converters increase the input voltage by transferring the stored charge from the capacitor to the output during the second phase.
- Example: If the input voltage is 5V, the output can be doubled to 10V.
2. **Step-Down (Voltage Halvers):**
- These converters reduce the input voltage. In this case, the capacitor is configured to produce an output voltage lower than the input voltage.
- Example: Input voltage is 5V, but the output might be 2.5V.
3. **Inverting (Negative Voltage):**
- These converters produce an inverted output voltage (negative polarity). The capacitor inverts the voltage during the second phase.
- Example: Input is +5V, but the output will be -5V.
### Key Components:
- **Capacitors:** Store and transfer charge. The size of the capacitor determines the efficiency and ripple of the converter.
- **Switches (MOSFETs):** Control the connection and disconnection of the capacitors to different circuit nodes.
- **Diodes:** Ensure that the current flows in the correct direction during the charge and discharge phases.
### Advantages:
- **No Inductors:** Charge-pump converters do not use inductors, which reduces the overall size and makes the design simpler and less costly.
- **High Efficiency at Low Power:** They can be very efficient, especially for low-power applications (e.g., powering sensors, low-power ICs).
### Limitations:
- **Output Current Limitation:** Charge pumps are generally limited in terms of the amount of current they can supply compared to inductor-based converters.
- **Voltage Ripple:** The output voltage may have some ripple because the conversion relies on switching phases. This can be mitigated with proper filtering.
### Applications:
- Powering low-power integrated circuits (ICs)
- Bias voltage generation
- Portable electronics (e.g., smartphones, sensors)
- LCD display drivers
- EEPROM or Flash memory programming
In summary, a charge-pump voltage converter works by alternating the connection of capacitors to either store or transfer charge, allowing it to generate higher, lower, or negative voltages without the need for inductors.