AUTOMATIC WATER LEVEL CONTROLLER USING MICRO-CONTROLLER PIC18F45K22

AUTOMATIC WATER LEVEL CONTROLLER

The objective of this project is to design an automatic water level control system. It indicates the level of water in the tank and automatically controls it by using PIC Microcontroller and water level sensors.

Water SensorAUTOMATIC WATER LEVEL CONTROLLER

Water Sensor

Water level sensor is an easy-to-use, cost-effective high level/drop recognition sensor, which is obtained by having a series of parallel wires exposed traces measured droplets/water volume in order to determine the water level. Easy to complete water to analog signal conversion and output analog values can be directly read by using Microcontroller PIC18F45K22 to achieve the level alarm effect..

Features:

Operating voltage: DC3-5V
Operating current:less than 20mA
SensorType:Analog
DetectionArea: 40mmx16mm
Humidity: 10% -90% non-condensing
Product Dimensions: 62mm x 20mm x 8mm

Description :

This project displays water level in the tank and it controls the motor which pumps the water in it :

  • when tank’s water level isvery low (0%),motor is automatically turned on and buzzer off
  • when water level reaches 25% in the tank, motor is automatically turned on and buzzer off
  • when water level reaches 50% in the tank, motor is automatically turned on and buzzer off
  • when water level reaches 75% in the tank, motor is automatically turned on and buzzer off
  • when the water level is full or 100%, the microcontroller turns off the switch of motor automatically and buzzer on (alarm activated).

Seven segment display shows the current water level in the tank.Also LCD 4×20 is used to show different levels in percentage and five LEDs.

As you know there’s no library of the water sensor in PROTEUS Isis, so i replace it by a potentiometer.

 

Software Development :

The code developed for the PIC is written in the C language. The compiler used to write the C code is mikroC PRO for PIC V. 7.1.0. After the c code is successfully compiled, a HEX file is generated.

AUTOMATIC WATER LEVEL CONTROLLER USING MICRO-CONTROLLER PIC18F45K22 (Schematic Diagram)

AUTOMATIC WATER LEVEL CONTROLLER schematic diagram

water level indicator using PIC

Read more: AUTOMATIC WATER LEVEL CONTROLLER USING MICRO-CONTROLLER PIC18F45K22

Leave a Comment

Your email address will not be published. Required fields are marked *