-
Notifications
You must be signed in to change notification settings - Fork 199
Thermistor table generated wrongly #307
Comments
should be
I guess since we support multiple temperature inputs, and note you may need to multiply the temperatures by 4 since last I checked, teacup still uses 14.2 fixed point for temperatures. |
Seems like that fixed the syntax. I'll see what temps it will spit out now :-) Thanks! |
Looks like we need to rework the createTemperatureLookup.py. Some time ago @phord reworked the part in the config tool. So the table becomes much more accurate for all values. |
Don't know how the the search for values is done in teacup but maybe it's worth to minimise the amount of values. One could search the turning point and search from there to the ends, for lines not more apart from the ideale funktion than a defined error. |
@AnHardt check this thread how Teacup do it with the precalculated temptables. |
I can't run the configtool.py on my Mac (no input possible; I don't want to go through that Python version hell to find the wx-issue). Anyhow, I tried to generate the temptable with createTemperatureLookup.py but failed. It creates a 2-dim array like
etc. So the access fails when trying to access the 3d dimension:
Any quick fix for that?
The text was updated successfully, but these errors were encountered: