Exercise: Resistor Voltage Divider¶
Objective¶
Measure voltages and compute current flow in a voltage divider formed by two fixed resistors. Practice using a breadboard and DMM.
Many sensor circuits we use will be built around an arrangement of series resistances called a voltage divider. This is a fundamental construction which will appear again and again.
Two resistors in series form a single current pathway, so a voltage
We will use the voltage divider structure to allow a variable resistance (e.g. sensor or switch) to control the voltage at the intermediate point. This is useful for us because the analog-to-digital converter on the Arduino senses applied voltage.

Steps and observations¶
Choose two resistors of nominally equal value. Any value between 100 and 4700 ohms is fine.
Measure the exact resistance of each resistor.
Set up the divider on a breadboard; a suggested layout is shown below.
Carefully measure the voltage
applied across the series pair of resistors. This should be your supply voltage ( ).Compute the expected voltage
across the grounded resistor: where is the ‘upper’ resistor connected to the positive supply and is the ‘lower’ resistor connected to ground.Vary the input voltage and repeat; you should be able to convince yourself that the intermediate voltage scales proportionately.
Open the circuit and measure the actual current through the divider. Compare against the predicted value:
.
Other Files¶
Fritzing file:
voltage-divider.fzz
EAGLE file:
voltage-divider.sch
Comments¶
Also see Wikipedia: Voltage divider.