Year 10 Digital Tech
The Year in One Page

Project Pathway

Every topic this year builds toward one goal: understanding and building a real IoT smart home — the Simpson's House project. Here's how it all connects.

The Backbone: Simpson's House

An iPad app controls a physical house model over WiFi. A Raspberry Pi runs the logic, drives servo motors for doors, and controls an LED. The iPad publishes commands over MQTT; the Pi listens and acts. Every concept you learn this year — hardware, networking, UX, data, algorithms, privacy — is visible somewhere in this system.

View the Project →

How the System Works

The complete data flow from iPad tap to physical action — and which topics explain each part.

📱

iPad App

SwiftUI controller

UX/UI Design SwiftUI (About Me)
WebSocket
port 9001
📡

MQTT Broker

Mosquitto on Pi

Digital Systems Web / HTTP
on_message
callback
🐍

Python Listener

Algorithm + functions

Algorithms Functions Testing
GPIO
pins

Hardware

LED + Servos

Digital Systems Programming

The assessment pathway: Task 2 builds SwiftUI confidence in About Me, Task 3 applies those skills to the Simpsons House frontend, and the major project shows the complete system. Privacy & Security (Term 4) examines what happens when connected systems expose device data or access.

Term 1

Building the Foundation

You learn how computers and networks work, how to design digital products, and how to build a SwiftUI app — the same skills the Simpson's House controller runs on.

Term 2

Building SwiftUI Confidence

You move from design planning into a working Swift Playgrounds app. Task 2 is the About Me Swift Playgrounds Challenge, or an approved App Gallery free choice challenge if you already submitted About Me in 2025.

Term 3

Customising the Simpsons House Frontend

This is where the major project becomes concrete. You inspect the existing Simpsons House SwiftUI app, safely customise the frontend, and prove the interface still communicates app state clearly.

Term 4

Thinking Critically

Now that you've built a connected system, you examine the risks. Who can access your smart home? What data does it collect? How do you secure it?

Ready to explore?

Every topic page includes an "In Simpson's House" section showing exactly where that concept appears in the project. Start anywhere — it all connects.