Block a user
Fix i_set, a user-provided value, to stop varying on VREF measurements
Is that what you would expect from reading the datasheets?
Yes, as the MAX1968 datasheet specifies a threshold of ±15mV from 1.5V. When used in the current setpoint calculation it yields…
Remove stale reference to channel_state vref
Fix i_set, a user-provided value, to stop varying on VREF measurements
Shouldn't VREF be stable? I don't understand this PR.
Well, theoretically it should be at a constant 1.5V, but the actual value, as returned by read_vref
, fluctuates a bit around it, being…
Fix i_set, a user-provided value, to stop varying on VREF measurements
Ok, I've dropped that commit. I've opened a separate pull request for removing VREF reporting #85 as it is a protocol change.
Fix i_set, a user-provided value, to stop varying on VREF measurements
The reports would not have an updated VREF value then. Should we remove VREF reporting? It's an implementation detail anyway.
Refactor center point and VREF measurement for a more stable i_set
bdffcd4423
Update channel_state VREF on every measurement
7043974bb5
Make set_i use get_center again
d68e6f16a0
Fix get_center to use calibrated VREF
README: Correct expected TEC polarity