Water Level Indicator Using Arduino

by kirthik vasan in Circuits > Arduino

65917 Views, 19 Favorites, 0 Comments

Water Level Indicator Using Arduino

Snapshot 1 (23-Aug-17 6-46 PM).png

In this project we will be building a water level indicator using arduino & water sensor.

The system would indicate the level of the water (Three different levels) inside a tank with the help of 3 LED and a buzzer to indicate that the tank is full.

This is a beginner level project and has a purposeful implementation as well in your home.

The video is also available in the last step.

So lets get started....

Components Required

Picture6.png

You will need the following materials for making your own Water Level Indicator

>Arduino Uno

>Breadboard

>3 LED (red,green,yellow)

>Buzzer (x1)

>Jumper wires

>Water level sensor

> 220 ohms resistor (x3)

Assemble LED on Breadboard

Snapshot 6 (23-Aug-17 6-48 PM).png

-Use LED of 3 different colors

RED( indicating extremely low level)

YELLOW (indicating half water level)

GREEN(indicating full water level)

-connect the cathode of each led to power rail(blue rail) on breadboard which would be the ground supply.

-connect the anode of LED's to different nodes.

-connect 220 ohms resistor in series with each LED.

Make Connections With Arduino and LED

ccc.png

Make connections for LED with digital pins on arduino as follows:

RED => Digital pin 13

YELLOW => Digital pin 12

GREEN => Digital pin 11

Connect the Water Sensor With Arduino

Snapshot 4 (23-Aug-17 6-47 PM).png

Connect the water level sensor to arduino as follows:

Water Sensor pins => Arduino pins

- => GND

+ => VCC

S => A0

Connect Buzzer

Snapshot 3 (23-Aug-17 6-46 PM).png

Connect the buzzer to Digital pin 8 of Arduino.

Upload Sketch

download.png

Upload the sketch to your Arduino uno using the Arduino IDE.

Downloads

Done!! Watch Tutorial

water level indicator with alarm

As water level changes, corresponding LED will light up. Checkout the video once. I hope that you found this instructable on Water Level Indicator useful.

If you have any queries, feel free to discuss in comments.