1 Attachment(s)
Re: My Temperature Sensor
Forgot to mention that the server also serves up a web page listing the average, high, and low temperature as well as the 500 most recent temperature readings.
Attachment 115419
Re: My Temperature Sensor
These kind of things has always interested me. Pretty cool to see something homemade like this.
Re: My Temperature Sensor
Quote:
Originally Posted by
dday9
These kind of things has always interested me. Pretty cool to see something homemade like this.
Get started doing it! It is easier than you think!
Re: My Temperature Sensor
Reviving an old thread, what temperature sensing device did you use? It looks like the 1-wire DS18B20.
I'm thinking of getting several to put in the attic, house and crawl space to monitor temperatures, and the 1-wire system looks ideal.
(Oh, I am going to use a Netduino, which can be programmed using VB or C#).
Re: My Temperature Sensor
Yeah I am using the 1-Wire DS18B20. It works great for me, although now that I am thinking about it, i have never actually compared it to a control device to check the accuracy.
The Arduino has a library available that will convert the reading into F/C for readable values.