Ok I can't figure out what im doing wrong here. I have this thermistor on a bread board I have +5v from arduino going to the +Vs I have Vout going into the Arduino analog port A0 and the ground going to arduino's ground. Here is the data sheet for the LM35DZ (http://www.ti.com/lit/ds/symlink/lm35.pdf). Here is the Code I am using to see the output.
What am I doing wrong? Im just confused because a few hours ago I was working on this and it was about 65 degrees F in here and my reading was 64-63 and now Im still messing with it trying to figure out what is going on 4 hours later it is 53 degrees F roughley and It's reading this. It is like the V out is being converted to fahrenheit or something.
Now my output in the serial monitor is around 13 or 14. and My Vout is .25v ( on my multi- meter) I assume the /1024 has something to do with the resolution on the analog header but my mind cant grasp why I would divide it by the total resolution.