What qualifies as "ultra low power consumption"?I'm looking for a pre-designed chip with ultra low power consumption working with 12V. Giving one pulse each day. No accuracy is needed (+/- 3 hours). I have tried build it with 4060, but the current is over 1mA.
Excuse for my non native English.
Why?For very long periods with low consumption the CD4521 and CD 4541 are much better choices.
What are the resistor and capacitor values in the oscillator circuit?It's because I will open a 12 V valve a few seconds per day and just want one power source. I think a voltage regulator will eat some of the battery time? Most likely I have found how to do it with help of previous answers.
Would that use less than a mA of power at a 1MHz clock, which the TS wants?How about using an ATtiny85 processor?
The TS has only indicated that 1 mA is too much, they haven't answered my question about low they need the current to be, nor given the information needed to estimate it, such as the battery that is powering it and how long they need the battery to last, plus how much current is needed to operate the valve and how many seconds is "a few seconds" each day.Would that use less than a mA of power at a 1MHz clock, which the TS wants?
Fair point. As I described it, using delay(); for timing it consumes about 2mA but with a bit more complicated code you can put it into a sleep mode with a watchdog timer to wake it up at specified intervals. Whilst asleep it’d consume around 5uA.Would that use less than a mA of power at a 1MHz clock, which the TS wants?
What current does the watch dog take?you can put it into a sleep mode with a watchdog timer