Pong-like game run on an Arduino MCU and a LED light strip. Inspired by a game seen on 34C3.
- FastLED (v3.1.6): http://fastled.io/
- In Arduino IDE: Sketch > Include Library > Manage Libraries
Hardware build instructons & wiring schemes will be published soon!
- 1x Arduino Pro Mini
- 1x APA102-C LED light strip (1m) with 60 LEDs/m
- 1x 5v power supply (max. 2A)
- BOXEXPERT ABS casings
- 3x Sanwa OBSN-30 pushbutton
The wiring is pretty simple.
All electronics are powered via the same 5V power supply. Make sure to use a supply that can deliver 2A.
There are three push buttons that pull the pin to high when beeing pressed. Each button is connected to ground via a pull down resistor.
The input pins of the LED strip are connected to the SPI interface of the arduino. CI (clock in) is connected to SCK and DI (data in) is connected to MOSI. The power lines are directly connected to the power source.
- Allow hits one off (+-1 outside of hit box)
- Feature to charge and release speedup by keep pressing and releasing button
- If one player is close to dead, allow some kind of power move to come back.
- Some feature to gain lifes.