![]() | ![]() | ![]() |
| | |||||||
| Notices |
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink (permalink)) |
| Anyone out there have experiance with the CD4059AE? I'm having trouble understanding the DATA sheet. I am building a Hydrogen generator and there are two basic circuits. One drives the electrodes and the other drives a coil. The coil is supposed to have a frequency that is 1000 times less than the electrodes. Maybe the "Divide by N" is the wrong component. Any suggestions? Last edited by jchunterelectric; 6th June 2008 at 01:58 AM. | |
| | |
| | (permalink (permalink)) | |
| Quote:
Can you post a drawing, showing the 4059 divider section, its difficult to guess what the problem may be from your description. To attach a drawing use the 'Manage Attachments' button lower down the 'reply' window.
__________________ Eric "Good enough is Perfect" PIC tutorials: Gramo's: www.digital-diy.net/ Bill's: www.blueroomelectronics.com/ | ||
| | |
| | (permalink (permalink)) |
| Yes, please add more detail.. if you need divide by 1000, a standard binary counter won't work because your ratio is not a power of 2. 2^10 = 1024. If that is an acceptable division, then your circuit can be made simpler. If you need precisely 1000 then it can be done but it involves more parts potentially. | |
| | |
| | (permalink (permalink)) |
| The 4059 can indeed be programmed to divide by 1000 (actually any number up to 15,999). Be aware, however, that the output count not a square-wave but is one clock pulse wide. Thus if you use a 1000Hz clock and divide it by 1000 you will get a 1ms pulse once per second. If you need a square-wave output you can set the counter to divide by 500 and run the output through a toggle flip-flop. This will divide by 2 with 50% duty-cycle to give a total division of 1000 with equal high and low time. But as Optikon noted if you you can live with a 1024 divide ratio then it's simplier just to use 10-bits of binary count (use three 4-bit counters and take the output from the 10th bit). This will also give you a square-wave output.
__________________ Carl | |
| | |
| | (permalink (permalink)) |
| Suppose you use a 74HCT4060 or 74HCT4020 for this divide by 1024 function. Be cautious here because a Texas Instruments TI 74HCT4060 datasheet has different output frequency labels/texts compared to a Phillips/NXP Semiconductor 74HCT4060 datasheet. Similarly, a TI 74HCT4020 datasheet has different output frequency/labels compared to a Phillips/NXP 74HCT4020 datasheet. Just look at pin 1 of each datasheet/chip. One says Q12 and the other datasheet says Q11. But they're both the same chips (same function/features internally)... it's just the datasheet that may confuse you when you try to pick the correct Q-something pin to use for your circuit.
__________________ * | |
| | |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Latest |
| Changing "dark on" switch to "light on" | NewUser | General Electronics Chat | 3 | 15th September 2007 03:29 AM |
| when shd i use a "call" and a "goto"? wh | picboy | Micro Controllers | 22 | 9th March 2005 09:26 PM |
| "bada bing" "bada boom" | timothyjackson | Electronic Projects Design/Ideas/Reviews | 74 | 27th October 2004 11:17 AM |
| What the "JK" means in "J-k flip-flop" | windozeuser | General Electronics Chat | 28 | 18th October 2004 01:06 PM |
| CMOS signal "debouncing" | batman | Electronic Projects Design/Ideas/Reviews | 3 | 28th December 2003 11:59 AM |