Hi, I'm new on this forum and to Arduino coding.
I had a few doubts regarding my Arduino project. I am building a cost effective incubator as a project. I have decided to use an Arduino Uno with two LM 35 sensors to check the temperature of the infant and the incubator itself.
I also want to display these temperatures on a single LCD while controlling a switch to the incubator's heater, which is controlled by a pre set temperature that will be included in the coding.
My doubts are :
-
Is it possible to interface 2 LM 35 sensors with the Uno. If yes, a link to a tutorial will be of immense help.
-
Will the Arduino Uno be able to handle 2 inputs and 2 outputs at the same time ?
-
If there is need for an external supply, will batteries work ? (since i'm trying to make it as small as possible.)
Thanks in advance.