Hello, recently ive taken on a project involving temperature, an ic i found laying around was LM335 and according to datasheet it seems easy enough to interface to using a microcontroller. Using the equation from the datasheet Vout_T = Vout_To * (T/To) and then converting to degrees F by use of 9/5*C + 32, the conversion works just fine but im using the TO-46 package to measure the ambient temp in my living room and it seems like the sensor is not sensitive enough in free standing air? it seems it responds great when i touch the sensor to something cold or hot.
So i guess my real question is how can i make the LM335 measure temperature accurately in say my living room a big open space with rather still air?