4 releases (1 stable)
Uses old Rust 2015
2.0.0 | Dec 11, 2018 |
---|---|
0.9.2 | Aug 19, 2018 |
0.9.1 | Apr 28, 2018 |
0.9.0 | Apr 28, 2018 |
#1507 in Hardware support
18KB
197 lines
EC-Salinity Probe Interface
Monitor hydroponic nutrient levels or salinity in aquariums, pools, and soil.
- Electrical Conductivity in Siemens
- Total Dissolved Solids in PPM
- Salinity in PSU and PPT
- Temperature in Celsius/Fahrenheit
What it is
An I2C sensor device, an optional DS18B20 waterproof temperature sensor, and a two-electrode EC probe. It measures the conductivity of a solution and converts it into Siemens (S). From that value, it derives total dissolved solids and salinity. The firmware on the device provides two calibration options, single or dual point which can be used simultaneously. Temperature compensation is also provided in the firmware.
Multiple EC-Salinity probes can be connected to the same master device and in the same solution without causing interference. The ISE Probe Interface can be also used with minimal interference.
Using it
There is extensive documentation on the specifications, setup, and use of the device. The library to use it is in the Arduino and Particle.io IDE; a python implementation for Raspberry Pi and MicroPython is also available.
Dependencies
~2–3.5MB
~59K SLoC