This Roulette Wheel of Fortune Circuit help us make fun game like small roulette wheel of luck!
When game start ten lights blink all in random way.
Lights keep changing until only one light stays ON.
That one is a winner!
We never know which light stay ON so thee is always surprise when we play.
Circuit Working:

Parts List:
Component | Quantity |
---|---|
Resistors | |
120Ω 1/4 watt | 1 |
330Ω 1/4 watt | 1 |
1k 1/4 watt | 1 |
Capacitors | |
Electrolytic 4.7μF 25V | 1 |
Semiconductors | |
IC 7413 | 1 |
IC 7493 | 1 |
IC 7445 | 1 |
LEDs 5mm 20mA | 10 |
Push to off switch | 1 |
It easy to build ten side die wheel of fortune which are used for many kind of games.
When press switch S1 pin 1 of IC 7413 goes high and then game start spinning.
This make wave pulse and turn ON oscillator inside IC 7413 which move pin 14.
Pin 14 is part of IC2 a 4-bit counter.
When we stop pressing S1 the spinning stop.
IC2 use fast oscillator to count how many pulse happen when S1 is open and this helps stop cheating.
Decimal converter IC3 and BCD take 4-bit data from IC2.
One LED turn ON to show which of IC3s 10 output is low but only when counter DCBA is less than 1001.
Example: if DCBA = 0110 then output 6 is low and D7 lights up.
Out of 16 steps only 10 are used by IC 7445.
Player turns end when DCBA goes between 1010 and 1111.
Then all outputs goes high and no LED turn ON.
If we use decoder like 74154 of 24 pin with some resistors and 6 LEDs then the game can have 16 outcomes.
So with small changes we can make 16 side die wheel of fortune.
Formula:
IC 7413 is chip with two NAND gates with each gate has 4 input.
NAND gate work with logic and it gives output like this:
Output = NOT (A AND B AND C AND D)
Here A, B, C, D are input bits which can be 0 or 1.
NOT means opposite If 0 goes in then 1 come out, If 1 goes in then 0 come out.
That means all inputs must be 1 for output to be 1.
More information about IC 7413:
Truth Table:
This table show what output come for every input combo like 0000, 0001, etc.
Each gate in chip have truth table.
Can find this table in datasheet or online.
Pin Configuration:
IC have 14 pins and some pins for input which are pin 1 to 8 and some for output which are pin 3, 6, 11, 14.
Other pins for power are VCC and GND.
Datasheet show pin layout for correct wiring.
Working Details:
Datasheet also tell voltage range which shows how much current it uses and delay time for how fast output change after input.
Note:
IC 7413 work with NAND logic.
To use it we need to know how to connect input and get output properly.
How to Build:
To build a Roulette Wheel of Fortune Circuit below steps are important to follow:
- Put ICs on the PCB board.
- Connect PCB positive side to power.
- To make pulse connect oscillator parts to IC 7413.
- Connect pin 14 of IC2 to output of oscillator.
- Put switch S1 in the circuit.
- When we press switch, then pin 1 of IC 7413 goes high and start the oscillation.
- When game is running IC2 count pulse like counter.
- Connect IC2 output to BCD input of IC3.
- IC2 give BCD output and IC3 convert BCD to decimal number.
- Connect LEDs to IC3 output and each LED for one number.
- Use IC 7445 to decode decimal output.
- Connect LEDs to IC 7445 output.
- Check LED light up correct for each number.
- Be sure oscillator is fast so player can not guess or stop at number they want.
- Use logic to check when player turn is finish based on conditions.
- Press switch and test circuit and watch LED lights and see if result is random.
Finish and Protect:
- If all work fine then fix all wire good.
- Ensure no loose connection happen later.
Conclusion:
This Roulette Wheel of Fortune Circuit is good for electronic games, school learning tools and fun systems with luck or chance.
It work like electric version of spinning wheel which are same like used in roulette or wheel of fortune.
When working with electronic circuits always look at datasheets for each part.
Also think about safety and be careful.
Leave a Reply