Designing a 3-Input Game Show Buzzer System

Click For Summary
SUMMARY

The discussion focuses on designing a three-input game show buzzer system using a demultiplexer, specifically the 74HCT4051. The main challenge is to ensure that only the first participant's light is activated when they press their switch. Suggestions include using a microcontroller for control logic or implementing a normally-closed relay system to disable the other switches after the first activation. Additionally, a flip-flop configuration is proposed to maintain the light's state until a reset occurs.

PREREQUISITES
  • Understanding of demultiplexers, specifically the 74HCT4051.
  • Basic knowledge of microcontroller programming.
  • Familiarity with relay circuits and their operation.
  • Concepts of flip-flops in digital logic design.
NEXT STEPS
  • Research the operation and applications of the 74HCT4051 demultiplexer.
  • Learn about microcontroller programming for input handling and control logic.
  • Explore relay circuit designs and their integration in electronic systems.
  • Study flip-flop configurations and their use in maintaining state in digital circuits.
USEFUL FOR

Electronics enthusiasts, hobbyists designing game show systems, and students studying digital logic and microcontroller applications.

exequor
Messages
393
Reaction score
0
Ok I'm designing a simply system for a three input game show buzzer. I'm thinking about using a demux chip that simply handles analog voltages like the 74hct4051. However I need to only allow the light for the first person that clicks their switch to be displayed. A microcontroller could be used for this, however I was wondering what are some simple solutions for this?

Edit: Maybe I'm looking at this wrong, maybe I just need to disable the other two switches after the first output on the chip is high.
 
Last edited:
Engineering news on Phys.org
I don't know anything about electronics, so I can't help with the details of your question. If I were building such a thing, I'd put a normally-closed relay in line with each light, which is energized by either of the other two. When one light goes on, it eliminates the rest. How you would do that with a chip is beyond my knowledge.
 
It doesn't have to be a chip; I was only trying to use what I'm familiar with, obviously I've never designed such a circuit before. Most of my EE classes so far have been logic for digital systems and microcontroller programming.
 
I think you could easily make this using discrete logic components. Using a flip-flop setup you can make the (on)-off switches turn on the light permanently until it is reset.
 

Similar threads

Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
2
Views
1K
Replies
8
Views
2K
  • · Replies 22 ·
Replies
22
Views
4K
  • · Replies 32 ·
2
Replies
32
Views
5K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K