Hi I have been playing with Interrupts and sleep but I am stuck on sleeping for longer than 1 second based on timers.
Using timer 1 on the micro pro. I can with Timer 2 get a 1Hz interrupt. And am also using pins 2 and 3 as standard hardware Intrrupts.
What I want is for the Arduino to sleep for about 1 minute, it does not have to been millisecond accurate. It to measure temp of pond every X minutes and record the data.
How can I sleep for X number of seconds / minutes. Looking at the prescalers on the timers timer 1 with its 16bit registrar and prescaler of ,1024 gives a max of 1Hz
I am sure I am missing a simply way to do this, but is there a way to get a longer timer interval than 1Hz to use as intrupt?
Thank you.
Aaron