Learning Objectives
By the end of this lab, you will be able to:
- Construct a series diode-resistor circuit on a virtual breadboard in Tinkercad Circuits, correctly identifying the anode and cathode of a 1N4001 rectifier diode.
- Configure virtual multimeters as an ammeter (in series) and voltmeters (in parallel) to measure circuit current and component voltage drops.
- Measure the forward voltage drop of a silicon diode and verify that it remains near 0.6β0.7 V while the series resistor absorbs the remaining supply voltage.
- Demonstrate reverse-bias blocking by flipping the diode and confirming that current falls to 0 A and the full supply voltage appears across the diode.
- Apply Kirchhoff's Voltage Law and Ohm's Law to predict circuit current β I = (VS β VF) / R β and compare predictions against simulated measurements.
- Explain why a current-limiting resistor is required in every diode circuit, and predict what would happen without one.
- Interpret the diode I-V characteristic curve, locating the knee voltage, the forward-conduction region, and the reverse-blocking region.
Key Terms & Concepts
Click any card to reveal its definition. Review these before you build.
π₯ About the Simulation Tool: Tinkercad Circuits
Autodesk Tinkercad Circuits is a free, browser-based electronics simulator (no installation, runs on Chromebooks). You drag components from a parts panel onto a workspace, wire them on a virtual breadboard that behaves exactly like the real thing, and press Start Simulation to see live meter readings, glowing LEDs β and smoke effects if you overload a part. It is ideal for this lab because you can flip a diode around in two seconds and re-measure, something that reinforces the forward/reverse concept far faster than reading about it.
- Rotate a selected part with the R key or the rotate icon β you will use this to flip the diode.
- Wire color is changeable from the toolbar after clicking a wire: use red for +, black for β, green for measurement leads (matching this lab's figures).
- Component values (resistance, supply voltage, meter mode) are edited in the small inspector window that appears when you click a part while simulation is stopped.
- Breadboard rows aβe and fβj are connected in vertical groups of five; the center trench isolates the two halves. The long + / β rails run horizontally.
π§ Virtual Parts List
| Qty | Component (Tinkercad name) | Setting | Purpose |
|---|---|---|---|
| 1 | Breadboard (small) | β | Mounting platform for the resistor and diode |
| 1 | Power Supply | 7.50 V / current limit 5 A | Adjustable DC source (bench-supply style) |
| 1 | Resistor | 1 kΞ© (brown-black-red) | Current-limiting resistor R1 |
| 1 | Diode | 1N4001 | Device under test, D1 β gray band = cathode |
| 3 | Multimeter | 1 Γ A mode, 2 Γ V mode | Ammeter (series) + voltmeters across R1 and D1 |
| ~8 | Wires | red / black / green | Power, ground, and meter connections |
π The Circuit You Will Build
The test circuit is a simple series loop: power supply β ammeter β resistor R1 β diode D1 β back to the supply. Two voltmeters watch R1 and D1 from the sidelines. The schematic below shows the forward-bias configuration; in Part 3 you will rotate D1 180Β° for reverse bias.
Expected Readings at a Glance
| Configuration | M1 Current | M2 V(R1) | M3 V(D1) | Diode acts like⦠|
|---|---|---|---|---|
| Forward bias (band toward supply β) | β 6.8 mA | β 6.8 V | β +0.7 V | Closed switch + 0.7 V drop |
| Reverse bias (band toward supply +) | 0.00 A | 0.00 V | β7.50 V | Open switch β blocks everything |
π Step-by-Step Procedure
Part 1 β Build the Circuit (β20 min)
- Create the workspace. Sign in at tinkercad.com, open Circuits β Create new Circuit, and rename it "LastName β Diode Lab" using the title field in the upper-left.
- Place the breadboard. In the parts panel search for "breadboard" and drag a Breadboard Small to the center of the workspace.
- Add the power supply. Search "power supply" and place it to the left of the breadboard. Click it and set the voltage to 7.50 V and the current limit to 5 A in the inspector. Wire its red (+) terminal to the bottom + rail and its black (β) terminal to the bottom β rail of the breadboard.
- Place resistor R1. Drag a Resistor so it straddles the center trench at column 10 (one lead in row e, the other in row f). Click it and set the value to 1 kΞ©. Verify the color bands read brown-black-red.
- Place diode D1. Search "diode" and place the 1N4001 straddling the trench at column 17. Orient it so the gray cathode band faces down (toward the β rail side). Hover over each lead β Tinkercad labels them anode and cathode. This is your forward-bias orientation.
- Wire the loop. (a) Red wire from the + rail up to column 10, row a (bottom lead of R1). (b) The top lead of R1 (row f, col 10) will connect to the ammeter in the next step. (c) Green wire from the diode's top lead (row f, col 17) toward the ammeter. (d) Black wire from the diode's bottom lead (row a, col 17) down to the β rail.
- Insert the ammeter (M1) in series. Drag a Multimeter above the breadboard and set its mode to A (ammeter). Wire its black terminal to R1's top lead and its red terminal to D1's top lead. Current now has no path except through the meter.
- Attach voltmeter M2 across R1. Place a second multimeter to the left, set mode to V. Connect its leads to the two leads of R1 (red lead on the supply side).
- Attach voltmeter M3 across D1. Place a third multimeter to the right, set mode to V. Connect its red lead to the anode and black lead to the cathode of D1, so a forward drop reads positive.
Part 2 β Forward-Bias Measurements (β15 min)
- Predict. With VS = 7.5 V, VF β 0.7 V, and R = 1 kΞ©, calculate your expected current using I = (VS β VF) / R. Record the prediction in Data Table 1.
- Simulate. Press Start Simulation. All three meters come alive.
- Record. Log M1 (current), M2 (V across R1), and M3 (V across D1) in Data Table 1. M3 should read close to 0.7 V.
- KVL check. Verify V(R1) + V(D1) β 7.50 V. If it doesn't balance, a meter is mis-wired β stop and fix it.
- Explore the knee. Stop the simulation, lower the supply to 3 V, 1 V, and 0.5 V, re-running each time. Watch what happens to current when VS drops below the barrier potential. Record each row.
Part 3 β Reverse-Bias Measurements (β10 min)
- Flip the diode. Stop the simulation. Click D1 and rotate it 180Β° (press R twice) so the gray band now faces the + side. Reconnect its leads to the same breadboard columns.
- Restore 7.50 V on the supply and press Start Simulation.
- Record. M1 should read 0.00 A, M2 0.00 V, and M3 β7.50 V β the screenshot at the top of Figure 1's caption shows exactly this state. Log all three in Data Table 2.
- Reason it out. With zero current, Ohm's Law forces V(R1) = IΒ·R = 0 β so KVL puts the entire supply across the diode. Write one sentence in your report explaining why the M3 reading is negative.
- Stress test (optional). Raise the supply toward 30 V. The 1N4001 blocks up to 50 V reverse, so current stays at zero β but note in your report what would eventually happen in a real circuit past the breakdown rating.
Part 4 β Trace the Characteristic Curve (β15 min)
- Sweep forward voltage. With the diode back in forward bias, set the supply to each value in Data Table 3 (0.2 V β 10 V), simulate, and record I and V(D1) at every point.
- Plot. Graph I (vertical) versus V(D1) (horizontal) β on paper, in a spreadsheet, or by comparing against the interactive I-V Explorer below. Mark the knee.
- Conclude. Answer the Analysis Questions, complete the Knowledge Check, and use your browser's Print function on this page (data tables included) to submit your report.
π Data Tables
Type your readings directly into the tables β they are preserved when you print this page. Use the Check KVL buttons to verify each measurement set.
Data Table 1 β Forward Bias (VS sweep)
| V_S (set) | Predicted I = (V_Sβ0.7)/1k | Measured I (M1) | V(R1) (M2) | V(D1) (M3) | V(R1)+V(D1) |
|---|---|---|---|---|---|
| 7.50 V | |||||
| 3.00 V | |||||
| 1.00 V | |||||
| 0.50 V |
Data Table 2 β Reverse Bias
| V_S (set) | Measured I (M1) | V(R1) (M2) | V(D1) (M3) | Diode state (open/closed switch?) |
|---|---|---|---|---|
| 7.50 V | ||||
| 15.0 V |
Data Table 3 β Forward Characteristic Sweep
| V_S | 0.2 V | 0.5 V | 0.7 V | 1.0 V | 2.0 V | 5.0 V | 10 V |
|---|---|---|---|---|---|---|---|
| I (mA) | |||||||
| V(D1) |
π Interactive Diode I-V Explorer
This companion simulator models the same series circuit you built in Tinkercad. Adjust the supply voltage and resistor, flip the bias, and watch the operating point slide along the diode's characteristic curve. Compare its readouts against your Data Table values β they should agree closely.
β Analysis Questions
Answer in complete sentences in your lab report.
- Using your Data Table 1 row for 7.50 V, show the KVL calculation proving your three meter readings are consistent with each other.
- In forward bias you raised VS from 1 V to 7.5 V, yet V(D1) barely changed. Where did the "extra" voltage go, and which component controlled the current?
- At VS = 0.5 V forward, the current was essentially zero even though the diode was pointed the "right" way. Explain using the concept of barrier potential.
- In reverse bias, why does the voltmeter across R1 read 0.00 V? Support your answer with Ohm's Law.
- Why does M3 read β7.50 V rather than +7.50 V in the reverse-bias configuration?
- Suppose a classmate builds this circuit with no resistor β diode straight across the 7.5 V supply, forward biased. Predict what happens and why. (Tinkercad will show you smoke; a real 1N4001 gives you about one second of regret.)
- Name one real-world circuit that depends on the diode's one-way behavior you just demonstrated, and describe the diode's job in it in one sentence.
Key Facts Reference Box
Interactive Knowledge Check
Six questions drawn directly from the lab. Select an answer for each, then press Grade My Quiz.