To connect a resistor in a basic DC circuit, insert one lead into the source or load node and the other into the return path. Because standard axial through-hole resistors are non-polarized, either physical lead can face the positive voltage. For a standard 5V microcontroller or breadboard power supply driving an LED, you will wire the resistor in series between the voltage source and the LED anode to limit current and prevent the diode from burning out.
This guide walks through the exact schematic symbols, physical terminal mappings, and a node-by-node breadboard trace for a 5V switched LED circuit, followed by multimeter verification steps.
Schematic Symbols and Physical Terminals
Before wiring, you must translate the schematic drawing to the physical component on your bench. In North America, schematics typically use the ANSI Y32.2 standard, which represents a resistor as a zig-zag line. In Europe and many international datasheets, the IEC 60617 standard represents it as a simple hollow rectangle. Both symbols mean exactly the same thing: a component that introduces a specific electrical resistance (measured in ohms, Ω) to limit current flow.
When looking at a standard 1/4W axial carbon-film or metal-film resistor, you will see a cylindrical body with a colored epoxy coating and two tinned copper leads extending from either end. A common point of confusion for beginners is identifying the positive and negative terminals. There are no positive or negative terminals on a standard resistor. The component is completely symmetrical and non-polarized. Current can flow in either direction, and the resistance value remains identical regardless of orientation.
Below is the terminal mapping table translating the schematic to the physical breadboard layout for our 220Ω current-limiting resistor.
| Schematic Node | Symbol Meaning | Physical Resistor Lead | Breadboard Target |
|---|---|---|---|
| Node A (Input) | Left side of zig-zag/rectangle | Lead 1 (Either side) | Row 15, Column C |
| Node B (Output) | Right side of zig-zag/rectangle | Lead 2 (Opposite side) | Row 20, Column C |
| Component Body | Zig-zag or Rectangle body | Epoxy coated cylinder | Spans Rows 15 to 20 |
For deeper reading on component identification, SparkFun's Resistor Tutorial provides an excellent breakdown of reading the color bands and understanding tolerance ratings.
Node-by-Node Wiring Trace (5V Switch-Resistor-LED Circuit)
We are building a circuit where a 5V source powers a tactile switch, which then routes power through a 220Ω resistor to a standard 5mm red LED, finally returning to ground. Follow this textual trace from source to load to wire your breadboard.
- Node 1: Power Rail (5V Source). Connect your breadboard power supply's 5V output to the top red bus strip (Row 1). Connect the ground (0V) output to the top blue bus strip (Row 2).
- Node 2: Switch Input. Place a 4-pin tactile switch across the center trench so its pins sit in rows 10 and 12, columns A and B. Use a jumper wire from the red 5V bus (Row 1) to the switch input at Row 10, Column A.
- Node 3: Switch Output to Resistor Lead A. Run a jumper wire from the switch output at Row 12, Column A to Row 15, Column C. Insert Lead 1 of your 220Ω resistor into Row 15, Column C. The physical orientation of the resistor does not matter; the color bands can face left or right.
- Node 4: Resistor Lead B to LED Anode. The resistor body spans down the breadboard. Insert Lead 2 of the resistor into Row 20, Column C. Run a jumper wire from Row 20, Column C to Row 25, Column C. Insert the Anode (the longer lead) of the 5mm red LED into Row 25, Column C.
- Node 5: LED Cathode to Ground Return. Insert the Cathode (the shorter lead, located on the side with the flat spot on the LED's plastic lens) into Row 26, Column C. Run a final jumper wire from Row 26, Column C to the blue ground bus strip (Row 2).
The Ground Path: The ground path is the explicit return route for electrons to travel back to the power supply. In this trace, current flows from the 5V rail, through the closed switch, through the resistor, through the LED, and into the blue ground bus. The power supply internally connects the ground bus back to the 5V source's negative terminal, completing the circuit loop. Without this continuous ground path, the circuit remains open and no current will flow.
Verifying Connections with a Multimeter
Before applying power, and immediately after, use a digital multimeter (DMM) to verify your wiring. This prevents short circuits and confirms component health. For foundational theory on how these components interact, refer to the All About Circuits DC textbook chapter on resistors.
Step 1: Verify Resistor Value (Power OFF)
Set your DMM to the resistance (Ω) setting, selecting the 2kΩ range. Place the red probe on the jumper wire at Row 15, Column C, and the black probe on the jumper wire at Row 20, Column C. You should read between 209Ω and 231Ω (accounting for the standard 5% gold tolerance band). If you read 'OL' (Open Loop), the resistor is unseated or broken internally.
Step 2: Verify Ground Path Continuity (Power OFF)
Set your DMM to the continuity mode (the icon looks like sound waves). Place the red probe on the LED cathode lead at Row 26, Column C, and the black probe directly on the metal terminal of your power supply's ground output. The meter should emit a continuous beep, indicating a resistance of less than 1Ω. If it does not beep, check your jumper wire to the blue bus strip.
Step 3: Verify Voltage Drop (Power ON)
Reconnect the 5V power supply and press the tactile switch to close the circuit. Set your DMM to DC Voltage (V⎓). Place the red probe on Row 15, Column C (Resistor input) and the black probe on Row 20, Column C (Resistor output). A standard red LED draws about 20mA. Using Ohm's Law (V = I × R), the voltage drop across a 220Ω resistor at 0.02A should read approximately 4.4V. If you read 0V, the switch is open or the power rail is dead. If you read 5V, the circuit is open downstream (likely a backward LED or a broken jumper).
Frequently Asked Questions
Does it matter which way I connect a resistor?
No. Standard axial and surface-mount (SMD) resistors are non-polarized, symmetrical components. They do not have a positive or negative terminal, and current flows through them equally well in either direction. You can insert them into a breadboard or solder them onto a PCB facing any orientation. The only exception is specialized components like thermistors or varistors in specific high-frequency RF layouts, but for 99% of DC hobbyist circuits, orientation is irrelevant.
How to connect a resistor to an LED without burning it out?
You must wire the resistor in series with the LED, meaning the current flows through the resistor first, then the LED (or vice versa). To calculate the exact resistor value, use the modified Ohm's Law formula: R = (Vs - Vf) / I. For a 5V source (Vs), a standard red LED with a 2.0V forward voltage drop (Vf), and a target current of 20mA (0.02A), the math is: (5 - 2) / 0.02 = 150Ω. Since 150Ω is not a standard E12 value, you round up to the next common value, which is 220Ω. Never connect an LED directly to a voltage source without a series resistor, as the LED will draw maximum current, overheat, and fail in seconds.
How do I connect a resistor in series versus parallel on a breadboard?
To connect resistors in series (which adds their resistance values together, e.g., two 100Ω resistors = 200Ω), place them end-to-end in the same breadboard column so the current must pass through one to reach the other. To connect them in parallel (which decreases total resistance and increases power handling), plug both Lead 1s of the resistors into the same row (e.g., Row 10, Columns A and B) and both Lead 2s into another shared row (e.g., Row 15, Columns A and B). The breadboard's internal metal clips will bridge the connections automatically.
Why is my resistor getting hot to the touch?
Resistors dissipate excess electrical energy as heat. If your resistor is too hot to touch (exceeding 60°C), you are likely exceeding its power rating. A standard through-hole resistor is rated for 1/4W (0.25 Watts). Using the power formula P = I² × R, if you push 50mA (0.05A) through a 220Ω resistor, it dissipates 0.55W—more than double its rating. To fix this, recalculate your circuit current, or upgrade to a physically larger 1/2W or 1W resistor (which are longer and have thicker leads) to handle the thermal load safely.






