Unit E - College Practice

25. Practical Fault-Finding & Multimeter Skills

Diagnose circuits methodically instead of guessing.

Estimated time 4-5 hours

Learning outcomes

  • Set up a digital multimeter safely for DC voltage, continuity and resistance
  • Apply a power → signal → software fault sequence without guessing
  • Predict and measure expected HIGH/LOW and 5 V rail readings on an Uno
  • Isolate a project into subsystems and prove each with a minimal test
  • Keep an evidence-based fault log suitable for college practical work

Parts and preparation

Arduino Uno, USB data cable, digital multimeter with probes, breadboard, red LED, 330 Ω resistor, push-button (optional), jumper wires, and one previously built circuit or module to diagnose.

Before power: inspect wiring, confirm supply voltage and ensure all connected circuits share GND.

Practical Fault-Finding & Multimeter Skills instructional connection diagram
Open the diagram for a larger view. Trace every connection before building.

Why method beats guessing

Random rewiring wastes time and can create new faults. College practical work expects a repeatable process: state the symptom, remove power, inspect, measure, change one thing, then re-test.

Most Arduino faults fall into three layers: power/ground, wiring/signals, then software. Check them in that order. Uploading a “fixed” sketch while the 5 V rail is dead teaches nothing.

Fault-finding sequence

Use this order every time. Tick each step in your logbook before moving on.

StepActionPass looks like
1. ObserveWrite the exact symptom (what works, what does not, when)Clear one-sentence problem statement
2. Power offUnplug USB / VIN before moving wires or using continuityBoard fully unpowered
3. InspectCheck polarity, breadboard rows, loose jumpers, shorts, correct pinsNo obvious wiring errors
4. Power / GNDPower on; measure 5 V to GND; confirm ON LED if presentAbout 4.8-5.2 V on the 5 V pin
5. Common GNDConfirm every module shares GND with the UnoContinuity (power off) or 0 V difference where expected
6. One signalMeasure one known input or output under a controlled sketchReading matches HIGH/LOW or expected analogue band
7. Minimal sketchTest one device alone with the smallest known-good codeThat device works in isolation
8. RebuildAdd subsystems one at a time; re-test after eachFault isolated to the last change

Multimeter setup and safety

A digital multimeter (DMM) is your main tool for proving electrical claims. Wrong range or wrong socket can blow the meter fuse or give nonsense readings.

Before every session: inspect probe tips, confirm the black lead is in COM, and put the red lead in the V/Ω socket for voltage, continuity and resistance. Use the dedicated high-current socket only when measuring current in series - and only if your tutor asks for it. This course focuses on voltage and continuity.

ModeWhen to usePower on circuit?Notes
DC voltage (V⎓)Rails, pin HIGH/LOW, sensor divider voltageYesBlack on GND; red on the point under test
Continuity (beep)Prove a wire/row connects two pointsNo - power offBeep ≈ low resistance path
Resistance (Ω)Check a resistor or open LED path (careful)No - power offRemove or isolate the part if readings look odd
AC voltageNot used in this ELV DC course-Do not probe mains
Current (A)Advanced / tutor-led onlyYes, meter in seriesWrong connection can short the supply

How to measure DC voltage on an Uno

Set the meter to a DC range above 5 V (often 20 V). Black probe to Uno GND. Red probe to the test point.

Expected readings on a healthy Uno R3 (USB powered):

Test pointTypical readingIf wrong, check
5V pin to GNDAbout 4.8-5.2 VUSB cable, port, board power LED, short on 5 V rail
3.3V pin to GNDAbout 3.2-3.4 VRegulator / board damage (less used in early labs)
Digital OUTPUT HIGH to GNDAbout 4.5-5.0 VpinMode OUTPUT, correct pin, series load not shorting to GND
Digital OUTPUT LOW to GNDAbout 0-0.2 VCode stuck HIGH; short to 5 V; wrong pin
INPUT_PULLUP open button pinNear 5 VMissing INPUT_PULLUP; wire floating
INPUT_PULLUP pressed to GNDNear 0 VButton not to GND; wrong pin
Pot wiper (A0) mid-travelRoughly mid-rail (varies)Missing 5 V/GND on pot ends; wiper not on A0

Continuity and resistance (power off)

Switch power off and unplug USB before continuity or resistance tests. Measuring resistance on a live circuit can damage the meter and produce false values.

Useful checks: breadboard row continuity, jumper end-to-end, LED orientation (one way may show a diode drop on diode mode if available), resistor value (330 Ω should read near 330 Ω out of circuit), and that two nets that should be separate are not shorted.

Symptom → likely cause → first check

Match what you see to a first measurement before changing lots of wires.

