Hi Jens,

That's how I did it on my concept board, with an external interrupt.
Problem is that I need more components to be able to generate the
interrupt and believe it or not, it actually used more current.
Standby mode means the processor is in sleep mode but wakes up about 8
times per second to check the sensor. The sensor only uses 2uA but the
processor uses more current in sleep than in deep sleep mode, so all
together it is 10uA.

In deep sleep, the processor is completely powered down, only the RTCC
continues running. It can only be awakened by an external interrupt
(push button rather than motion sensor).

Michel



On Apr 21, 7:23 am, jb-electronics <[email protected]>
wrote:
> Looks very good!
>
> > Total circuit power is about 10uA during standby mode and 2uA during
> > deep sleep.
> > Deep sleep will be entered after a standby time-out to save battery
> > life. Clock will still run in deep-sleep mode.
>
> I am curious: Do you use an external interrupt to wake the processor in
> case of a motion etc? This might be useful and could avoid the "standby
> mode" altogether.
>
> Jens

-- 
You received this message because you are subscribed to the Google Groups 
"neonixie-l" group.
To post to this group, send an email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/neonixie-l?hl=en-GB.

Reply via email to