DFRobot / GravityTDS

DFRobot Gravity: Analog TDS Sensor / Meter For Arduino SKU: SEN0244
GNU Lesser General Public License v2.1
38 stars 54 forks source link

TDS writing data error #1

Open EnjoyneeringDev opened 5 years ago

EnjoyneeringDev commented 5 years ago

I used the program code on your github, the program code was uploaded successfully, but there was a little oddity, when I read the serial monitor, the tds value was 17 ppm, but it happened when I hadn't dipped the probe into the water sample to test, is this the problem in the sensor tds or indeed the initial value of the sensor tds (not dipped in the liquid to be tested) is 17 ppm

xZurdo commented 4 years ago

The way in which TDS is caclulated is through EC. He first calculate the EC value and then makes the transformation (multypling by 0.5 or 0.6) to PPM. Probably the sensor is measuring the conductivity from the air, that is very little, but this very little value makes the sensor returns a value because the way to obtain PPM (TDS) is first getting EC. I think you don't have to worry about anything, it is just a very little measure of PPM it is like you are measuring a 0. There is no problem with that.

I hope I helped you

Regards.