Year 11 - Computing
Creating an autonomous vehicle
Using physical computing to create a robot buggy
Study Hub
This pupil-friendly study guide includes a unit summary, clear notes, common mistakes, and quick questions with answers.
Year 11 - Computing
Using physical computing to create a robot buggy
This unit introduces pupils to physical computing by building a robotic buggy. They will use a Raspberry Pi Pico microcontroller to explore inputs and outputs, and utilise a range of hardware components, including motors, reflective optical sensors, LEDs, and an ultrasonic sensor.
You will learn to synchronise components and systems.
LEDs can be used for lighting, signals or effects. Multiple outputs can be controlled sequentially.
a machine used for transporting people or goods. Add one real device or system example to prove understanding.
Mistake: The microcontroller controls all systems at the same time. Correction: In reality, most microcontrollers execute code sequentially, one line at a time. It may appear that microcontrollers are doing many things at once, but they're actually switching between tasks quickly or handling them step by step.
Browse all guides in the Year 11 Computing guide library.