Skip to content

ejuo/arduino-nrf24l01-buzzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Wireless Game Show Buzzer System with Arduino Nano and NRF24l01

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.9%
  • C 6.1%