DC Circuits · #4 of 20
Ground, References, and Measurement Gotchas
Why 'Ground' Is Not Magic
Why it matters
“Ground” is just a reference point. Understanding this prevents measurement errors, floating circuits, and mysterious bugs.
The idea
What Is Ground?
Ground is just a reference point — voltage is always measured relative to something.- In circuits, ground is usually 0V (the negative terminal of your power supply)
- It's not
Demo
Ground is a concept, not a demo. Review this before troubleshooting circuits.
Key takeaways
- Ground is just a reference point (usually 0V)
- All components must share the same ground
- Voltage is always measured relative to ground
- Missing ground connections cause mysterious bugs
Going deeper
In AC power systems, ‘ground’ refers to earth ground (literally connected to the earth). In DC circuits, it’s just the negative terminal. In mixed-signal systems (analog + digital), you might have separate analog ground and digital ground connected at a single point to reduce noise coupling.
Math details
Voltage is always relative: V_AB = V_A - V_B If B is ground (0V): V_AB = V_A - 0 = V_A SoImplementation
Ground Checklist
- Verify all components share the same ground
- Check ground connections with multimeter continuity mode
- Use DC mode (not AC) for battery/microcontroller measurements
- Measure voltage across components (parallel), current through (series)
- Power on the circuit before measuring
Troubleshooting
Symptom: Circuit doesn't work, but voltages look correct
Check: Is ground connected? Use continuity mode to verify.
Symptom: Readings jump around randomly
Check: Is circuit powered? Are you using DC mode?