Stripboard Builder โ Interactive Guide
I can...
- Say what each of the three boards does.
- Find key parts on a stripboard.
- Match wires and colours to the schematic.
- Spot and fix common wiring mistakes.
What this page is for
This page helps you build your stripboard safely and correctly. Each tab shows one part of the system. Open the sections to learn how things work and what to check.
How to use this page
- Start with the Overview tab to learn the full system.
- Go to Input, Process or Output when you build that board.
- Open the dropdowns one at a time.
- Follow the colour codes to avoid mistakes.
- Use the photos to match your work.
- Read the checkpoints to test your build.
- Fix any mistakes before moving on.
- Go back and re-check if something doesnโt work.
- Take your time โ small steps make better builds.
System Overview
A complete guide to understanding your three-board system.
๐ Build Method โ Universal 6-Step Stripboard Process
These six steps work for ANY stripboard project: Input โ Process โ Output.
Universal 6-Step Method
- Print the schematic and highlight inputs, outputs, and power pins.
- Mark the power rails.
Red = +V (top) / Black = 0V (bottom) - Place the IC first.
Stripboard needs track cuts under each pin. - Add resistors and sensors.
Ensure correct electrical nodes. - Add link wires.
If strips donโt touch โ you MUST add a wire. - Add LEDs and capacitors last.
Check polarity.
Rule: Follow the schematic, not the picture.
๐จ Stripboard Colour Code (N5 Standard)
Use a unique colour for each signal.
- RED = +V
- BLACK = 0V
- Blue = TempOut
- Green = SwitchOut
- Yellow = AND output
- Purple = timing node
This prevents mistakes and improves debugging speed.
๐ผ System Images โ Complete Input โ Process โ Output
๐งฉ System Summary โ What Each Board Does
Input board: generates TempOut & SwitchOut
Process board: AND gate decision
Output board: 555 astable LED flasher
Boards may look different from the schematic, but the connections must always match the diagram.
๐ง Troubleshooting Checklist
- Rails continuous end-to-end?
- All IC pins isolated?
- Unique colour per signal?
- Capacitor polarity correct?
- LED polarity correct?
- Do connections match the schematic?
If stuck โ continuity-test each strip. Follow the copper, not your eyes.
๐ Schematic โ Stripboard Translation Rules
Understanding how a schematic becomes a physical stripboard layout is a key N5 Electronics skill.
Key Rules
- Schematic diagrams show logical connections โ not physical position.
- Every โnodeโ in the schematic must be a single connected copper strip.
- If the strips donโt touch but the schematic shows a connection โ add a link wire.
- Track cuts isolate pins and replicate the centre gap of a breadboard.
- Always follow IC pin numbers โ not the picture.
Pedagogy: This section corrects the biggest misconception: โstripboard must look like the schematic pictureโ.
๐ Student Task: Build Your Own Variant
Choose ONE of these challenges and design your own stripboard layout. Use the colour code, follow the build steps, and check every connection.
Design Brief Options
- Add a second switch to create an OR input.
- Replace the thermistor with an LDR for a light-controlled system.
- Convert the 555 astable into a monostable circuit.
- Add a transistor driver so the system powers a buzzer or motor.
Pedagogy: Encourages independent problem-solving and prepares learners for โdesign from a briefโ tasks.
โ Advanced: Optimising Stripboard Layouts
Once your stripboard works, improve it using professional layout techniques.
Optimisation Techniques
- Keep wires short and tidy โ improves debug speed.
- Use symmetry where possible.
- Group colours by signal type.
- Minimise the number of track cuts.
- Avoid loops in 0V rails.
Pedagogy: Builds skills useful for Higher Electronics and PCB design.
I can...
- Explain what TempOut and SwitchOut do.
- Build the thermistor and switch dividers correctly.
- Use colour coding to follow each signal.
- Check my work for common mistakes.
Input Board
๐งฉ What the Input Board Does
The Input board creates two clean logic signals: TempOut (blue) and SwitchOut (green).
๐ง Components & Wiring
- RT โ Thermistor
- R1 โ 4.7 kฮฉ pulldown
- R2 โ 10 kฮฉ pull-up
- R3 โ 10 kฮฉ pulldown
- SW1 โ Switch
- +V rail โ top copper strip
- 0V rail โ bottom copper strip
Colour coding: Blue = TempOut Green = SwitchOut Red = +V, Black = 0V
๐ก Temp & Switch Dividers
Thermistor divider
RT (to +V) and R1 (to 0V) form a voltage divider. Higher temperature โ lower RT โ higher TempOut.
Switch divider
- R2 pulls SwitchOut HIGH
- R3 pulls SwitchOut LOW
- SW1 drives the centre pin
โ Build Checkpoint & Mistakes
Build Checkpoint
- TempOut changes when the thermistor warms/cools?
- SwitchOut clearly switches HIGH/LOW?
- Correct divider wiring?
- Colours not reused?
Common Mistakes
- Thermistor wired to 0V instead of +V
- Switch centre pin on wrong strip
- R2/R3 swapped
- Colours reused โ impossible to trace
I can...
- Explain what an AND gate does.
- Find every pin on the 74HC08 correctly.
- Wire the inputs and output using the correct colours.
- Check for track cuts and wiring mistakes.
Process Board โ AND Gate
๐งฉ What the Process Board Does
Uses a 74HC08 AND gate โ only outputs HIGH when TempOut AND SwitchOut are HIGH.
๐ Pin Connections
- Pin 1 = TempOut (blue)
- Pin 2 = SwitchOut (green)
- Pin 3 = AND Output (yellow)
- Pin 14 = +V
- Pin 7 = 0V
The notch marks pin 1 โ always face it left.
๐ Power & Links
- Red = +V โ Pin 14
- Black = 0V โ Pin 7
- Blue = TempOut
- Green = SwitchOut
- Yellow = AND Output โ Output board
Every IC pin must sit on an isolated strip โ track cut under each pin.
โ Checkpoint & Mistakes
Build Checkpoint
- Pin 1 and 2 react correctly?
- Pin 3 only HIGH when both inputs HIGH?
- All track cuts confirmed?
Common Mistakes
- Pin 1/2 swapped โ wrong AND behaviour
- Missing track cut โ shorts two pins
- AND output wired to wrong strip
I can...
- Explain how the 555 makes LEDs flash.
- Build the timing network (R4, R5, C1).
- Connect LEDs for HIGH and LOW output correctly.
- Check my wiring for timing or polarity mistakes.
Output Board โ 555 LED Flasher
๐งฉ What the Output Board Does
Contains a 555 astable that alternates red/green LEDs. Only runs when the AND gate output goes HIGH.
โฑ Timing Network (R4, R5, C1)
- R4: +V โ pin 7
- R5: pin 7 โ timing node (pins 2/6)
- C1: timing node โ 0V
Long leg of C1 = timing node Short leg = 0V
๐ก LED Connections
Green LEDs (HIGH output)
- Pin 3 โ resistor โ LED โ 0V
Red LEDs (LOW output)
- +V โ resistor โ LED โ pin 3
Blue = 555 Output
โ Checkpoint & Mistakes
Build Checkpoint
- Pin 3 toggles HIGH/LOW?
- Green LEDs on HIGH?
- Red LEDs on LOW?
- C1 polarity correct?
Common Mistakes
- C1 reversed โ no oscillation
- Pins 2/6 not linked โ no timing node
- R4/R5 swapped โ timing wrong
- LEDs reversed
Final Quiz โ Check Your Learning
I can...
- Spot wiring mistakes in a stripboard.
- Explain what each board does.
- Choose the correct resistor or connection.
- Check polarity and timing components.