← All Projects
Water Level Indicator with LED Bar
154 viewsMarch 4, 2026
ArduinoWater LevelLEDSensorBeginner
A visual water level monitoring system using simple wire probes at different heights in a tank. Four LEDs indicate the water level from empty to full. Includes a buzzer alarm when the tank overflows.
Components & Supplies
How It Works
This project uses the conductivity of water to detect levels. Four wire probes are placed at 25%, 50%, 75%, and 100% heights inside a water tank. A common ground wire sits at the bottom. When water reaches a probe, current flows and the Arduino reads it as HIGH.
Each level lights up a corresponding LED (green, yellow, orange, red). When the tank is full (100%), a buzzer sounds to warn of potential overflow.