Do not follow this link

~mrp/roaster_display_arduino

8020b0d6 — Mark Penner 3 years ago main
Update readme.rst
c4042866 — Mark Penner 3 years ago
Add readme.rst
2356f5cf — Mark Penner 3 years ago
Add LICENSE
444a16fa — Mark Penner 3 years ago
add serial IO for sending temps to Artisan
d9c921a4 — Mark Penner 3 years ago
change wiring for display to free up serial port
7bf94b35 — Mark Penner 3 years ago
try to make RoR more accurate in the case of the thermocouple returning NaN for a while

When the thermocouple board returns NaN for a while and then returns a temperature the
temperature smoothing smears the change (that happened over a relatively long time)
over several probably smaller samples. This causes the RoR to become inaccurate because
the rate of change is calculated over the later, smaller samples instead of only the span
when there was not a valid temperature to calculate with. This commit changes the
smoothing applied to the temperature so the longer it has been since a valid temperature,
less weight is applied to the past temperature, and more is applied to the valid
temperature when one is returned.
82cb0e47 — Mark Penner 3 years ago
try to make RoR more accurate
70e6ee3d — Mark Penner 3 years ago
make temperature readouts redder if bad readings
0b9d8030 — Mark Penner 3 years ago
finish rewrite to loop continuously
101a84e3 — Mark Penner 4 years ago
rewrite to loop continuously, not tested yet
756430a9 — Mark Penner 4 years ago
improve RoR accuracy, refactor timer code, make style more consistent
19ffc1ce — Mark Penner 4 years ago
clean up code and adjust smoothing parameters
927788b0 — Mark Penner 4 years ago
add check for nan result on environment thermocouple
ee7f31ad — Mark Penner 4 years ago
initial commit
Do not follow this link