Sleeping Arduino Series
I will be describing how to put an Arduino Diecimila into sleep mode, thus reducing the power consumption of the device, and detail several mechanisms for waking the Arduino.
- Part 1 Overview Of Arduino Sleep Modes
- Part 2 Wake Up Via An External Interrupt
- Part 3 Wake Up Via the UART
- Part 4 Wake Up Via Internal Timer
- Part 5 Wake Up Via The Watchdog Timer
- Part 6 Wake up via external Real-Time-Clock (DS3234) COMING SOON!
Arduino Specific Tutorials
ProBee Based Home ZigBee Network Series
In this blog series I will be showing you how to create a ZigBee based home network for monitoring room temperature using Sena's ProBee Modules and Emoncms.
- Part 1 - ProBee Based Home ZigBee Network Overview
- Part 2 - Temperature Reporting End Node
- Part 3 - Coordinator Software Display
- Part 4 - Adding A ZigBee Router - Coming Soon