Turbidity Sensor With Module for Liquid Particle Detection
Overview
A turbidity sensor measures how cloudy or murky a liquid is by detecting the suspended particles in the liquid.
Works using a light source (LED) and a photodetector to measure the amount of light scattered or absorbed by the liquid.
Typically outputs an analog voltage proportional to turbidity (sometimes with optional digital threshold output).
Key Features
Output: Analog voltage (usually 05V), sometimes also digital signal for threshold detection.
Operating Voltage: 3.3V 5V DC, suitable for microcontrollers like Arduino, ESP32, Raspberry Pi.
Turbidity Range: 01000 NTU (Nephelometric Turbidity Units) for standard hobby modules.
~2030mA.
Response Time: <500ms.
Operating Temperature: 30C to +80C.
Interface: Analog output directly readable by ADC pins.
How It Works
LED emits light through the liquid.
Particles in the liquid scatter and absorb light.
Photodetector measures transmitted or scattered light intensity.
Sensor outputs an analog voltage proportional to turbidity; higher voltage usually indicates more particles (higher turbidity).
Optional digital output can be used to trigger alerts when turbidity exceeds a set threshold.
Applications
Water quality monitoring (tanks, rivers, reservoirs).
Environmental monitoring (monitor water clarity).
Industrial and wastewater monitoring.
DIY IoT and educational projects.
Tips
Protect the sensor from ambient light for consistent readings.
Calibrate using known turbidity standards for accurate measurements.
Use the analog output with ADC pins; if using digital output, adjust the threshold via onboard trimpot (if available).

