Beginner Project

Build a Water Level Indicator

A water level indicator is a practical electronic project that monitors the amount of water inside a tank. As the water level rises, different LEDs light up to indicate the current level. This project introduces conductivity sensing, transistor switching and level detection, making it useful for both beginners and hobbyists.

DIY Water Level Indicator Project

Project Overview

Water is slightly conductive because it contains dissolved minerals and impurities. By placing metal probes at different heights inside a tank, the circuit can detect when the water reaches each probe.

Each probe activates an LED, allowing the water level to be displayed visually.

More advanced versions can also sound an alarm or automatically switch a water pump ON or OFF.

Project Difficulty

Item Value
Difficulty ⭐ Beginner
Build Time 30–60 minutes
Supply Voltage 5V–12V DC
Soldering Optional

Components Required

Quantity Component
4–5 BC547 NPN Transistors
4–5 LEDs (Green, Yellow, Red)
4–5 330 Ī© LED Resistors
4–5 100 kĪ© Base Resistors
5 Stainless Steel or Brass Probes
1 Breadboard or PCB
1 5V–12V Power Supply
Several Connecting Wires

How the Circuit Works

One probe is placed at the bottom of the tank and connected to the supply voltage.

Additional probes are positioned at different heights.

When the water reaches a probe, a small current flows through the water to the common probe. This current switches on the corresponding transistor, which lights an LED.

As the tank fills, more LEDs illuminate to indicate higher water levels.

Typical Water Level Display

Water Level LED Indication
Empty ⚫⚫⚫⚫
25% 🟢⚫⚫⚫
50% 🟢🟢⚫⚫
75% 🟢🟢🟢⚫
Full šŸŸ¢šŸŸ¢šŸŸ¢šŸ”“

Building the Project

  1. Mount the probes at different heights inside the water tank.
  2. Connect each probe to its transistor input.
  3. Connect the LEDs and current-limiting resistors.
  4. Connect the common probe.
  5. Apply power.
  6. Gradually fill the tank and observe the LEDs switching on.

Applications

  • Domestic water tanks.
  • Rainwater harvesting systems.
  • Aquariums.
  • Hydroponic systems.
  • Agricultural irrigation.
  • Industrial storage tanks.
  • Educational electronics projects.

Troubleshooting

Problem Possible Cause
No LEDs illuminate No power or incorrect wiring.
LEDs remain ON continuously Probes touching each other or wiring short circuit.
Some LEDs never light Probe not contacting the water or faulty transistor.
False indications Dirty probes or moisture causing leakage currents.
Corroded probes Use stainless steel probes instead of plain steel.

Project Improvements

  • Add a buzzer when the tank becomes full.
  • Automatically switch a water pump OFF using a relay.
  • Add automatic pump start when the water level is low.
  • Use an Arduino with an LCD or OLED display.
  • Transmit water level data using Wi-Fi or Bluetooth.
  • Replace LEDs with a bar graph display using an LM3914.

Safety Notes

  • Use only low-voltage DC power supplies.
  • Never place mains voltage directly into the water tank.
  • Use corrosion-resistant probes for long-term reliability.
  • Keep electronic circuitry protected from moisture.

Skills Learned

  • Conductivity sensing.
  • Transistor switching.
  • LED indicator circuits.
  • Sensor applications.
  • Basic automation.
  • Electronic troubleshooting.

Key Points

  • Water conductivity can be used to detect liquid levels.
  • Each probe corresponds to a different water level.
  • Transistors amplify the small sensing current.
  • LEDs provide an easy-to-read level indication.
  • The project can easily be expanded into an automatic pump controller.

Next Project

Continue by building an IR Obstacle Detector, where infrared light is used to detect nearby objects without physical contact.

Next Project → IR Obstacle Detector