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.
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
| Item | Value |
|---|---|
| Difficulty | ⭐ Beginner |
| Build Time | 30–60 Minutes |
| Supply Voltage | 3 V – 24 V DC |
| Power Required | None (Passive Circuit) |
| Main Components | Resistors 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
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
| Quantity | Component |
|---|---|
| 2 | Resistors (1 kΩ – 100 kΩ) |
| 1 | Potentiometer (Optional) |
| 1 | Breadboard |
| 1 | DC Power Supply |
| 1 | Digital Multimeter |
| Several | Connecting 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
- Assemble the circuit on a breadboard.
- Apply the input voltage.
- Measure the input voltage using a multimeter.
- Measure the output voltage.
- Compare the measured value with the calculated result.
- Replace one resistor with different values.
- Observe how the output voltage changes.
- 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.