Instructions
IDUINO for maker’s life 
www.openplatform.cc 
The SD library, download from here   
https://github.com/adafruit/SD 
Real Time Clock 
This  is  the  time-keeping  device.  It  includes  the  8-pin  chip,  the  rectangular  32KHz 
crystal, and a battery holder 
The battery holder must contain a battery in order for the RTC to keep track of time 
when power is removed from the Arduino! Use any CR1220 compatible coin cell. 
RTC Library, download from here:   
https://github.com/adafruit/RTClib/archive/master.zip 
Data logger 
  For using the data log function, you need the following parts to get this shield work. 
  Arduino (of course!) an Atmega328 type is best - we always recommend going 
with an official 'classic' Arduino such as the Uno. 
  SD card formatted for FAT and tested using our example sketch 
  CdS photocell and a matching 10K pulldown resistor 
  Temperature sensor with analog out, such as TMP36 
  Battery pack such as a 6-AA 'brick' and a 2.1mm DC jack. 
  or you can use a 9V clip for a power supply but a 9V powered logger will last 
only a couple hours so we suggest 6xAA's 
  Some 22 AWG wire, soldering iron, solder, etc. 
About how to connect the parts, we can refer the Adafruit’s tutorial from here, but 
remember, this shield have soldered the pins already, 
https://learn.adafruit.com/adafruit-data-logger-shield/overview 




