Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scottchiefbaker/arduino-gameshow-buzzer
Simple gameshow style buzzer system for Arduino
https://github.com/scottchiefbaker/arduino-gameshow-buzzer
Last synced: 26 days ago
JSON representation
Simple gameshow style buzzer system for Arduino
- Host: GitHub
- URL: https://github.com/scottchiefbaker/arduino-gameshow-buzzer
- Owner: scottchiefbaker
- License: mit
- Created: 2024-07-17T17:46:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T22:25:31.000Z (3 months ago)
- Last Synced: 2024-08-13T01:18:31.448Z (3 months ago)
- Language: C++
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arduino Gameshow Buzzer
Simple gameshow style buzzer system for Arduino
## Specifications
Gameshow buzzer system that features RGB LED control for buzzins. Each
team is assigned a color, and when they buzzin the LEDs are set to that color,
and then locked-out for a short time. This prevents multiple buzzins from
different teams stomping on each other.## Application
We needed a simple system to use for a Jeopardy style gameshow we were putting
on. This is the physical component that controls the buzzin system, the display
is separate.