I have the same issue. Looking for the meaning of this formula. It is very difficult to do any sort of calibration without understanding what this formula means.
Hi @salty99
There is a wiki to calculate the TDS for a particular liquid.
Hi @ttt
The code was wrong, “133.42/voltagevoltagevoltage” should change to “133.42voltagevoltage*voltage”.
@salty99 yea, it is quite a bit lacking in the documentation. they produce a lot of hardware but it seems that they don’t test the code very well. I.e. the PH meter has no temperature compensation either.
a few weeks ago i found this site:
read that, then look at this code from them:
if you open this file: i can use only 2 links in a post so see the link in the next post
you see a function: void GravityTDS::ecCalibration(byte mode)
this code explains how to calibrate and use that value in the function: void GravityTDS::update()
still no explanation about the static values but its seems that my ppm with temperature compensation is a lot closer to my ppm Pen.
just reply if you have any questions, maybe i can help