srevish
Member level 2
- Joined
- Apr 23, 2013
- Messages
- 48
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,661
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The only practical way to speed it up is to change the crystal frequency. To go from 10 mins to 6 mins you need 52.946KHz based on the frequency you are already using but the 31.768KHz on your schematic is unusual, are you sure it isn't 32.678KHz which is a standard value? If it is 32.768KHz, the new crystal should be 54.613KHZ.
Brian.
31.768KHz is a standard watch crystal frequency. A 15-stage divider of that frequency gives a 1Hz output.The only practical way to speed it up is to change the crystal frequency. To go from 10 mins to 6 mins you need 52.946KHz based on the frequency you are already using but the 31.768KHz on your schematic is unusual, are you sure it isn't 32.678KHz which is a standard value? If it is 32.768KHz, the new crystal should be 54.613KHZ.
Yes, that's a typo, it's 32768. I believe you made one also when you gave the value as 32.678 kHz. ;-)2^15 in my calculations is 32768 not 31768 !
.................
2^15 in my calculations is 32768 not 31768 !
Srevish, I used a simple calculation you want to speed up 10 to 6 so the increase is by 10/6 times. The crystal therefore has to be 10/6 times the original frequency.
Brian.
Without knowing what the second IC in the schematic is and the contents of the EPROM it's difficult to know how many cycles are divided before the 4060 is reset. Normally, dividing 32768 by 2^14 would give you 2Hz output rather than 0.5HZ.
All the timing comes from the 4060 oscillator so any circuit that produced your new frequency should work. If it doesnt have to be precise timing you could use a simple RC oscillator or even a 555 timer but if you need the same degree of accuracy, the only option is a different crystal. You could generate the 54.613KHz by some other method and inject it into the existing circuit instead of using the crystal if it's easier that way.
I would not advise you to use a different output on the 4060 and lower the crystal frequency unless you know the contents of the EPROM and are sure it will still manage to access all it's addresses. In any case, lower frequency crystals would be harder to source then higher frequency ones.
Brian.