pH ORP DS18B20 Circuit
Table
| Sensor | Best Interface | Why it matches |
|---|---|---|
| EC / TDS / conductivity probe | Extra analog front-end + ADS1115 or separate IC | Common companion to pH/ORP for water quality. Needs AC excitation, so it is more complex than pH/ORP. |
| Dissolved Oxygen (DO) probe | Analog front-end + ADC | Useful for water quality. Probe type matters: galvanic/polarographic/optical. Analog DO needs careful conditioning. |
| Turbidity sensor | Analog or digital module | Easier add-on; can feed ESP32 ADC or ADS1115 if a channel is free. |
| Water temperature sensor, second DS18B20 | Same 1-Wire DQ bus | Very easy. Multiple DS18B20 sensors can share the same DQ line. |
| Water level / float switch | Digital GPIO | Simple safety/status input. Needs an extra J2 pin or separate connector. |
| Leak detector / wet contact sensor | Digital/analog GPIO | Useful for enclosure or tank monitoring. |
| Pressure sensor | I2C or analog | Useful if measuring pipe/tank pressure. Prefer I2C 3.3V sensors. |
| Flow sensor | Digital pulse GPIO | Useful for dosing/flow monitoring. Needs one ESP32 GPIO input. |