All foundations
Unit 2 · The parts in your toolbox 7 minAge 9+

Microcontrollers — the brains

A tiny computer that runs your code and controls every other part.

Read first: Sensors — circuits that feel the world

A microcontroller is a real computer — but small enough to fit in the palm of your hand. It runs code you write, listens to sensors, and decides when to turn things on or off.

The two most popular ones for beginners are the Arduino Uno and the Micro:bit. Both plug into your computer with a USB cable. You write a few lines of code on the computer, click Upload, and the code runs on the chip.

Why is this such a big deal?

Without a microcontroller, your circuit just sits there doing one thing. With one, your circuit can think. Read a sensor, do some maths, decide what to do, change behaviour. That's the difference between a flashlight and a smart night-light.

What does a microcontroller add to a circuit?

Now you understand…

  • A microcontroller is a tiny computer that runs your code.
  • Arduino and Micro:bit are the two most beginner-friendly options.
  • They turn a static circuit into one that can think and react.

Now meet the workbench you build all of this on.