fishcake
Newbie level 4
I'm really new with electronics, so bear with me if I'm doing something horribly wrong.
For my first project, I'm developing a digital clock using a bunch of ICs (TTL and CMOS) and a 1MHz oscillator. I don't have the schematic for the circuit right now (will update this post if it is needed), but it's basically like this: 1MHz oscillator provides 1MHz pulse (duh), which is then converted to 1Hz using 3 74390 (each divides by 100). The pulse is then used to drive 4 74LS90: 2 for the seconds and 2 for the minutes (I ran out of breadboard space for the hours :-(). Each decade counter is then connected to a 4511 (BCD to 7-segment decoder), which is then connected to a common cathode 7-segment display.
While working on this circuit, I temporarily used Arduino to supply a 5v voltage. Everything worked fine. Awesome. But when I switched to using a 9v battery converted to 5v using 7805 voltage regulator (with 47uF capacitor connected to input and 10uF capacitor connected to output), weird things start happening. One of the 2 "seconds" 7-segment display randomly blanks out (i.e. it doesn't light up) regularly. Like in 5 seconds, it will blank out once . Sometimes, both digits blank out. And to make things worse, after some time, the clock stops ticking... What the hell did I do wrong?
For my first project, I'm developing a digital clock using a bunch of ICs (TTL and CMOS) and a 1MHz oscillator. I don't have the schematic for the circuit right now (will update this post if it is needed), but it's basically like this: 1MHz oscillator provides 1MHz pulse (duh), which is then converted to 1Hz using 3 74390 (each divides by 100). The pulse is then used to drive 4 74LS90: 2 for the seconds and 2 for the minutes (I ran out of breadboard space for the hours :-(). Each decade counter is then connected to a 4511 (BCD to 7-segment decoder), which is then connected to a common cathode 7-segment display.
While working on this circuit, I temporarily used Arduino to supply a 5v voltage. Everything worked fine. Awesome. But when I switched to using a 9v battery converted to 5v using 7805 voltage regulator (with 47uF capacitor connected to input and 10uF capacitor connected to output), weird things start happening. One of the 2 "seconds" 7-segment display randomly blanks out (i.e. it doesn't light up) regularly. Like in 5 seconds, it will blank out once . Sometimes, both digits blank out. And to make things worse, after some time, the clock stops ticking... What the hell did I do wrong?