Resistor Voltage Divider – A Simple but Essential Circuit
Resistor Voltage Divider – A Simple but Essential Circuit
If there’s one circuit you’ll keep coming across in electronics, it’s the resistor voltage divider. Simple, reliable, and everywhere, from measuring voltages to dimming LEDs, it’s one of the first building blocks worth learning.
What is a Voltage Divider?
A voltage divider is just two resistors connected in series across a voltage source. By tapping the middle point between them, you “divide” the voltage into a smaller, useful value.
Formula:
Where:
-
= supply voltage
-
-
= resistor connected to ground
-
= output voltage between R1 and R2
Demo 1: Measuring a Higher Voltage
Say you want to measure a 9V battery with an Arduino (which only tolerates up to 5V).
-
Choose ,
-
Output will be:
Demo 2: LED Brightness Control
Hook up a 9V supply, then:
-
-
-
Output = ~3V, just right to drive a red LED with a safe current-limiting resistor.
This is a neat way to experiment with how resistor ratios change brightness.
Again the two resistors are connected in series, with the larger resistor connecting to the +ve rail on the breadboard, and the smaller to the -ve rail. The point between the resistors is where the anode of the LED connects to, then on the cathode of the LED a link is made back to ground.
Why It Matters
-
Used in sensors (scaling signals).
-
Essential in analogue-to-digital conversions.
-
Great for biasing transistors and op-amps.
You’ll keep seeing it in real circuits wherever different voltage levels to the supply are required as it is a quick and easy circuit to build.




Comments
Post a Comment