Components6 hours total3 h on the project

Passive Selection and Package Choice

Choose the right physical part, not just the right value: package, tolerance, temperature coefficient, voltage and power rating, and know how those choices constrain your layout and assembly.

Learning material0/18
Project0/11
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

Selecting the divider resistors for a 48 V battery monitor

ProblemA 48 V nominal battery (up to 58 V charging) must be measured by a 3.3 V ADC with better than 1% total accuracy over -20 to +60 C. Choose the divider.

  1. 1
    Ratio: 58 V must map to at most 3.2 V, so the divider ratio is at least 18.1:1. Choose 20:1 for headroom: 58 V -> 2.9 V.
  2. 2
    Divider current: this is a battery monitor, so standing current is a battery drain. Target 50 uA at 48 V, giving a total resistance of about 960 k. Use 950 k top and 50 k bottom for exactly 20:1.
  3. 3
    E96 values: 953 k and 49.9 k give a ratio of 20.10:1. Close enough, and the exact ratio is calibrated in firmware anyway.
  4. 4
    Voltage rating check: the top resistor sees nearly the full 58 V. An 0402 rated 50 V working voltage FAILS. An 0603 is typically rated 75 V, which passes but with little margin; an 0805 at 150 V is comfortable. Alternatively split the top leg into two series 475 k 0402s, halving the voltage across each — this is the standard high-voltage divider technique.
  5. 5
    Power check: P_top = V^2/R = 58^2 / 953k = 3.5 mW. Trivial for any package. Voltage, not power, is the binding constraint here — the point of the exercise.
  6. 6
    Tolerance: with two 1% resistors the worst-case ratio error is about 2%, which fails the 1% requirement. Options: (a) use 0.1% parts, (b) use a matched resistor network, or (c) calibrate in firmware at production and store the correction. Option (c) is usually cheapest.
  7. 7
    Tempco: this is the error calibration cannot remove. Two independent 100 ppm/C thick-film parts can drift in opposite directions: over an 80 C range that is up to 1.6% of ratio error. This alone busts the budget. Choose 25 ppm/C thin film (worst case 0.4%) or a matched network with a specified ratio tempco of 5 ppm/C.
  8. 8
    Impedance check: 953 k || 49.9 k = 47.4 k of source impedance at the ADC. Most SAR ADCs want under 10 k. Add a buffer, or add an RC (e.g. 1 k + 100 nF) and lengthen the sampling time — check the ADC datasheet's acquisition time requirement against the RC.
  9. 9
    Final: 2 x 475 k 0402 1% 25 ppm in series (top), 49.9 k 0402 1% 25 ppm (bottom), 1 k + 100 nF RC to the ADC, firmware gain calibration.

AnswerTwo series 475 k thin-film 0402s for the top leg (voltage rating), 49.9 k thin film bottom, 25 ppm/C for tempco, firmware calibration for initial tolerance, and an RC plus long acquisition time for the ADC source impedance. Value alone would have got three of those five wrong.

3. Tool demonstration

See the real physical difference between package sizes and density levels, and use the calculator for E-series and regulator maths.

0/7

Tool: KiCad footprint library and the built-in PCB Calculator

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/11

Produce a standardised passive component library for a small product family, then apply it to a real specification exercise that forces at least three non-obvious package or grade decisions.

Deliverables

Acceptance criteria — how you know it is good enough

If you want to push further

  • Add a pulse-rating analysis to the shunt exercise for a fault condition, and choose a part rated for it.
  • Price your preferred list at three volumes (10, 100, 1000 boards) and show the effect of standardisation on cost.

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.