For use with my Jeopardy software.
This device uses an Arduino to emulate a USB HID keyboard (like a QWERTY keyboard not a music keyboard). Instead of normal keyboard keys, the inputs come from rugged metal footswitches on long cables.
The sole purpose of this device is to convert physical button presses into USB HID keystrokes. It cannot tell which person buzzed first for a question, for example. All of that logic is done by software running on the host PC.
The PCB was designed using KiCad version 6 and fabricated by JLCPCB.
The two most interesting parts are:
- Sparkfun Pro Micro (not Mini, not Nano)
- Informally called "Arduino Pro Micro" but it's actually a Sparkfun product which is Arduino-compatible.
- To learn about the software running on the Arduino, see the Arduino directory.
- XLR receptacle NC4MBV to connect the buzzers.
- To learn more, go to the "XLR connectors" section in this document.
Other parts:
- 12-pin female headers to hold the Arduino.
- The Arduino could instead be soldered directly to the PCB if you're feeling confident.
- A toggle switch to enable/disable the Arduino software.
- Lets you turn the buzzers off without unplugging the USB cable.
- Panel-mount LED lights to indicate when it's powered and enabled.
- 2-pin pluggable terminal blocks to connect the toggle switch and indicator LEDs to the PCB.
- A 6mm tactile pushbutton to reset the Arduino.
- The Pro Micro does not have a built-in reset button.
On the Jeopardy TV show each contestant holds a thumb-operated buzzer (source).
My game has teams instead of individual players, so the buzzers rest on a table for access by all team members. I got rugged metal footswitches to withstand being slammed when someone thinks of an answer.
I started with Treadlite footswitches from at HSC Electronics (RIP) then got some TEMCo ones from eBay.
On each footswitch I had to grind down the metal housing a little to fit a PG7 cord grip. (PG stands for Panzergewinde which is an old German thread standard inexplicably still in use.)
The Treadlite model (below left) has a seemingly-custom switch mechanism inside, while the TEMCo model (below right) has a standard limit switch. The Treadlite ones originally come with two switches mounted at different heights but I removed the lower ones. The cable I used has a foil shield so I connected the drain wire to the metal housing for fun.
Eight buzzers are supported although I rarely use more than six.
- There is no input protection on the Arduino pins.
- The trace length between the Arduino and XLR connector is different for each connector.
Not really. The original scope of my Jeopardy project was software only. The hardware buzzers have been gradually developed as needed. Want to keep it simple!
See docs/dont-use-a-HID-keyboard.md.
XLR connectors are usually used in professional audio and stage lighting, so they are overkill for this application. I wanted locking connectors and found these in surplus.
Only two out of four pins are used. In the future, the spare pins could be used for lighting or some other new feature. An overwhelming number of two-pin locking connectors are available.
The polarity of the XLR connectors should be reversed.
Neutrik makes four types of 4-pin XLR connectors. Look at the table below for a visual aid.
The receptacles on the controller are male (top left, NC4MBV) which allows fingers to touch the pins, exposing the Arduino to static electricity.
Meanwhile the connectors on the buzzer cables are female (bottom right, NC4FXX). The recessed pins prevent fingers touching them, but that protection isn't needed because the buzzers contain only passive switches.
The controller should use female receptacles, and the buzzers should use male cable connectors.
Male | Female | |
Receptacle |
NC4MBV |
NC4FBV |
Cable connector |
NC4MXX |
NC4FXX |