Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.54 KB

README.MD

File metadata and controls

50 lines (34 loc) · 1.54 KB

Game Show Buzzer System

Wireless Arduino Nano / NRF24l01 Buzzer system with Game-Master to reset the buzzer states. Only one Buzzer can "win". Each Buzzer trigger can have it's own audio playback.

Demonstration Video

click the image to play the demo video of the buzzer system

Arduino Setup

Master

The game master controls the buzzers. It receives signal from the pressed buzzers and determines, who wins the race and plays the corresponding sound. The winner receives the "light on" signal.

Source code for master

Circuit Layout

Master circuit

Parts (Master)

  • Arduino Nano
  • NRF24l01
  • NRF24L01 3.3V Adapter
  • Touch Button (to reset lock)
  • ON/OFF switcher
  • DFPlayer Mini + microSD card
  • 1K resistor
  • 3.5mm Socket Audio Jack Connector PCB

Buzzer

The buzzer sends a button press to the master. Only if the buzzer "wins", the buzzer receives the command to turn on the light.

Source code for the buzzer

Circuit Layout

Buzzer circuit

Parts

  • Arduino Nano
  • NRF24l01
  • NRF24L01 3.3V Adapter
  • LED (buzzer light)
  • Touch Button (buzzer)
  • ON/OFF switcher