Lesson 1, Topic 1
In Progress

Icebreaker – The “Secret Logic” Robot

Lesson Progress
0% Complete

🧊 Icebreaker: The “Secret Logic” Robot

Duration: 30 Minutes

Objective: To demonstrate the flow of data in an AI system using human “Hardware.”

Presentation:

Day 1 Icebreaker by Infinite Engineers

Revised Student Roles

  1. The Input (The Writer): This student acts as the Sensor. They “observe” a secret word (data) from the teacher’s list and record it.
  2. The Processor (The Instructor): This student acts as the Brain (ESP32). They receive the written word, process its meaning, and translate it into specific movement instructions.
  3. The Actuator (The Robot): This student acts as the Hardware (Motor/Buzzer). They receive the instructions from the Processor and execute the physical movement.

👩‍🏫 Trainer’s Guide: How to Conduct the Activity

1. Introduction (5 Minutes)

  • Explain that every smart machine has three parts: something to “see” (Input), something to “think” (Processor), and something to “move” (Actuator).
  • Divide the class into teams of three. Assign the roles: Input, Processor, and Actuator.

2. The “Data” Phase (5 Minutes)

  • Show a secret word on the presentation screen (e.g., “Obstacle Detected” or “Battery Low”).
  • The Input must write this word on a slip of paper and hand it to The Processor.
  • Teacher Tip: Ensure the Actuator (The Robot) is looking away so they don’t see the word on the screen!

3. The “Processing” Phase (5 Minutes)

  • The Processor reads the word. They are not allowed to say the word aloud.
  • They must decide on a non-verbal command or a short verbal instruction to give the Robot.
  • Example: If the word is “Battery Low,” the Processor might whisper, “Walk very slowly and then sit down.”

4. The “Execution” Phase (10 Minutes)

  • The Actuator performs the movement based only on the Processor’s instructions.
  • Once the movement is done, the rest of the class tries to guess what the original “Secret Word” was.
  • Teacher Tip: Encourage students to be creative with their movements!

5. The “Connection” Discussion (5 Minutes)

  • Ask the students: “What happened if the Input wrote the wrong word?” (Bad Data = Bad Action).
  • Ask: “What happened if the Processor gave a confusing instruction?” (Bad Code = Confusion).
  • Explain that in the coming days, they will replace the “Input” student with a Sensor and the “Processor” student with Python code.