Skip to main content

Going for Gold


The title refers to a popular TV game show where the contestants each have a big button.  The  game show  host  asks  a  question and the first contestant to press their but-ton makes an illuminated indicator light up on their desk. The other contestants’ buttons  are automatically inhibited, so that everyone can see who was the first contestant to press their button, and so is allowed to answer the question. The project described here shows how to build a similar sortof  refereeing device yourself, using simple resources and without needing a microcontroller, which is  pretty rare these days! The basic circuit is for  just two contestants, but the modular design  means it can easily be expanded.

 

Circuit diagram :

 Going for Gold-Circuit-Diagram

Going for Gold Circuit Diagram

 

The diagram shows three buttons: S2 and S3  are the buttons for the two contestants, S1 is  the button for the host, which allows them to  reset the circuit before each fresh question.  The ‘brains’ of the circuit is IC1, a 4013 dual D-type flip-flop, of which only the Set and Reset  inputs are used here. This circuit can handle  quite a wide supply voltage range, from 3 to  15 V, and so the project can easily be run off a 4.5 V battery pack (the power consumption is minimal).

 

IC1 is armed by pressing S1 (reset). In this  state, the non-inverting outputs (pins 1 and  13) are at 0 and the inverting outputs (pins 12  and 12) are at 1. Hence line A is pulled high  by R1, since diodes D2 and D4 are not biased  on. If contestant 1 presses button S2, the  non-inverting output of flip-flop IC1a goes  to logic 1, and LED D1 lights via T1 to indicate that contestant 1 has pressed the but-ton. At the same time, the flip-flop’s invert-ing output goes to logic 0, making diode  D2 conduct. Line A is now pulled down to 0,  and consequently contestant 2’s button S3  can no longer trigger the second flip-flop.  The reverse happens if it is contestant 2 who  presses their button S3 first.

 

The circuit can be extended to 4 or 6 contest-ants (or even more) by adding a second or  third (or more) 4013 IC. All you have to do is  repeat the circuit (minus R1, R2, and S1) and connect to the A, B, Vdd, and 0 V lines on the right-hand side.

 

Author : Joseph Kopff - Copyright : Elektor


Comments

Popular posts from this blog

3 Channels Audio Splitter Amplifier Circuit Diagram using TL084

This is the schematic diagram of 3 channels audio splitter amplifier circuit which built using op-amp IC TL084. The 3 channels amplifier output distribution applies a single TL084.   3 Channels Audio Splitter Amplifier Circuit Diagram The very first step is to capacitive coupling having a p. 1.0 ~ electrolytic capacitor. The entries are railways Vee Y2 or 4.5 V. This enables working with an individual 9V power source. A voltage gain of 10 (1 M?/100 Kohm) is obtained in the first stage, as well as the other three floors are connected as a unity gain voltage followers. Every single output stage drives independently through an amplifier output 50 pF capacitor towards the resistance of 5.1 k ohm load. The response range is flat from 10 Hz to 30 kHz.

Simple But Automatic Load Sensing Power Switch

This circuit will automatically switch on several mains-powered "slave" loads when a "master" load is turned on. For example, it will switch on the amplifier and CD player in a stereo system when the receiver is turned on. It works by sensing the current draw of the "master" device through a low value high wattage resistor using a comparator. The output of that comparator then switches on the "slave" relay. The circuit can be built into a power bar, extension cord or power center to provide a convenient set of "smart" outlets that switch on when the master appliance is powered (turn on the computer monitor and the computer, printer and other peripherals come on as well). Automatic Load Sensing Power Switch Circuit Diagram Parts List: Notes: This circuit is designed for 120V operation. For 240V operation, resistors R2 and R6 will need to be changed. A maximum of 5A can be used as the master unless the wattage of R1 is increased S1 provid...

RF amplifier protection

RF amplifier protection I have developed the protection circuit for the EB104 amplifier I am working on, after I finally had some time to design and test a few models. The main requirements have been: - protection in case of high temperature; - protection in case of high SWR; - protection in case of wrong output filter selection; - simple design (i’m a fan of the whole K.I.S.S. rule of thought), able to work in strong electromagnetic fields, reliable, inexpensive. Because i will be using the same directional coupler i have used in the SWR meter (the one made on PCB) wich is directly influenced by the signal frequency, and because i want full HF coverage, i cannot just measure the reflected signal and make a circuit cut the amplifier when it goes over a limit; on 28Mhz the coupler generates roughly 4 times more voltage that let’s say in 7Mhz. So a system that compares direct and reflected signal and triggers when the latter is percentually too high was needed, therefore an operational a...