Build stage
Light & Sound Build
Wire a light and a buzzer into your build, then code them to respond when the light sensor sees a change.
Build steps
2/5 tickedYour code
Your code — when the room gets dark
WHEN light_sensor < 40:
LED → ON
BUZZER → play "beep"
OTHERWISE:
LED → OFFCheckpoint
What does the light sensor send to your board?
Tick every step and pass the checkpoint to finish.