Hello
I try to make work together PT1000 with Repetier 1.04 with Rumba 8 bit
In web configurator tools I selected User Defined Table 0
I am using a custom table for Resistance and ADC values, calculated for a 4.7k Ohm generated by AI
I have tried several versions of the table: with full ADC resolution, with one decimal place, and with 10°C steps.
However, I am facing an issue: everything works fine below 100°C, but as soon as the temperature reaches 100°C, the firmware hangs.
Here is table I used
"userTable0": {
"r1": 0,
"r2": 4700,
"temps": [
{
"t": 0,
"r": 1000.000000,
"adc": 179.641
},
{
"t": 25,
"r": 1097.300000,
"adc": 193.425
},
{
"t": 50,
"r": 1193.985000,
"adc": 207.676
},
{
"t": 100,
"r": 1385.000000,
"adc": 230.654
},
{
"t": 150,
"r": 1573.465000,
"adc": 249.921
},
{
"t": 200,
"r": 1759.050000,
"adc": 266.666
},
{
"t": 250,
"r": 1941.765000,
"adc": 281.952
},
{
"t": 300,
"r": 2121.600000,
"adc": 296.742
},
{
"t": 360,
"r": 5000.000000,
"adc": 1023.000
}
],
"numEntries": 9
}
Hope for help
Thank you in advance.