rtes:topics:arduino:sleep
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
rtes:topics:arduino:sleep [2018/11/15 14:06] – created admin | rtes:topics:arduino:sleep [2018/11/15 15:19] (current) – [Putting Arduino to sleep] admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Putting Arduino to sleep ====== | + | ====== Putting Arduino to Sleep Mode ====== |
The best way to save energy for a device is to switch it off. | 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. | + | 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 " |
- | With Arduino you often use the "power down" sleep state. Only INT0, INT1 or PCINT are able 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) |
- | |||
- | + | ===== Material ===== | |
+ | |||
+ | |||
+ | |||
+ | * Arduino tutorial on sleep: https:// | ||
+ | * Forum post on PCINT: https:// |
rtes/topics/arduino/sleep.1542290799.txt.gz · Last modified: 2018/11/15 14:06 by admin