SymptomLikely causeFirst check
Board dead / no power LEDUSB/cable/port or short on 5 VMeasure 5 V to GND; try known-good data cable
Uploads but nothing happensWrong pin, missing GND, dead breadboard rowContinuity to the device; voltage on the driven pin
LED never lightsReversed LED, missing resistor, wrong pinPolarity; measure pin HIGH; check resistor in series
LED always on / pin hotShort, no resistor, wrong polarity drivePower off; inspect; add series resistor; stay within pin current
Button random / stuckFloating input or wrong polarity testINPUT_PULLUP; measure open vs pressed
Sensor stuck at 0 or 1023Open wire or rail short on dividerMeasure divider mid-point voltage; confirm 5 V and GND
Motor resets the boardMotor current from USB/pin aloneExternal motor supply + common GND + driver
Serial garbage / silentBaud mismatch or charge-only cableMatch baud; TX/RX LEDs; data cable
Works alone, fails when combinedPin clash, shared bus conflict, power droopMinimal tests; one module at a time; measure 5 V under load

Minimal test strategy

When a full project fails, do not debug everything at once. Unplug unrelated modules. Load the smallest sketch that only exercises the suspect part (this lesson’s pin HIGH/LOW test, Blink, or a single-sensor Serial print).

If the minimal test passes, the device and basic wiring are fine - the fault is in integration (wrong pin define, shared pin, library conflict, timing, or power under load). If the minimal test fails, fix that layer before reconnecting the rest.

Practical evidence and logbook

Assessment marks depend on evidence, not luck. For each fault session record:

Log fieldWhat to write
Circuit / versionLesson or project name and date
SymptomWhat failed, and what still worked
HypothesisWhat you thought was wrong before measuring
MeasurementMeter mode, points probed, value read
Cause foundThe actual fault (be specific)
CorrectionWhat you changed
Retest resultPass/fail with a measured value if relevant
Photo (optional)Clear shot of wiring labels and the meter display

Wiring and safe build sequence

  1. Build a known-good LED test: Uno D8 → 330 Ω → LED anode; LED cathode → GND
  2. Set multimeter to DC volts; black probe on Uno GND; confirm ~5 V on the 5 V pin
  3. Upload the worked sketch; measure D8 to GND during the HIGH message (~5 V) and LOW message (~0 V)
  4. Power off; set continuity; confirm D8 jumper continuity to the resistor row and cathode path to GND
  5. Optional: add an INPUT_PULLUP button from D2 to GND; measure open (~5 V) and pressed (~0 V)
  6. Then diagnose a completed earlier project using the full sequence and log each step
Power rule: switch off before moving wires. Arduino I/O pins are control signals; high-current loads require a driver and suitable external supply.
const int TEST_PIN = 8;

void setup() {
  pinMode(TEST_PIN, OUTPUT);
  Serial.begin(9600);
  Serial.println("Fault-finding pin test");
  Serial.println("Measure TEST_PIN to GND with meter on DC volts");
}

void loop() {
  digitalWrite(TEST_PIN, HIGH);
  Serial.println("HIGH - expect about 5 V on pin 8");
  delay(3000);

  digitalWrite(TEST_PIN, LOW);
  Serial.println("LOW - expect about 0 V on pin 8");
  delay(3000);
}

How the code works

  1. TEST_PIN is a named constant so the driven pin is obvious in wiring and in the logbook.
  2. Serial messages tell you when to take each meter reading so software and measurement stay in sync.
  3. If Serial is silent but the pin still toggles, you can still measure; fix USB/baud separately.

Test and record evidence

Expected result: With the LED wired, it lights for about three seconds and goes off for three seconds. The meter on D8 to GND reads approximately 5 V during HIGH and 0 V during LOW. Serial prints match those phases.

Practical evidence checklist

Common faults and checks
  • No 5 V on the 5 V pin: fix USB/power before any signal tests.
  • Pin stays near 0 V on HIGH: wrong pin number, pin not set OUTPUT, or short to GND.
  • Pin near 5 V but LED dark: reversed LED, open breadboard row, or missing series resistor path.
  • Continuity always beeps between 5 V and GND: short - power off and find the bridge before powering again.
  • Readings jump wildly: poor probe contact, wrong meter range, or floating probe (keep black on GND).
Extension challenge: Partner exercise: one person introduces a single safe fault (open jumper, swapped LED, missing GND, or wrong pin in code). The other diagnoses it using the written sequence and completes a full log entry with at least one meter reading.

Check your understanding

Q1. In what order should you usually investigate an Arduino fault?

Show answer

Power and ground first, then wiring/signals, then software.

Q2. Can you measure continuity with the Uno still powered from USB?

Show answer

No. Remove power first.

Q3. Black probe on GND, red on a digital OUTPUT driven HIGH - roughly what should you read?

Show answer

About 5 V on a 5 V Uno.

Q4. Why use a minimal sketch when a big project fails?

Show answer

It separates a single device/wiring fault from integration and software interaction faults.

Q5. Name three fields that belong in a practical fault log.

Show answer

Examples: symptom, measurement, cause found, correction, retest result.