User Tools

Site Tools


supp:arduino:sleep

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
supp:arduino:sleep [2018/11/15 15:31] – [Putting Arduino to Sleep Mode] adminsupp:arduino:sleep [2018/11/15 15:33] (current) – [Putting Arduino to Sleep Mode] admin
Line 5: Line 5:
 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. 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 downsleep 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.+With Arduino you often use the **power-down** sleep mode. 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.
  
-| {{:supp:arduino:microchip_atmega328p_sleep_modes.png?nolink&600}} | + {{:supp:arduino:microchip_atmega328p_sleep_modes.png?600}}  
-| Fig.: Sleep modes of ATmega328P and other MCs. Source: {{http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega48A-PA-88A-PA-168A-PA-328-P-DS-DS40002061A.pdf|Microchip ATmega328P datasheet, p. 48.}} |+| Fig.: Sleep modes of ATmega328P and other MCs. \\ Source: {{http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega48A-PA-88A-PA-168A-PA-328-P-DS-DS40002061A.pdf|Microchip ATmega328P datasheet, p. 48.}} |
  
 ===== Material ===== ===== Material =====
supp/arduino/sleep.1542295874.txt.gz · Last modified: 2018/11/15 15:31 by admin