Page 1 of 1
4-7 PH Calibration
Posted: Fri Dec 07, 2012 9:36 am
by stevengreen2
Is it necessary to calibrate the PH probe to 4-7 instead of the 7-10 calibration if you use the probe in a calcium reactor?
Re: 4-7 PH Calibration
Posted: Fri Dec 07, 2012 10:36 am
by rimai
You could if you wish to do so, but I think the linearity is good enough.
There was a user contributed calibration function that was created by phrusher that allows you to do that.
Would you like to try?
Add this to your setup() section of your code:
Code: Select all
ReefAngel.UseFlexiblePhCalibration();
This will let you change which values you want to calibrate.
I've never used it, but the author indicates it works.
Re: 4-7 PH Calibration
Posted: Thu Dec 13, 2012 9:59 am
by stevengreen2
I used this last night and it worked great.