Re: 1-wire info and recommendations
Posted: Fri 26 Nov 2010 10:41 pm
I've just completed a project to maintain the temperatures in my reptile enclosures, this uses the DS18B20 one wire temperature sensor (well 4 actually as it's a multi channel device) which communicates to the PIC micro.

I used PicBASIC PRO to write the code for the PIC, but there are loads of other language examples on the net. I have been looking at the more expensive temperature / humidity sensors, but they use a different protocol and have two data lines (SLC and SDA). I did however come across one page I bookmarked which uses a cheap one wire sensor and PIC micro as a data logger to record temperatures and then upload them to a PC all in a neat package

Full details can be found http://www.compendiumarcana.com/datalog/

I used PicBASIC PRO to write the code for the PIC, but there are loads of other language examples on the net. I have been looking at the more expensive temperature / humidity sensors, but they use a different protocol and have two data lines (SLC and SDA). I did however come across one page I bookmarked which uses a cheap one wire sensor and PIC micro as a data logger to record temperatures and then upload them to a PC all in a neat package

Full details can be found http://www.compendiumarcana.com/datalog/