I have a little project that includes a 7 segment led display. using only 2 SPDT switches, i have to wire this thing using only NAND or NOR gates numbers 0-3. when all switches are down, the display would show 0.
Switches are B0 and B1. LED config goes: A,B,C,D,E,F and G. Since the segment display needs a resistor before each led, on my truth table i need to invert all leds that are on to a 0.
so,
B0 | B1 | o/p
-------------
0 0 0
0 1 1
1 0 2
1 1 3
and,
B0 B1 A B C D E F G
0 0 0 0 0 0 0 0 1
0 1 1 0 0 1 1 1 1
1 0 0 0 1 0 0 1 0
1 1 0 0 0 0 1 1 0
Now that I have the truth tables up and ready to go, how do i go about designing a schematic using either a nand or nor IC to make this work?
I want to thank anyone for attempting to help me out. thank you so much in advance!
Switches are B0 and B1. LED config goes: A,B,C,D,E,F and G. Since the segment display needs a resistor before each led, on my truth table i need to invert all leds that are on to a 0.
so,
B0 | B1 | o/p
-------------
0 0 0
0 1 1
1 0 2
1 1 3
and,
B0 B1 A B C D E F G
0 0 0 0 0 0 0 0 1
0 1 1 0 0 1 1 1 1
1 0 0 0 1 0 0 1 0
1 1 0 0 0 0 1 1 0
Now that I have the truth tables up and ready to go, how do i go about designing a schematic using either a nand or nor IC to make this work?
I want to thank anyone for attempting to help me out. thank you so much in advance!