Hi all, I'm working on a project that i only want to work in the dark - I would like the arduino to sleep for a set period of time (5 minutes maybe), then wake up and take a reading from a LDR - then decide if it needs to stay awake or not.
I'm struggling with the sleep part at the moment. I read somewhere that the arduino can only sleep for 8 seconds using the internal timer to wake itself up, is that correct? I would rather not use an external trigger if I don't have to so I can keep the hardware to a minimum
thanks having a quick look, it does not seem possible to make the arduino sleep for any longer than 8s on the internal clock - is that a correct assumption? thanks
dtokez:
thanks having a quick look, it does not seem possible to make the arduino sleep for any longer than 8s on the internal clock - is that a correct assumption? thanks