-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
35 lines (32 loc) · 1.42 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Hot Spoons!
-----------
Each player taps their spoons together to launch colored projectiles from
opposite ends of the strand toward a "puck" in the center, moving it toward the
opposing side. Each player has their own color. We use PINK and GREEN
projectiles and the spoons are color-coded to match. Players may only shoot
when the puck turns BLUE which happens randomly. Shooting when the puck is RED
will be penalized by moving the puck toward you a small distance. The game
resets when the puck reaches one end of the strand. If using audio output,
sounds are generated when you score.
Hardware requirements:
Arduino - I use an Arduino Mega 2560
LED strip - I use a WS2812 strip
5V LED power supply - amperage depends on strip length
4 Spoons - These are wired to work as button inputs to the Arduino
.------------------.
| Arduino |
| pin 11 -- green spoon 1
| pin 12 -- pink spoon 1
| pin 13 -- LED data wire (blue wire from LED strip)
| |
| 5V ---+-- Power supply (+)
| | +-- LED power (red wire from LED strip)
| |
| ground ---+-- Power supply (-)
| | +-- LED ground (1 or 2 black wires from LED strip)
| | +-- green spoon 2
| | +-- pink spoon 2
| | +-- speaker (-)
| |
| pin 53 -- 100ohm resistor -- speaker (+)
`------------------'