Red(?) LED in stand
30 day timer → 720 hrs → 43,200 min → 2,592,000 sec → 2,592,000,000 milliseconds
Buzzer(?)
Figures in relief form (cut out with laser cutter and layered)
int K = (something)
int D = (something)
int S = (something)
int ledPin = 11
void setup() {
K ()
D ()
S ()
}
void loop() {
if (“K and D present”) {
Green LED
} else {
}
if (“K and S present”) {
Orange LED
}
if (“D and S present”) {
Purple LED
}
if (“K, S, and D present”) {
(Rainbow) NeoPixle LED
}
}
Stand
1 neopixel strip
1 buzzer
3 switches
BUZZER:
LOZ Chest music (when all 3 present):
Overview of project
When 3 characters created by layering laser cut material are placed on a stand, different combinations of pressed switches result in different effects. The two types of effects are lights and sound from a neopixel strip and a buzzer. For example, if A+B are present (A and B stand for a character each) then a song AB would play and a color combination would appear on the neopixel strip.