Theory

  1. Transformer: Inducing Voltage
    • The number of windings in a transformer determines how much change in voltage we can obtain
    • Currents introduced through windings produces a magnetic field, with poles forming along the winding axis. A second coil placed near the winding axis will induce a current due to the magnetic field, thus also generating voltage.
    • Adding a magnetically permeable core between coils enhances the induced current effect and reduces the loss.
    • You can wrap windings and the core together to save space and get a desired voltage. This is because the windings are made of insulated wires. Nevertheless, it only outputs AC because it requires magnetic coupling to work—ac currents allow magnetic fields to change polarity by switching between positive and negative voltages at 50 to 60 Hz.
  2. Rectifier: Constant Polarity
    • Using the full-wave rectifier, we convert negative AC pulses to positive ones, and also keep the positive pulses. Doing this will lead to a pulsed DC voltage that goes from 0 to 120 Hz.
      • We can create a full-wave rectifier using individual discrete diodes, or use a diode particularly made for that purpose.
      • Full-wave rectifiers are chosen instead of half-wave ones because it reduces the time between high and low pulses, which in turns produces a more stable output
    • The voltage required in diodes results in a small amount of voltage loss
  3. Capacitors: Rippling Minimization
    • Capacitors are used across the ‘+’ and ‘-’ terminals to smooth out the ripples from the resulting pulsed DC voltages. The capacitor charges from 0 to the maximum pulsed DC voltage (120 Hz).
    • As the voltage drops, the capacitors discharges at a slower rate until the supply has 0 voltage. Afterward, the voltage rises again and eventually recharges the capacitor, then the cycle repeats
    • Larger capacitors lets voltage stay higher for a longer period of time, thus less rippling
  4. Voltage Regulator: Stabilizing and Specifying Voltage Output
    • as long as the ripple doesn’t drop to a particular value (like +12VDC), we can use it for powering a voltage regulator
      • voltage regulators stabilizes a wobbly input voltage to a specific output voltage

Practical Parts

Schematic from instructible: Schematic

  1. Prerequisite Info
    • The AC power cable connects to the primary winding side of the transformer
    • The bridge rectifier connects to the secondary winding side of the transformer
    • Once the power cable is plugged in, the multi meter will be used to check the output voltage on the secondary pins
      • A transformer with a 10:1 step down ratio is needed for 220VAC mains; majority of voltage regulators are limited to 35VDC input at most.
    • Be aware of the circuit’s power requirements. Transformers have current limitations; voltage regulators are commonly restricted to sourcing 1 amp maximum.
    • Attach a proper heat sink. If you’re unsure, use fuses.
  2. Parts
    • 1 transformer
    • 5 diodes or a purpose build bridge rectifier with an additional diode
      • The latter will require 1 additional diode to reverse bias the regulator output.
    • 4 capacitors
      • Ensure that the voltage ratings of the capacitors are higher than the voltages they will be experiencing (i.e., a diode bridge yielding +30VDC will be incompatible with a capacitor rated for +25VDC, and might result in an explosion)
    • a voltage regulator
      • Ensure that the transformer’s output stays at least 2V above the output level of the regulator, since it will regulate down to the output voltage required.
    • wires
    • heat sink
      • Original Link, Archived Link
      • necessary when the voltage regulator is yielding high current or the input voltage is considerably higher than the output voltage.
  3. Tools
    1. solderless breadboard (for prototyping and testing)
    2. soldering iron and solder
    3. printed circuit board
    4. wire cutters/strippers

Results Explanation (From Instructables)

Image 3: Image 3

Image 4: Image 4

Images 3 and 4 are o-scope images to show what is going on in the circuit. After the transformer steps down the AC voltage the diode bridge makes the signal DC, but with some serious fluctuations. Image 4 shows why we add the smoothing capacitor. This image was taken with a smaller capacitor so I could highlight the effect the capacitor has on the signal

Image 5: Image 5

Image 5 shows the final regulated DC voltage at +4.8VDC. The datasheet for the 7805 shows that 4.75-5.25VDC is normal, so we are well within specs.

LTSpice Designing

  • Parts
    • Transformer
      • For stepping the voltage down to another level
    • Diode Bridge
      • For rectification
    • Capacitor
      • For smoothing voltage and provide the voltage dc traits
    • LM317 circuit or voltage regulator
      • for decreasing the voltage
  1. Voltage Source
    1. Sin Wave
    2. Amplitude: 311 V
      1. Although the voltage is 220V, you cant directly input that, so just use an internal series resistance of 30 milliohms to convert it from 311 to approximately 220
    3. Freq: 60 Hz
  2. Transformer
    1. Steps the voltage enough to a level that LM317 can receive (37 V)
    2. 100 micro henry and 3 micro henry (L1 and L2)
  3. Diode bridge
    1. For rectification
    2. 1N4007
  4. Capacitor
    1. Lets the input voltage possess dc characteristics
    2. Voltage ripples as a result of periodic recharge and discharge
    3. 100 microFarad
  5. 1k ohms Resistor
  6. Voltage regulator
    1. The LM317 voltage regulator decreases the value to the desired dc voltage
  7. Resistors
    1. Use the resistors to turn the resulting voltage into the desired dc voltage output
  8. DC Output
    1. 15 V

Sources

  1. https://www.instructables.com/AC-to-DC-Conversion/, Archived Link
  2. Williams, B. W. (1992). “Chapter 11”. Power electronics : devices, drivers and applications (2nd ed.). Basingstoke: Macmillan. ISBN 978-0-333-57351-8.
  3. Yazdani, Amirnaser; Iravani, Reza. Voltage-Sourced Converters in Power Systems Modeling, Control, and Applications. Willey. ISBN 9780470521564.
  4. Bedell, Frederick (1942). “History of A-C Wave Form, Its Determination and Standardization”. Transactions of the American Institute of Electrical Engineers. 61 (12): 864. doi:10.1109/T-AIEE. S2CID 51658522.
  5. https://pact.in/blog/2024/04/automatic-voltage-stabilizer, Archived Link