Thread: DIY Data-Logger
View Single Post
Old 05-23-10, 11:07 PM   #20
AC_Hacker
Supreme EcoRenovator
 
AC_Hacker's Avatar
 
Join Date: Mar 2009
Location: Portland, OR
Posts: 4,004
Thanks: 303
Thanked 723 Times in 534 Posts
Default Thermocouple noise, 1-wire + Arduino

cmroseberry,

Quote:
Originally Posted by cmroseberry View Post
After pulling my hair out for years trying to get rid of noise on thermocouple signals, I now favor RTD's and temperature sensing integrated circuits such the Analog Devices AD-592. These transducers are inherently less susceptible to noise.
You are quite right about the noise in the thermocouples. I was able to deal with this in post-processing. I wrote a macro in Excel that would average over several readings. This smoothed things out quite a bit.

Also available is 1-wire sensors. They are accurate, and can be easily interfaced to an Arduino. In fact, 1-wire interface code is included in the Arduino development system.

-AC_Hacker
AC_Hacker is offline   Reply With Quote