Maker Pro
Maker Pro

4017 Decade counter

Hi,

This is a 4017 decade counter.
4017.png


&

This is a simple traffic light project using 4017 decade :
TrafficLight.png


I would like to ask,
What does these mean :
1.For some functions (such as flash sequences) outputs may be combined using diodes.
2.why the reset is connected to the negative of a capacitor ?
3.so it provides an output at 1/10 of the clock frequency
4. The ÷10 output is high for counts 0-4 and low for 5-9, so if I connect one LED to this output, then I connect another 5 LED to Q0 - Q4, then then one LED will be high from Q0 to Q4, then the 5 LED will take turn to be high from Q0 , then Q1, then Q2, then Q3, then Q4 ? Am I correct ?
5. The 4017 counter is connected from the output of IC 555, means that when the output is HIGH, it will make Q0 HIGH ? then when low, Q0 low ? then when next 2nd round HIGH, it will make Q1 HIGH ? Is it like this ?

Thank you :)
 
why the reset is connected to the negative of a capacitor

It is an RC circuit, when first powered on the capacitor will look like a short and so the reset pin will be held high until the capacitor charges up and then it will be low. Google RC circuit if you want to learn more. With no certainty I would assume it is meant to wait for the 555 output to stabilize and set all outputs to LOW before it starts counting.

The ÷10 output is high for counts 0-4 and low for 5-9, so if I connect one LED to this output, then I connect another 5 LED to Q0 - Q4, then then one LED will be high from Q0 to Q4, then the 5 LED will take turn to be high from Q0 , then Q1, then Q2, then Q3, then Q4 ? Am I correct ?

I think that sounds right, look here for some visuals. http://www.doctronics.co.uk/4017.htm

The 4017 counter is connected from the output of IC 555, means that when the output is HIGH, it will make Q0 HIGH ? then when low, Q0 low ? then when next 2nd round HIGH, it will make Q1 HIGH ? Is it like this ?

No, look at the above link. It must count to 10 before pin Q0 is HIGH again.

so it provides an output at 1/10 of the clock frequency

Yes, it is what they call a frequency divider. In this case it is dividing by 10. If you have a 10Hz input clock freq you will have a 1Hz freq output
 
Last edited:
It is an RC circuit, when first powered on the capacitor will look like a short and so the reset pin will be held high until the capacitor charges up and then it will be low. Google RC circuit if you want to learn more.



I think that sounds right, look here for some visuals. http://www.doctronics.co.uk/4017.htm

I got some knowledge on RC circuit :)

When it is connected to DC power supply, the capacitor will be charge up, after a long time, the capacitor will acts like a open circuit to DC current ?
 
When it is connected to DC power supply, the capacitor will be charge up, after a long time, the capacitor will acts like a open circuit to DC current ?

Yes and if you think about this a little more that would mean the pin is connected to the ground through a resistor that would be acting like a pull-down resistor.
 
The reset pin needs to be high to reset the counter so that all outputs are at 0 and the counter starts at zero. A time delay on this pin means that the power is up before the reset goes off.

In this application, a reset is not needed. The counter will start with maybe one or more outputs high but will reset itself once it has been round once.

The diodes are necessary since if one output is high and another is low, they will fight to determine the output voltage. The diodes give a high output when any output is high.

I have built a similar circuit and showed the circuit on another post yesterday
 
The reset pin needs to be high to reset the counter so that all outputs are at 0 and the counter starts at zero. A time delay on this pin means that the power is up before the reset goes off.

In this application, a reset is not needed. The counter will start with maybe one or more outputs high but will reset itself once it has been round once.

The diodes are necessary since if one output is high and another is low, they will fight to determine the output voltage. The diodes give a high output when any output is high.

I have built a similar circuit and showed the circuit on another post yesterday

I cant figure out this ><
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
can decade counter count and LIGHT up LED on its own without combine with IC555

Well, strictly speaking, yes. But the LED which is lit won't change without a source of clock pulses. The 555 is *a* method of supplying a series of clock pulses. The 4017 can't do it by itself.
 
Any clock source can be use to the input of 4017. Even a mechanical switch can be use.
But I'm not sure if 4017 High Output current can drive the LED. Never tried it before.:confused:
 
Well, strictly speaking, yes. But the LED which is lit won't change without a source of clock pulses. The 555 is *a* method of supplying a series of clock pulses. The 4017 can't do it by itself.

Oh, so you mean, if I do not have the clock pulse, the LED wont take turn to be HIGH ? It will be like just lights up ? Means all output HIGH when switch ON ?
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
No.

*An* output will be high on power on. It won't change without a clock pulse (or a reset pulse)
 
Top