User Tools

Site Tools


rtes:topics:arduino:sleep

Putting Arduino to Sleep Mode

The best way to save energy for a device is to switch it off.

In case of MC it should still react to external events to be woken up, such as a push button event. This can be achieved by setting the MC to sleep. There are several sleep modes available. To generalize: The “deeper” the sleep the less mechanisms can be used to wake the MC up again.

With Arduino you often use the “power down” sleep state. Only INT0 (level not edge interrupt), INT1 (level not edge interrupt) or PCINT (pin change interrupt, i.e. rising or falling edge) are able to wake the MC up from this sleep mode again.

Material

rtes/topics/arduino/sleep.txt · Last modified: 2018/11/15 15:19 by admin