PHASE 2 · YEAR 9 – 10 · FIRST CONTACT · FROM €25
TOUCHING TO UNDERSTAND — THE TECHNOLOGY TEACHER
◆ Y9 T1 — ARDUINO: FIRST CONTACT (3h TECHNOLOGY · equipment: Arduino Starter Kit €25)
Lesson 1h: anatomy of Arduino Uno. ATmega328 microcontroller = the brain. Digital pins D0-D13 (0V or 5V). Analog pins A0-A5 (0 to 1023). setup() runs once, loop() repeats. First programme: Blink (provided, 6 lines).
Arduino IDE installation (30min): arduino.cc/downloads → install → plug in → upload Blink → LED L13 blinks.
Lab 1h30 — The blinking LED: each student ALONE wires: Arduino + 330Ω resistor + LED on breadboard. Uploads Blink. Modifies delays. Question: what happens without the resistor? (Phase 1 link: the LED burns.)
Applicable tomorrow: Arduino Starter Kit = €25/4 students. Arduino IDE = free.
◆ Y9 T2 — ARDUINO: SENSORS (3h TECHNOLOGY · equipment: LM35 temperature sensor ~€2)
Lesson 30min: sensor translates physical quantity to voltage. LM35: 10mV/°C. 25°C = 250mV = 51 on 1023 (analogRead). Formula: T = (analogRead(A0) × 5.0 / 1023.0) × 100.
Lab 2h30: wire Arduino + LM35 + red LED. Programme: read T, display on serial monitor, light LED if T > 30°C. Place hand on sensor → T rises → LED lights. Each student writes their own programme from the provided skeleton.
◆ Y9 T3 — ARDUINO: MOTOR (2h TECHNOLOGY · equipment: L298N driver ~€3 + DC motor ~€2)
Lesson 30min: driver = current amplifier. Arduino max 40mA/pin → DC motor consumes 300-500mA → driver required. Phase 1 link: "your CNC has three of these setups, one per axis."
Lab 1h30: wire Arduino + L298N + DC motor. Programme: direction 1 → stop → direction 2 → vary speed with PWM.
◆ Y10 T1 — LASER ENGRAVER (3h TECHNOLOGY · equipment: laser engraver ~€150)
Lesson 1h: laser diode. Power (W) and speed (mm/min): slow = deeper. Materials: wood, cardboard, leather, slate. Forbidden: PVC, polycarbonate.
LaserGRBL software (30min): free, import SVG, set power/speed, simulate path.
Lab 1h30 — The name tag: Inkscape (free) → first name → SVG → LaserGRBL → engrave on plywood. Object to take home. MANDATORY.
◆ LASER SAFETY — ENCLOSURE REQUIRED BEFORE USE
The laser engraver exposes users to direct and diffuse radiation. Goggles alone are insufficient to protect everyone in the room. An enclosure is mandatory. It is built by Year 13 students as the first lab of the year — before the CNC build. This enclosure is an industrial safety engineering project that produces real protective equipment.
DIY enclosure components (total budget: €80):
· 6mm MDF box cut and assembled: €15 — the physical enclosure
· OD4+ laser filter plate 200×300mm (orange/red): €20 — the viewing window. Blocks direct and diffuse radiation from the diode (445nm) while letting visible light through. The operator can watch the machine work safely. Cut with a craft knife, fixed with hinges on the front panel.
· NC (Normally Closed) magnetic limit switch: €2 — wired in series on the laser power supply. If the lid opens, the circuit cuts automatically. No radiation possible with lid open.
· 80mm USB fume extractor: €35 — evacuates combustion fumes towards the outside or filter.
· Activated carbon filter: €8 — fitted to the extractor outlet, captures VOCs and fine particles.
This enclosure legally protects the teacher. An accident with an unenclosed laser engages the teacher's personal liability. With documented enclosure and limit switch, liability is covered by the normal workshop safety framework.
◆ Y10 T2 — CNC3018 THREE MODES (3h) + Y10 T3 — 3D PRINTER (3h TECHNOLOGY)
CNC3018: same G-code → laser burns / router cuts / pen traces. Lab: router a 30×30mm square in softwood, 4 passes Z-0.5mm. "Your maths lesson's XYZ exists in matter."
3D Printer: FDM = melted filament deposited layer by layer. PLA at 200°C. Cura (free): open STL, modify layer height/infill, estimate time. Lab: Tinkercad (web, free) → personalise pen holder → Cura → print. During printing: review settings and their effects.