Hi all,
This circuit is a 3 bit counter which can display the decimal numbers 0-7 in BCD code.
With the Schmitt trigger as clock generator, the counting goes automatically !
Very cool to see how the light bulbs switch on and off accordingly !
BCD stands for Binary Coded Decimal, this means that any decimal number can be expressed as a binary number.
I’ve included a small table in the circuit setup which expresses the decimal numbers 0-7 into binary.
A BIT is the shortest binary state and can be either 0 or 1
So, a 3 bit counter is a circuit that can count from 0 (in decimal, 000 in binary) up to 7 (in decimal, 111 in binary).
Some questions :
- Why do we use C1 and C2 in series ?
- What’s the equivalent capacitor value then ?
- Do you think we can make a circuit that counts back from 7 to 0 (decimal), or 111 to 000 (binary) ?
- Be sure to write your answers in the comments !
Here’s a setup and some pictures.
Greetings