Alright, so I have a wine cooler I want to turn into a sort of incubator for a university project to store cell cultures.
It needs to have relatively precise temperature control, but nothing too fancy, a resolution of +/- 1C is fine with me.
Anyways, the wine cooler I have has a display on the front that shows the temperature as well as two buttons to regulate it. (Up/Down)
I am wondering if I can use an arduino to control the peltier device for heating and cooling based on the input I give it with the controls.
For example, I am thinking of purchasing this:
http://www.dx.com/p/tec1-12706-semiconductor-thermoelectric-cooler-peltier-white-157283
for the peltier and using this:
http://www.dx.com/p/arduino-digital-temperature-humidity-sensor-module-121350
to sense temperature, and humidity.
To keep the temperature even, I plan on having a fan running. The peltier will heat up or cool down a heat sink, and the fan will blow hot/cold air into the wine cooler until the desired temperature is achieved, as set by the front buttons.
However, I am not sure what kind of screen to use.
I want something preferably that lights up with an LED in it for clarity.
My size constraints are really small. Essientially i need the smallest possible screen i can get for outputting the following:
[12/40 45%]
Where [ Current temperature / Set temperature / Relative humidity]
The fan will be a standard computer fan.
What would be the best arduino to use for this, and how should I proceed?
My biggest issue here seems to be the size constraint.
All I will be putting in this incubator is petri dishes of cell cultures. No need for sterility or anything, just relative cleanliness. (I will add a small filter to the air intake.)
Any ideas?