silvia-pi icon indicating copy to clipboard operation
silvia-pi copied to clipboard

MAX31855 does not support grounded thermocouples

Open the-dbp opened this issue 5 years ago • 5 comments

on adafruits official website:

The MAX31855 does not support grounded thermocouples - if the sensor touches ground the chip will return an error

the project should be updated to avoid grounding the thermocouple. if you're not getting an error you're not grounding you machine which is illegal in europe and generally a bad idea, or you're very lucky and having the thermal paste somehow act as electrical insulator.

the-dbp avatar Apr 10 '20 12:04 the-dbp

Can you please explain what you mean with the above comments? Sorry not an expert in electronics. Thanks

the project should be updated to avoid grounding the thermocouple. if you're not getting an error you're not grounding you machine which is illegal in europe and generally a bad idea, or you're very lucky and having the thermal paste somehow act as electrical insulator.

TiStef avatar Apr 27 '20 08:04 TiStef

If you follow the project description you will screw the type k thermocouple on to the boiler. The boiler is (or at least should be) grounded.

According to official documentation on the "MAX31855", the thermocouple amplifier referred to in this project this doesn't work.

And indeed several issues have been raised with this, and closed by electrically isolating the type k thermocouple from the boiler, but on the project it's still described incorrectly without any electrical isolation.

the-dbp avatar Apr 27 '20 13:04 the-dbp

Thanks a lot for our reply. now it is clear. And you think it might still work because the thermal paste used when installing the wire to the boiler is acting as insulator, right? I see many other PID espresso projects using the MAX31855 so I am not really sure why it is claimed not to work with grounded attachment points

TiStef avatar Apr 27 '20 13:04 TiStef

It doesn't work if you ground the thermocouple, it's not a claim, that's simply how it is.

As mentioned there's two ways that the thermocouple might not hit ground:

  1. thermal paste (extremely unreliable)
  2. thermally condictive tape (the solution i think this project should be updated with)

Anyone getting it to work is probably using one of these methods

the-dbp avatar Apr 27 '20 14:04 the-dbp

#18 is the same issue but was closed without the project updating.

the-dbp avatar Apr 27 '20 14:04 the-dbp