Arduino Sketch for Stalker v2.1 reporting temperature and battery usage over XBee. Also logs data in CSV format on the SD-card.
The sketch will make the Stalker to wake up every 10 seconds in order to report temperature and battery usage via the XBee and storage on the SD-card, then sleep 'til next wake up.
- DS3231 library modified in order to run with Arduino 1.0 -- see my work at the end of the page
- XBee Library for Arduino
- an XBee (Series 1) connected to the computer
- an XBee (Series 1) connected to the Stalker
- How to know if the sketch works fine on my Stalker?
If the XBee Packets are sent properly you should see the user LED to blink 5 times very fast. If it does not work the user LED will only blink fast two times.