topquark12
  • Joined on 2020-12-21
topquark12 pushed to software_dfu at M-Labs/thermostat 2021-01-12 15:09:52 +08:00
5cf91eb7ea dfu: refactor
topquark12 deleted branch PID_improvements from M-Labs/thermostat 2021-01-12 14:58:08 +08:00
topquark12 pushed to software_dfu at M-Labs/thermostat 2021-01-12 14:57:22 +08:00
5a53b71671 dfu: working software triggered dfu
topquark12 commented on pull request M-Labs/thermostat#45 2021-01-11 16:34:00 +08:00
PID_improvements

There isn't really a lot of reason for this to be user configurable I think. It mostly has to do with the inherrent noise of the current reading, which will be pretty consistent between other…

topquark12 pushed to PID_improvements at M-Labs/thermostat 2021-01-11 16:24:49 +08:00
9e4d06fdbc clarify comment
topquark12 commented on pull request M-Labs/thermostat#45 2021-01-11 16:23:11 +08:00
PID_improvements

I'll rephrase the comment for clarity.

topquark12 commented on pull request M-Labs/thermostat#45 2021-01-11 16:18:41 +08:00
PID_improvements

There are quite a few variables describing currents, like current setpoint, dac voltage setpoint controlling output current, dac voltage readback for current control.

This returns the thermostat…

topquark12 pushed to PID_improvements at M-Labs/thermostat 2021-01-11 14:10:55 +08:00
3433881d0f remove dead code
topquark12 created pull request M-Labs/thermostat#45 2021-01-11 14:09:24 +08:00
PID_improvements
topquark12 pushed to PID_improvements at M-Labs/thermostat 2021-01-11 14:00:58 +08:00
193d54a0a6 pid: anti-windup when compliance voltage reached
topquark12 commented on issue M-Labs/thermostat#37 2021-01-11 13:36:35 +08:00
enable anti integral windup when compliance voltage is reached

The max output voltage of the MAX1968 chip (measured at ~4.7v) does not seem to match the datasheet stated max voltage of 4.3v. Not sure if this is consistent across all thermostats, or just the…

topquark12 pushed to PID_improvements at M-Labs/thermostat 2021-01-08 16:18:29 +08:00
3067b356c5 channels: add methods to retrieve actual voltage and current of TEC
3ba2cc9ddc channels: voltage measurement refalect actual voltage across TEC
Compare 2 commits »
topquark12 pushed to PID_improvements at M-Labs/thermostat 2021-01-08 11:31:41 +08:00
1539b624bd pid: more sensible default parameters
topquark12 deleted branch fix_save_hangs from M-Labs/thermostat 2021-01-08 11:26:10 +08:00
topquark12 deleted branch docs from M-Labs/thermostat 2021-01-08 11:26:02 +08:00
topquark12 pushed to PID_improvements at M-Labs/thermostat 2021-01-08 11:25:30 +08:00
5c84b7438b Integral rescaling
topquark12 created pull request M-Labs/thermostat#44 2021-01-07 17:31:30 +08:00
main: save does not hang, just does not report save success
topquark12 pushed to fix_save_hangs at M-Labs/thermostat 2021-01-07 17:29:59 +08:00
367002357f main: save does not hang, just does not report save success
topquark12 closed issue M-Labs/thermostat#39 2021-01-07 15:12:48 +08:00
add basic setup instructions to doc
topquark12 commented on issue M-Labs/thermostat#39 2021-01-07 15:12:41 +08:00
add basic setup instructions to doc

Setup, manual and auto tune doc added in 45b7c4e669