Open-Acidification / TankController

Arduino and web GUI source code for the Open Acidification tank controller (pH-stat unit).
https://open-acidification.github.io/
Mozilla Public License 2.0
8 stars 33 forks source link

Check millivolt offset for pH calibration #436

Open je-foster opened 1 year ago

je-foster commented 1 year ago

The newer EZO probes report three floats in response to "Slope,?" requests: acidic %, basic %, and millivolt offset of the zero point. Currently we check that the first two percents are between 95% and 105%. If they aren't then we flag this as a "bad" calibration.

We should add a check that the millivolt offset is close to zero. Ideally, Dr. Onthank will decide what upper and lower bounds should be used.