I just built up the temperature and light data logger. I am using the sketch and data set from the tutorial found here: http://www.ladyada.net/make/logshield/lighttemp.html. I am confused by the data set from the fridge example and data set that is created on the data logger.
The fridge data tracks the ref voltage as nearly 5Vs. However, the data logger that I have is only providing about 1.4V readings. I could not figure out from the code why the delta. Also, DMM reading is 3.3 at pin 14. So why is this different?
Also, how do you set the time?
From Fridge data:
millis stamp datetime light temp vcc
2000 1273007391 "2010/5/4 21:9:51" 233 80.97 3.54
3000 1273007392 "2010/5/4 21:9:52" 235 80.97 3.99
From my datalogger:
millis,stamp,datetime,light,temp,vcc
999, 946684800, "2000/1/1 0:0:0", 906, 74.26, 1.24
1998, 946684800, "2000/1/1 0:0:0", 904, 74.26, 1.24

