a timer that goes logic high or low every 15mins (hardware version)

Status
Not open for further replies.

Thread Starter

timtim1234

Joined Nov 30, 2023
246
Hi

I have be playing around with 555 timers and I have on order cd4060. I am trying to make a timer that goes for one second a logic high or low ( selectable with switch) every 15 mins. I notice that 555 is not good for long time cycles. So I think a cd4060 would be better for this.

Sorry I don't want to mess around with MC, PIC, etc I don't want to learn programming.

Thanks
 
Last edited:

Thread Starter

timtim1234

Joined Nov 30, 2023
246
Well, it don't have to be real accurate. If I recall, if I need more accurate, I could add a crystal to the 4060. What is the accuracy of the 4060 without crystal? plus or minus 30 seconds?
 

Papabravo

Joined Feb 24, 2006
22,058
Hi

I have be playing around with 555 timers and I have on order cd4060. I am trying to make a timer that goes for one second a logic high or low ( selectable with switch) every 15 mins. I notice that 555 is not good for long time cycles. So I think a cd4060 would be better for this.

Sorry I don't want to mess around with MC, PIC, etc I don't want to learn programming.

Thanks
What happens if you are unable to meet your objective with the chosen parts? I guess you'll be SOL.
 

ericgibbs

Joined Jan 29, 2010
21,390
Hi,
An any error in the basic oscillator frequency will be cumulative over time, either increasing or decreasing the timed periods.
E
How long will the project be running?
 

Thread Starter

timtim1234

Joined Nov 30, 2023
246
Hi,
An any error in the basic oscillator frequency will be cumulative over time, either increasing or decreasing the timed periods.
E
How long will the project be running?
Ya, I figure that would be the case. :( i will have to build it and check it and go from there
 

panic mode

Joined Oct 10, 2011
4,864
cd4060 is not just counter - it also has an oscillator. so using crystal would make it much more stable. all you need to do is decode state that you want to reset it. and using XOR gate would allow for easy selection if the output is mark or space
 

Thread Starter

timtim1234

Joined Nov 30, 2023
246
cd4060 is not just counter - it also has an oscillator. so using crystal would make it much more stable. all you need to do is decode state that you want to reset it. and using XOR gate would allow for easy selection if the output is mark or space
yes I think I would try without a crystal to see how it works, if need I could add a crystal later
 

panic mode

Joined Oct 10, 2011
4,864
if you want oscillator that gives pulse every 15min, then period is 15min. the CD4060 is a 14-stage ripple counter and lowest crystal frequency is 32k. so output of CD4060 would be about 1Hz. to turn that into 15min interval you need another counter to further divide by 900 (15min*60sec = 900 seconds). this would then reset both ICs. the reset pulse can be used to trigger a monostable for 1sec output.
 

Thread Starter

timtim1234

Joined Nov 30, 2023
246
if you want oscillator that gives pulse every 15min, then period is 15min. the CD4060 is a 14-stage ripple counter and lowest crystal frequency is 32k. so output of CD4060 would be about 1Hz. to turn that into 15min interval you need another counter to further divide by 900 (15min*60sec = 900 seconds). this would then reset both ICs. the reset pulse can be used to trigger a monostable for 1sec output.
thats ok, so two 4060? you're referring to the built-in oscillator 32k or external crytsal?
 
Status
Not open for further replies.
Top