I think this was the correct topic to post in, but anyways;
in my Digital Electronics class (PLTW) we have learned what msot of the gates do, (and, or, inverter, NAND, and NOR ) and we have learned how to breadboard. Our latest project is to use a seven-segment display_com_K, to display our date of births using 3 switched. mine went as followed (truth table)... D would be the number displayed with the given switches, and the hyphen is for in between numbers ex; MM-DD-YY
Code:
with the given truth table; there are 7 circuits total, 1 for each letter (led on the seven-seg). for the circuits, he wanted two done in just NAND gates, two in just NOR gates, and the rest can be done in whatever gates you want, i chose aoi logic gates (and, or)
i made my whole circuit on a program called multi-sim, and it worked. two of my circuits are the same (B,C according to the truth table above).
i stayed after in engineering today just to finish this breadboard, and when i was all done, i plugged in my breadboard companion, and my stomach dropped. all the numbers worked except for the first number (0) and the last number (3). In the 0, the D,E segments weren't lighting up, and in the 3 the D segment wasn't lighting up. It worked on multi-sim; and the weird thing is both those circuits (D,E) were done with NOR gates. I did another breadboard with NAND and NOR gates together, and the nor didn't work correctly on that circuit either. I traced my wires atleast 20 times and each time i noticed they were correctly placed but just something isn't going right. any ideas? ((
in my Digital Electronics class (PLTW) we have learned what msot of the gates do, (and, or, inverter, NAND, and NOR ) and we have learned how to breadboard. Our latest project is to use a seven-segment display_com_K, to display our date of births using 3 switched. mine went as followed (truth table)... D would be the number displayed with the given switches, and the hyphen is for in between numbers ex; MM-DD-YY
Code:
x y z D a b c d e f g
0 0 0 0 1 1 1 1 1 1 0
0 0 1 9 1 1 1 0 0 1 1
0 1 0 - 0 0 0 0 0 0 1
0 1 1 1 0 1 1 0 0 0 0
1 0 0 1 0 1 1 0 0 0 0
1 0 1 - 0 0 0 0 0 0 1
1 1 0 9 1 1 1 0 0 1 1
1 1 1 3 1 1 1 1 0 0 1
with the given truth table; there are 7 circuits total, 1 for each letter (led on the seven-seg). for the circuits, he wanted two done in just NAND gates, two in just NOR gates, and the rest can be done in whatever gates you want, i chose aoi logic gates (and, or)
i made my whole circuit on a program called multi-sim, and it worked. two of my circuits are the same (B,C according to the truth table above).
i stayed after in engineering today just to finish this breadboard, and when i was all done, i plugged in my breadboard companion, and my stomach dropped. all the numbers worked except for the first number (0) and the last number (3). In the 0, the D,E segments weren't lighting up, and in the 3 the D segment wasn't lighting up. It worked on multi-sim; and the weird thing is both those circuits (D,E) were done with NOR gates. I did another breadboard with NAND and NOR gates together, and the nor didn't work correctly on that circuit either. I traced my wires atleast 20 times and each time i noticed they were correctly placed but just something isn't going right. any ideas? ((