License: AGPL
Library for Total Dissolved Solids (TDS) sensor with temperature compensation. A TDS sensor can be used to measure water quality. Compatible devices include https://www.dfrobot.com/product-1662.html and http://www.cqrobot.wiki/index.php/TDS_(Total_Dissolved_Solids)_Meter_Sensor_SKU:_CQRSENTDS01
Node | Description |
---|
example-02 | Patch to demonstrate use of running median to smooth analog signal from sensor. Run in debug mode. |
example-03 | Patch demonstrating the use of a thermometer (ds18b20) to report water temperature. Run in debug mode. |
voltage-to-tds | Convert voltage measured by sensor to total dissolved solids (ppm). |
example-01 | Simple example patch. Run in debug mode. |
To use the nodes in your project you should have the
wayland/total-dissolved-solids
library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See
Using libraries for more info.