![]() |
![]() |
![]() |
|
|
|||||||
| General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion? |
|
|
Thread Tools | Display Modes |
|
|
(permalink) |
|
Hello to all
If any one is familiar with the CD4059A Divide by N chip (programable counter) i would very much appreciate your help as i don't understand the manufactures data sheets, i need to divide by 1000. If any one could help with actual pin connections to derive at this factor it would be fantastic as i have come to a halt with my latest project. |
|
|
|
|
|
|
(permalink) |
|
To divide by 1000 just use 3 divide by ten chips in series, no need to use a divide by N chip unless you're looking for non-standard values.
|
|
|
|
|
|
|
(permalink) |
|
Also you can use a CD4040 with the outputs Q9, Q8, Q7, Q6, Q5 and Q3. All these outputs you can input them in a AND logic port. But, in this case you need to use 2 chips, on for the CD4040 and other with the logic ports.
In other words, with CD4040 you can divide a clock for any number up to 4096, but using AND ports after the 4040. Good luck! |
|
|
|
|
|
|
(permalink) | |
|
Quote:
__________________
Uncle $crooge |
||
|
|
|
|
|
(permalink) |
|
What a complicated chip! Do you have to use it?
__________________
see my website: www.geocities.com/russlk |
|
|
|
|
|
|
(permalink) |
|
you can use a ripple counter if you are careful and compute the worst case stabilization time for the pattern you wish to use. for 1000, look at it as binary - 1111101000.
For example, the 74HC4040 at 4.5V has an interstage propagation max of 31 nS so worst case for 10 bits is 310nS. It turns out, though, for that bit pattern, the stabilization time is for only 4 bits or 124 nS. If your clock period is more than 248 nS (4 mhz or lower) then you can take the output value on the falling edge of the clock with no glitches. assuming a square wave clock. You do need to factor in reset propagation. if you use a real CD4040, then the numbers change but unless you need >5V operation, I'd stick with the HC series. of course, an 8 pin PIC could do this. Last edited by philba; 3rd July 2006 at 09:13 PM. |
|
|
|
|
|
|
(permalink) |
|
Use 3x 4017 decade counter in series.
|
|
|
|
|
|
|
(permalink) |
|
If you need a clock and not worried about it being exact use an inverter with a resistor across it and a cap. on the input to ground. The time is CxR and the freq. is 1/CR. If it's 6 in a chip connect them in series or parallel to the output of the oscillator if you require more power.
|
|
|
|
|
|
|
(permalink) | |
|
Quote:
__________________
Uncle $crooge |
||
|
|
|
|
|
(permalink) |
|
what frequency are you trying to divide, at VHF+ you will probably need a more specialised IC divider.
|
|
|
|
|
|
(permalink) | |
|
Quote:
__________________
see my website: www.geocities.com/russlk |
||
|
|
|
|
|
(permalink) |
|
I ever used one several years ago before I started with µP
That project (fuel consumption of oil burner) is also with µP now If you can wait until tomorrow I will post more information tomorow... |
|
|
|
|
|
|
(permalink) | |
|
Quote:
I have been trying to display my circuit but have not worked how to put it on yet. |
||
|
|
|
|
|
(permalink) | |
|
Quote:
Yes i can wait that would be great Thank you. |
||
|
|
|
|
|
(permalink) | |
|
Quote:
Try using a 4011 nand gate,I've done it many a time,I've numerous devices I've built over the years using these. If you don't want a 50/50 pulse stick a diode in series with another resistor across the other resistor and the ratio of the two will give you the ratio of the pulses. The polarity of the diode determines the period between high and low. With a nand gate you can have two running at the same time by using both inputs instead of connecting them together. |
||
|
|
|