matho
The Braumiser
- Joined
- 30/4/08
- Messages
- 1,403
- Reaction score
- 142
Matho (and perhaps others)
I received my NetDuino last night and after quickly doing the "Hello World" equivalent of flashing the onboard LED, and listening for the button push to flash the led, I wanted to quickly move onto something a bit more substantial. I have a spare temp sensor (I bought the stainless steel one for immersing in my fermenter) from my Fridgemate and thought I would hook that up. I couldn't really find any info on what requirements it needed: voltage, etc, etc. I have done some reading on NTC temp sensors and none of them really mention voltage requirements, more on current.
Or do I just ignore the Fridgemate sensor as I can't find technical data and purchase a temp sensor designed for the Arduino/Netduino?
Thanks,
Angus.
sorry angus i missed your post
i don't know too much about reading NTC's with the arduino, have a look at the arduino play ground, I found THIS library with a search for thermistor. The main reason I went with the DS18B20 is that it is accurate to 0.5 deg and it is easy to connect up, one of the problems i had with using a NTC in an analog circuit was the NTC would drop in resistance when current started to flow through it, which makes sense, resistance and current equals power which equals heat, its a fine line between too much current and not enough volts across it.
hope this helps
cheers