Building A Quiz-show Style Buzzer System

Theses are the team buzzer boxes which [Philippe Chrétien] built for his mother. She’s a big fan of quiz shows (we’re thinking Jeopardy and the like) and he thought she’d enjoy a proper setup for home gaming.

Each unit consists of an arcade button and one LED, both housed in a project box. He uses telephone wire to connect each buzzer to the base unit. We like that idea since we’ve got a lot of old telephone cable lying around and our RJ-45 crimp includes an RJ-11 slot. This is perfect for making our own cables.

The base unit houses an Arduino board which polls the buttons to see which is pressed first. The LED on the appropriate buzzer box is illuminated so the players know who got in first. One special feature of this setup is the ability to choose from 30 different buzzer sounds.

There are several other quiz buzzer projects kicking around Hackaday if you’re interested. One of our favorites is this system which uses plastic bowls as the buttons.

[via Adafruit]

5 thoughts on “Building A Quiz-show Style Buzzer System

  1. pretty sure the standard way is flip-flops to lock other players out and prevent race conditions
    polling buttons is obviously still rediculously fast but never the less gives an advantage to the player based on position in the polling loop

    1. Another solution might be to use interrupts as well. I’m really starting to feel like a shut in seeing projects like this where people actually get together and have fun..

  2. Could you also set up each button with a different resistance and use only one input? Or would multiple button presses then confuse the program with response time if they were to close together?

Leave a Reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.