Fork me on GitHub

Project Notes

#029 Zener Regulator

Using a zener diode as a voltage regulator.

The Build

Notes

Zener diodes are commonly used as simple voltage regulators.

The voltage regulator design puts the zener diode in parallel with the load, with a series resistor R to absorb any excess voltage drop:

VoltageRegulator

As long as Vin is greater than the zener breakdown voltage, Vout = Vzener

  • The zener diode will not conduct until Vin reaches the zener breakdown voltage, so in low voltage conditions, the load voltage will follow Vin
  • Since the zener only carries the “overflow” current, load current is not really a factor in its performance
    • however it is important to ensure that the series resistor R is able to handle the voltage drop Vin-Vzener at the expected load current

VoltageRegulator2

Testing the Behaviour

The test circuit uses a 3.3V 1N4728 zener diode in parallel with a 10kΩ “load” resistor.

A signal generator is used to feed a sawtooth wave, buffered by an LM358 voltage follower in order to provide sufficient drive power. The LM358 is powered from 12V to provide sufficient headroom for the test.

bb

schematic

bb_build

bb_test

In the following trace:

  • CH1 (Yellow) - Vin
  • CH2 (Blue) - Vout
  • CH3 (Red) - Signal In
    • 100 Hz sawtooth, 6V peak-peak, offset +1V (1 min, 7V max)

scope_test

Vout is measuring the voltage drop across the zener diode in parallel with the load resistor R1:

  • when the input voltage is below the zener breakdown voltage, Vout follows Vin
  • as the voltage approaches the zener breakdown voltage, Vout is clamped to the zener breakdown voltage

Credits and References

About LEAP#29 Power

This page is a web-friendly rendering of my project notes shared in the LEAP GitHub repository.

Project Source on GitHub Return to the LEAP Catalog
About LEAP

LEAP is my personal collection of electronics projects - usually involving an Arduino or other microprocessor in one way or another. Some are full-blown projects, while many are trivial breadboard experiments, intended to learn and explore something interesting.

Projects are often inspired by things found wild on the net, or ideas from the many great electronics podcasts and YouTube channels. Feel free to borrow liberally, and if you spot any issues do let me know or send a pull-request.

NOTE: For a while I included various scale modelling projects here too, but I've now split them off into a new repository: check out LittleModelArt if you are looking for these projects.

Project Gallery view the projects as an image gallery Notebook reference materials and other notes Follow the Blog follow projects and notes as they are published in your favourite feed reader