Saur0o0n / PIDKiln

Kiln PID controller based on Espressif Systems ESP32 chip board with Arduino IDE.
GNU General Public License v2.0
102 stars 38 forks source link

Using more high temperature s-type thermocouple #46

Closed Tkachlab closed 1 month ago

Tkachlab commented 1 month ago

Hello. Can i use a s-type thermocouple with max31855sasa chip? Do i need to modify code?. Thanks

Saur0o0n commented 1 month ago

Hi, the library used to handle max31855 chip states it works only with K type probes (https://github.com/enjoyneering/MAX31855) - so as long, as you would be able to modify this library to work with other thermocouples, PIDKiln wouldn't care what type it is.