Electronics / Bench / Kit & projects
Bench 13

Kit &
project ladder Deliberately last, so the list means something. You can now judge why a temperature-controlled iron matters, why leaded solder is easier, and why a current-limited supply saves components — rather than taking it on trust.

shopping list8 projects in order
Tier 0 · Buythe starting kit

What to get

Module 0.1

The list, with reasons

What matters and what does not
ItemWhat to look forWhy
Temperature-controlled ironAdjustable, 60W+, with a stand. A T12-style station or equivalent. Avoid unregulated pencil ironsThe decision that determines whether soldering feels easy or awful
Chisel tip, ~1.6mmUsually includedTransfers heat far better than a fine conical tip
Leaded solder, 0.7mmSn60/40 or Sn63/37, rosin coreForgiving while learning
Flux pen or pasteNo-clean rosinFixes most wetting problems instantly
Desoldering braid + pump2mm braidYou will make mistakes; this un-makes them
Brass wool tip cleanerKinder to the tip than a wet sponge
Digital multimeterAuto-ranging, continuity beep, fusedNon-negotiable. Mid-range is plenty
Breadboard + jumper kit830-point, DuPont wiresProve circuits before soldering anything
Resistor kitE12 values, ¼W, in a sorted boxSorted matters more than quantity
Capacitor kitCeramics + electrolytics100nF and 100µF get used constantly
Semiconductors5mm LEDs, 1N4148, 1N4007, 2N3904/BC547, a logic-level MOSFETCovers every circuit in the Theory shelf
Microcontroller boardArduino Uno/Nano or ESP32Turns theory into things that do something
SafetyGlasses, fan or open windowSolder occasionally spits
Where the money should go: the iron and the meter. Everything else can be the budget version. A poor iron with no temperature control makes cold joints and lifted pads more or less inevitable, and you will conclude you are bad at soldering when the tool is at fault.

Skip for now: an oscilloscope (you cannot yet frame the questions it answers), an SMD rework station, and a giant component assortment you will never sort.

Worth adding within a few months: a bench power supply with adjustable current limit — the best debugging tool after the multimeter, because it turns "component destroyed" into "supply politely refuses". Also helping hands or a small vice, and a ~£10 USB logic analyser once you touch I²C or SPI.

Tier 3 · Buildin order

The project ladder

Module 3.1

Eight projects, each teaching the next one's prerequisite

Resist skipping ahead — the order is the point
01LED and resistor on a breadboard. Then measure it: predicted current versus actual, using the voltage drop across the resistor. Teaches that Ohm's law is real rather than homework.
02Switch with a pull-down resistor lighting the LED. Teaches floating inputs and logic levels — and try it without the resistor first to see the randomness for yourself.
03Solder a practice kit. A cheap blinking-badge or practice board. Its only job is fifty joints of muscle memory on something you do not care about ruining.
04555 timer blinking an LED. Change R and C, watch the rate change, and check it against τ = RC. Teaches timing and reading an IC pinout.
05Transistor switching a real load from a microcontroller pin, with base resistor and flyback diode. Everything from the Transistors page in one circuit.
06Sensor into an ADC — an LDR or thermistor in a divider, read and displayed or logged. Teaches dividers, ranges, averaging and noise.
07Something you actually want. A desk clock, plant moisture monitor, temperature logger, bike light, MIDI controller. Motivation carries you through debugging that theory alone will not.
08Move a working breadboard build onto perfboard, then design a PCB in KiCad and have it fabricated. This is where it stops feeling like a kit and starts feeling like engineering.

Projects 01 and 02 cost almost nothing and take an evening between them. If the parcel arrives and you only do those, you will still have learned more than reading three more pages.

Module 3.2

Where this leads

Directions worth knowing exist
  • PCB design — KiCad is free and excellent, and fabrication is genuinely cheap. The jump from perfboard to a proper board is smaller than it looks.
  • Embedded programming — moving from Arduino libraries to registers, interrupts and low-power modes. This is where hardware and software knowledge compound.
  • Analogue design — op-amps, filters, signal conditioning. Harder, more mathematical, and the deepest well here.
  • RF and radio — LoRa, BLE, sub-GHz. Where PCB layout stops being cosmetic and starts being the circuit.
  • Repair — fixing real equipment is superb training, since you must reverse-engineer intent from a board you did not design.

Given your day job, projects 06 and 07 have an obvious slant available: build a small logger that measures something and reports it, then take seriously how it authenticates, what it exposes on the network, and how you would update its firmware. Hardware you built yourself is the most honest way to learn why IoT security is genuinely hard — you feel every constraint that pushes vendors toward the bad decisions you review professionally.

Referencesearchable

Glossary