Module 02 · Robotics & Electronics

The Brains: Task Masters vs. Mini Computers

Circuits flow electricity, but "Brains" tell electricity when to flow. Discover the two main types of brains used in robotics, and learn when to use which.

🧠

1. Meet the Brains

When you want to build a robot, you need a "brain" to control the motors, read the sensors, and make decisions. In the maker world, there are two famous brains.

🦾
The Task Master
Microcontroller (e.g., Arduino)
Super Fast Reflexes
It only runs ONE program. As soon as you give it power, it instantly runs that code over and over again.
🕹️
Hardware Hero
Amazing at reading simple sensors (buttons, light) and controlling hardware (motors, LEDs) with perfect timing.
📱
No Screen or Apps
You can't plug a monitor into it. It doesn't have an operating system like Windows or Mac.
🍓
The Mini Brain
Mini-Computer (e.g., Raspberry Pi)
💻
A Full Computer
It runs an Operating System. You can plug in a mouse, keyboard, and monitor and browse the web!
🌍
Heavy Lifting
Amazing for complex tasks like Artificial Intelligence, Face Recognition, Wi-Fi streaming, and running Python servers.
🐌
Slower Reflexes
Because it's running a whole OS in the background, it might be a tiny bit delayed when trying to perfectly time a spinning motor.
🎮

2. Exercise: Which Brain Do I Need?

Read the project idea below. Decide whether you should use a Task Master (Microcontroller) or a Mini Brain (Mini-Computer) for the job.

Scenario 1 of 4

Brain Surgeon! ⭐

You now know exactly what hardware to pick for your robotics projects!

Finish the sorting game to unlock this!