Mission 1: Wake The Brain
Big Question
How do you wake up a robot brain and prove that the computer can talk to it?
Your Mission
Your robot brain starts with no body, no sensors, and no personality. Today you will place the Bluepill MCU on the breadboard, connect it by USB, and make it answer a simple command.
Parts
- Bluepill STM32 board
- Breadboard
- USB cable
- The built-in board LED
Build
- Place the Bluepill across the middle gap of the breadboard.
- Check that the pins are straight and sitting in separate rows.
- Leave space around the USB socket so the cable is not pulling the board sideways.
Connect
- Plug in the USB cable.
- Open ModuLab.
- Press **Connect**.
- Wait until the app says the board is connected.
Try It
Use the LED panel to turn the board LED on and off.
If the LED changes when you press the controls, your robot brain is awake.
Success Check
- The board is firmly on the breadboard.
- ModuLab says the board is connected.
- You can turn the LED on and off from the web app.
Debug
If nothing happens, check:
- Is the USB cable plugged in fully?
- Did you press **Connect**?
- Is the board in normal mode, not update mode?
- Is another browser tab already connected to the board?
Remix
Make the LED blink slowly, then quickly.
Which blink feels more like a sleepy robot waking up?
Robot Brain Idea
A microcontroller is a tiny computer. It listens for commands, remembers simple information, and controls real pins that can switch lights, motors, displays, and sensors.
