Lab & instruments6 hours total3 h on the project

Breadboard Prototyping and Systematic Debug

Build a working circuit from a schematic on a breadboard, and when it does not work, find the fault by bisection and measurement instead of by staring and swapping parts.

Learning material0/19
Project0/10
Competence checklist0/6

Two ways in. Work the material, or if you already know this, go straight to the project and prove it.

How this skill is structured

  1. 1. Concepts — the ideas stated plainly, with the equations worth memorising.
  2. 2. Worked example — one real problem solved end to end, numbers included.
  3. 3. Tool demonstration — do the thing in a real open-source tool.
  4. 4. Resources — the specific free readings and videos, and what part of each to use.
  5. 5. Project — built alone, producing something a reviewer can check.
  6. 6. Competence checklist — what you must be able to do. This is also the audit rubric.

1. Concepts

Read these first. Tick each one when you could explain it to someone else without notes.

0/7

2. Worked example

A 555 timer that outputs nothing: a bisection walkthrough

ProblemYou built an astable 555 oscillator meant to blink an LED at 1 Hz. Nothing happens. Find the fault in the minimum number of measurements.

  1. 1
    Prediction first: pin 8 = 5 V, pin 1 = 0 V, pin 3 should swing 0 to ~4 V at 1 Hz, pin 2/6 should ramp between 1/3 and 2/3 of 5 V.
  2. 2
    Measurement 1 (power): pin 8 to pin 1 with the meter. Reads 5.0 V. Power is present at the chip. If this had read 0 V, the whole downstream chain is irrelevant.
  3. 3
    Measurement 2 (bisect the chain at the output): pin 3 with the meter in DC volts. Reads a steady 0 V, not an average around 2 V. So the oscillator is not running; the fault is upstream of the output, not in the LED branch.
  4. 4
    Measurement 3 (bisect the timing network): pin 6 (threshold). Reads a steady 5.0 V. The capacitor is fully charged and never discharging. So charging works but discharge does not.
  5. 5
    Hypothesis: the discharge path is broken. That is pin 7 through R2 to the capacitor node.
  6. 6
    Measurement 4: continuity from pin 7 to the junction of R2. Open circuit. Found it — the wire is in the adjacent breadboard row.
  7. 7
    Fix, re-measure pin 3: now oscillating. Verify the frequency with the scope and compare to the calculated 1.44/((R1+2R2)C).
  8. 8
    Note what was not done: no parts were swapped, nothing was rebuilt from scratch, and four measurements localised the fault. The prediction written down in step 0 is what made measurements 2 and 3 meaningful.

AnswerBroken discharge path (pin 7 to R2), found in four measurements by bisection. The general method: verify power, then bisect the signal chain, comparing every reading against a written prediction.

3. Tool demonstration

Draw the schematic you are about to build, and annotate it with expected voltages so it doubles as your debug plan.

0/8

Tool: KiCad schematic editor as a build document

4. Resources

Free and, wherever possible, openly licensed. The note tells you which part to actually use — do not read them cover to cover.

0/4

5. Project — build this on your own

About 3 hours. This is the artifact that proves the skill. Work it without a walkthrough.

0/10

Build a multi-stage circuit on a breadboard from your own schematic, then deliberately inject three faults, have someone else (or your future self, via sealed envelope) hide them, and find each one by documented bisection.

Deliverables

Acceptance criteria — how you know it is good enough

If you want to push further

  • Repeat with an intermittent fault (a marginal connection) and describe the additional techniques required — thermal, mechanical, and long-capture logging.
  • Move the same circuit to stripboard or a PCB and identify one behaviour that changed because the breadboard's parasitics are gone.

6. Competence checklist

Tick these honestly. If you are auditing this skill, this is your rubric — you should be able to demonstrate every line from the project you just built.

0/6
Tick every line above first — 6 remaining.