ad space

How to design Basic Shunt Regulator and its working principle

A shunt voltage regulator is a fundamental yet effective circuit for maintaining a stable output voltage by diverting excess current to ground. Here we explains the working principle of a basic shunt regulator, complete with a circuit diagram and calculations for current and voltage. By the end, you'll understand how this simple 5V voltage regular design can regulate electrical power efficiently in your projects. It can be useful to power your Arduino and other electronics circuits.


Overview of the Circuit

The following schematic diagram represents a linear power supply with a basic shunt voltage regulator.

basic shunt voltage regulator

The system uses an AC power supply as the input, which is rectified, filtered, and regulated to produce a stable DC power supply for the load. This type of low-voltage power supply is ideal for small-scale electronics requiring stable voltage.


Key Components and Functions

  1. Power Source: The circuit begins with an AC power supply connected to a power adapter. It converts AC into a pulsating DC using a full-bridge rectifier consisting of diodes D1D_1 and D2D_2 (1N4001). This is the foundation of the electric power supply circuit.

  2. Input Filter: Capacitor C1(470 µF) smooths the pulsating DC, providing a relatively stable unregulated DC power supply.

  3. Low-Pass Filter: The resistor \(R_1\)(160 Ω) and capacitor C2(100 µF) form a low-pass filter, reducing ripples further for a clean energy supply.

  4. Voltage Regulator:

    • The series resistor RsR_s(120 Ω) limits the current flowing into the shunt regulator circuit.
    • The zener diode D4D_4(1N749A) maintains a reference voltage of 4.3V.
    • The transistor Q1(2N2222N) stabilizes the output voltage by shunting excess current to ground.
    • The load resistor RLR_L(220 Ω) consumes the regulated power.

    The circuit provides a stable output voltage of 5.0V, making it suitable as a power supply unit (PSU) for small devices.


Circuit Operation

  1. Voltage Regulation: The zener diode clamps the voltage to 4.3V. Adding the base-emitter voltage (VBEV_{BE}) of the transistor (0.7V\sim 0.7 \, \text{V}) gives the final output voltage:

    Vout=Vz+VBE=4.3V+0.7V=5.0V.V_{out} = V_z + V_{BE} = 4.3 \, \text{V} + 0.7 \, \text{V} = 5.0 \, \text{V}.
  2. Current Regulation: The series resistor RsR_s limits the total current. Excess current not required by the load is shunted through the transistor Q1Q_1 to maintain stability.


Calculations

1. Output Voltage (VoutV_{out}):
Vout=Vz+VBE=4.3V+0.7V=5.0V.V_{out} = V_z + V_{BE} = 4.3 \, \text{V} + 0.7 \, \text{V} = 5.0 \, \text{V}.
2. Series Resistor Current (IsI_s):
Is=VinVoutRs,I_s = \frac{V_{in} - V_{out}}{R_s},

where:

  • Vin=11.5VV_{in} = 11.5 \, \text{V},
  • Vout=5.0VV_{out} = 5.0 \, \text{V},
  • Rs=120ΩR_s = 120 \, \Omega.
Is=11.55.0120=6.51200.054A=54mA.I_s = \frac{11.5 - 5.0}{120} = \frac{6.5}{120} \approx 0.054 \, \text{A} = 54 \, \text{mA}.
3. Load Current (ILI_L):
IL=VoutRL,I_L = \frac{V_{out}}{R_L},

where:

  • Vout=5.0VV_{out} = 5.0 \, \text{V},
  • RL=220ΩR_L = 220 \, \Omega.
IL=5.02200.023A=23mA.I_L = \frac{5.0}{220} \approx 0.023 \, \text{A} = 23 \, \text{mA}.
4. Collector Current (IcI_c):
IcIsIL=54mA23mA=31mA.I_c \approx I_s - I_L = 54 \, \text{mA} - 23 \, \text{mA} = 31 \, \text{mA}.

Applications

  • As a programmable power supply for low-power devices.
  • As a battery charger with additional modifications.
  • In DIY projects requiring a low-cost linear power supply.

If you're interested in building similar circuits, check out these guides:


Advantages and Limitations

Advantages:

  1. Simple design with minimal components.
  2. Effective for low-power applications.

Limitations:

  1. Inefficient at high input currents as excess current is dissipated as heat.
  2. Unsuitable for high-power applications due to heat dissipation issues.

For more efficient power systems, consider a switching power supply or a modular power supply.


Explore Related Topics


This basic shunt regulator serves as an excellent introduction to voltage regulation for enthusiasts and professionals alike.

Post a Comment

Previous Post Next Post