OpenSprinkler Forums Hardware Questions Is there any easy way to monitor OS temperature ? Re: Re: Is there any easy way to monitor OS temperature ?

#27411

Ray
Keymaster

There are many different types of temperature sensors, simple ones like MCP9700, more accurate ones like TMP36, DS18B20, and also temperature + humidity sensors like DHT11 and DHT22. Adafruit.com is a good place to look for tutorials on how to use these sensors and sample code. If you are not familiar with programming, this is probably a good starting point 🙂