clock signal circuit

Thread Starter

SonOfAnarchy ZA

Joined Jul 13, 2011
45
Hey guys i need to build a clock generator circuit. the problem i have is i need one that i can adjust the rate the signal goes out by using a pot. I'm going to use it for a decade counter can anyone give me a circuit diagram please.:)
 

Thread Starter

SonOfAnarchy ZA

Joined Jul 13, 2011
45
i ment decade counter the 4017 im using has a clock input im just looking for a circuit that will signal that clock but i want the circuit to be able to be adjustable so i can control the speed the counter switchs
 

praondevou

Joined Jul 9, 2011
2,942
i ment decade counter the 4017 im using has a clock input im just looking for a circuit that will signal that clock but i want the circuit to be able to be adjustable so i can control the speed the counter switchs

Hi, it takes many posts for the people to finally give you the answer you want, because you don't give them enough details.

If you need an oscillator, its main characteristic, its FREQUENCY needs to be known. If you don't know what frequency, then you should inform at least the frequency range, like 10Hz to 100Hz for example. ;)
 

Thread Starter

SonOfAnarchy ZA

Joined Jul 13, 2011
45
the problem is i dont know the frequency:rolleyes: when i built the circuit before all i used a switch that put a voltage from a 6v battery the signal goes from -6v to +6v and that switchs the counter once, this time i want it to be automatic switching.
 

Wendy

Joined Mar 24, 2008
23,421
The drive of a 4017 is very weak, if you need brighter let me know. You can also replace U3 and R4 with a single resistor. I built this many years ago. I just noticed I chose the 4022 chippie, let me post another schematic. The 4022 is a kissing cousin of the 4017, the 4017 is a decade counter, while the 4022 is a 8 output counter.



.............................................Figure 11.2.................................................. ...................................Figure 11.3

The first letter in my picture number is the chapter number, so this is from chapter 11. You will need to merge the two schematics.
 

SgtWookie

Joined Jul 17, 2007
22,230
Oops - Bill's circuit in reply #9 is using a 4022; it's similar to a 4017 but doesn't count as high (8 instead of 10), and the output pin numbers are different. It won't hurt anything, but the LEDs won't turn on in the same sequence if you use a 4017 instead of a 4022 and don't update the output pin numbers first. Also, there will be a couple of clocks where nothing appears to happen.

To make that circuit work with a 4017 the way it would work with a 4022, make these changes:

Rich (BB code):
Out
Pin 4022 4017
Q0   2    3
Q1   1    2
Q2   3    4
Q3   7    7
Q4  11   10
Q5   4    1
Q6   5    5
Q7  10    6
Q8  NA    9 (connect 15 to 9 instead of gnd)
Q9  NA
 
Top