Microcontrollers & Code
📋 What it is
A microcontroller is a tiny computer you program to sense the world and control lights, motors and sound — the brain of a project.
🗣️ Coach says
A microcontroller (like an Arduino) is a tiny brain for your projects. You write code that tells it: “if the sensor sees dark, turn on the light.” Suddenly your creation can sense and react. Code + circuit = a project that thinks.
🧠 Memory hook
Microcontroller = a tiny programmable brain. Sense → decide → act.
😂 Giggle
Why did the resistor break up with the capacitor?
There was too much resistance in the relationship!
😲 Whoa!
The tiny chip in a hobby microcontroller is more powerful than the computers that guided the first Moon landings.
✅ Quick check: What does a microcontroller (like an Arduino) let a maker’s project do?
Say your answer out loud first — then reveal.
Sense the world (through sensors) and respond — running code that controls lights, motors or sound, so the project can react on its own.
Programmable control is what turns a static build into a smart one.
🧪 Try it! (2 minutes)
Imagine a night-light: name the “if… then…” rule you’d program (if dark, then…?).