Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Total Dissolved Solids Sensor

Gravity

Table of contents

  1. Summary
  2. JSON

Summary

Total dissolved solids indicates how many milligrams of soluable solids is dissolved in one leter of water. TDS value of water is used to reflect the cleanliness of water.

Name: Gravity: Analog TDS Sensor/ Meter for Arduino

Link: https://www.dfrobot.com/product-1662.html

Type: Analog

Operational temperature range: 0 – 55 degrees C

Output range: 0 to 2.3V

Unit: ppm


JSON

{
  name: "tds",        # string
  data_type: "ppm",  # string -- parts per million
  data_value:        # float
}