Beginner Electronics Project

Build and Understand Voltage Divider Circuits

The voltage divider is one of the most important circuits in electronics. Using only two resistors, it can produce almost any required voltage from a higher voltage source. Voltage dividers are used in nearly every electronic device, including power supplies, sensor interfaces, microcontrollers, audio equipment and measurement instruments. Understanding voltage dividers is essential before learning analogue and digital circuit design.

Voltage Divider Circuit

Project Overview

A voltage divider consists of two resistors connected in series across a voltage source.

The output voltage is taken from the junction between the resistors. By choosing suitable resistor values, almost any lower voltage can be produced.

Voltage dividers are simple, inexpensive and extremely common in electronic circuits.

Project Difficulty

ItemValue
Difficulty⭐ Beginner
Build Time30–60 Minutes
Supply Voltage3 V – 24 V DC
Power RequiredNone (Passive Circuit)
Main ComponentsResistors or Potentiometers

Basic Voltage Divider Circuit

Vin
│
R1
│────── Vout
R2
│
GND

The output voltage is measured between the junction of the two resistors and ground.

Voltage Divider Equation

Output Voltage
Vout = Vin × R2 / (R1 + R2)

Where:

  • Vin = Input voltage
  • Vout = Output voltage
  • R1 = Upper resistor
  • R2 = Lower resistor

Example Calculation

Parameter Value
Input Voltage 12 V
R1 10 kΩ
R2 10 kΩ
Output Voltage 6 V

Because both resistors have the same value, the output voltage is exactly half of the input voltage.

Using a Potentiometer

Replacing the two fixed resistors with a potentiometer creates an adjustable voltage divider.

The wiper provides an adjustable output voltage between 0 V and the supply voltage.

This arrangement is commonly used for volume controls, brightness controls and sensor calibration.

Typical Components

QuantityComponent
2Resistors (1 kΩ – 100 kΩ)
1Potentiometer (Optional)
1Breadboard
1DC Power Supply
1Digital Multimeter
SeveralConnecting Wires

Applications

  • ADC inputs on Arduino and ESP32.
  • Battery voltage monitoring.
  • Sensor signal conditioning.
  • Reference voltage generation.
  • Audio volume controls.
  • Brightness controls.
  • Comparator circuits.
  • Operational amplifier bias networks.
  • Power supply feedback circuits.
  • Voltage measurement systems.

Testing

  1. Assemble the circuit on a breadboard.
  2. Apply the input voltage.
  3. Measure the input voltage using a multimeter.
  4. Measure the output voltage.
  5. Compare the measured value with the calculated result.
  6. Replace one resistor with different values.
  7. Observe how the output voltage changes.
  8. Repeat using a potentiometer.

Troubleshooting

Problem Possible Cause
No output voltage Incorrect wiring or open resistor.
Wrong voltage Incorrect resistor values.
Voltage changes under load Load resistance too low.
Potentiometer not working Incorrect terminal connections.
Unstable readings Loose connections.

Important Limitation

A voltage divider should only be used to provide a reference voltage or power very light loads.

If a heavy load is connected, the output voltage will drop because the load effectively becomes part of the divider.

For higher current applications, use a voltage regulator or an operational amplifier configured as a voltage follower (buffer).

Project Improvements

  • Build a battery voltage monitor.
  • Create an adjustable reference voltage source.
  • Add a buffer amplifier using an LM358.
  • Interface the divider with an ESP32 ADC.
  • Measure the effect of different load resistances.
  • Design precision resistor dividers using 1% resistors.
  • Add over-voltage protection using Zener diodes.
  • Use the divider in comparator and sensor circuits.

Skills Learned

  • Ohm's Law.
  • Series resistor calculations.
  • Voltage division.
  • Circuit measurement.
  • Sensor interfacing.
  • Analogue electronics fundamentals.

Safety Notes

  • Choose resistor power ratings appropriate for the applied voltage.
  • Disconnect power before changing resistor values.
  • Verify resistor values with a multimeter if unsure.
  • Avoid using voltage dividers directly with high-current loads.
  • Observe correct polarity when measuring DC voltages.

Key Points

  • A voltage divider uses two resistors to produce a lower voltage.
  • The output voltage depends on the resistor ratio, not their absolute values.
  • Voltage dividers are used throughout analogue and digital electronics.
  • They are ideal for reference voltages and sensor inputs but not for powering heavy loads.
  • Understanding voltage dividers is essential for learning electronics and circuit design.

Next Project

Continue by building a Current Divider Circuit, which demonstrates how current is shared between parallel resistors and introduces another essential concept in circuit analysis.

Next Project → Current Divider Circuit