I am an Animal Control Officer and one of my top complaints in the summer is People leaving their pets in cars on hot days. It can be a criminal offence here and we have the right to enter a vehicle if the conditions are life threatening.
What I would like to do if use Arduino to make a device that monitors the ambient outside temperature, humidity, and light level. As well as a second temperature from a long probe that I can insert through a open window or door seal. I want to be able see these values in real time on a LCD as well as have them all recorded. and I want an alarm that I can set on the fly (up and down arrows on the device.)
I am hoping you guys can suggest which Arduino would be best. what sensors to use (something I can get certified would be great) like DS18B20 - TO92. and this http://www.brewershardware.com/12-Temperature-Sensor-DS18B20.html for the probe.
Also looking for links and suggestions on programming something like this. This is a remote device so I cant connect to any network (gsm is not feasible) so I was thinking I would make it write the values to a SD card. Maybe in the form of a CSV? and I want time stamps so a constant clock might be necessary.
I am game for anyone that wants to help out and I thank you very much. This is my first Arduino project but defiantly not my last.