To master the art of electronics, it's important for you to learn the basics. I'm talking Ohms Law, serial and parallel discrete components, and simple signal sources. This might seem self-evident, but since the introduction of the increasingly popular microcontrollers and standard sensors and effectors, it's possible to create electronic devices without ever touching a capacitor or resistor.
This timely clock project uses CMOS logic and seven-segment displays, which offer the builder many design variations for construction.
The clock is made of a collection of counters. Counters made by a chain of n flip-flops result in binary ripple counters capable of dividing by 2n. A four flip-flop counter naturally counts from 0 to 15. To make it count from 0 to 9, it needs some steering logic on the flip-flop toggle inputs.
I’ll show you two examples of circuits that don't use a micro but are often built with one, and explain some of the logic and theory behind these circuits.