-
Notifications
You must be signed in to change notification settings - Fork 202
Description
First of all, awesome project. I’ve done the MAX31850K tc board mod. And flashed the firmware etc. it’s behaving much better but still under the right temp (tho it tracks better).
In pursuit of understanding I taped some external tcs to the boards and managed to see the relevant discrepancies. Which can be modeled as gain and offsets. This theoretically gets them to match the board temps. (Ie negate the issues of having boards not at where the built in tcs are / them not being where the board is). Only issue is it didn’t do anything when I entered calibration data.
Is my reading of the code correct, in that the calibration does not apply if the MAX31850K is connected? Looks like it only applies in the non External TC codepath.
If that’s correct it might be nice to add it in.
Can have a shot at a PR but wanted to discuss first and will want to have a shot at making that mod and flashing the firmware before I’m comfortable recommending it.
George