Learn to build and code a working traffic light.
Piperbot and Pip are dealing with an intergalactic traffic jam! In this mission, students will build a series of LEDs and program them to light up in specified ways, introducing hardware inputs and outputs and coded elements like time delays, sequential triggers, and code loops.
View student interface at make.playpiper.comGround Pin A ground pin is a connection point in an electronic circuit that provides a common return path for electrical current. It helps complete the circuit by allowing excess electricity to flow safely away, which helps prevent damage to the circuit and keep everything working correctly.
Loop A part of a computer program that repeats a chunk of code a specified number of times or while a condition is true.
Boolean A type of data or expression with two possible values: true and false.