MAX31855 averaging readings?

For other supported Arduino products from Adafruit: Shields, accessories, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
RosscoS
 
Posts: 44
Joined: Wed May 09, 2012 2:41 pm

MAX31855 averaging readings?

Post by RosscoS »

Hi All,
I have just upgraded from the MAX6675 to the MAX31855.
With the MAX6675 to get an average of several readings the code was

Code: Select all

temp_out = temp0.read_temp(20);
However I cannot figure out how to get averaged readings from the MAX31855.

Thanks in advance for any help!

adafruit
 
Posts: 12151
Joined: Thu Apr 06, 2006 4:21 pm

Re: MAX31855 averaging readings?

Post by adafruit »

use a loop to read 5 times in a row, add up all the numbers, then divide by 5

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Arduino products from Adafruit”