*UNIVERSAL INNOVATION CENTER*
A smart water level monitoring, "WATER TANK AUTOMATION SYSTEM" using Arduino.
📋 Components Required
Component | Quantity |
Arduino Uno | 1 |
Ultrasonic Sensor (HC-SR04) | 1 |
OLED Display (SSD1306, I2C) | 1 |
Relay Module (5V, Single Channel) | 1 |
12V Water Pump Motor | 1 |
12V Power Supply | 2 |
Buzzer | 1 |
Jumper Wires | As required |
🔌 Circuit Connection
1️⃣ Ultrasonic Sensor (HC-SR04) to Arduino
HC-SR04 Pin | Connects To |
VCC | 5V (Arduino) |
GND | GND (Arduino) |
TRIG | Digital Pin 9 |
ECHO | Digital Pin 10 |
2️⃣ OLED Display (SSD1306, I2C) to Arduino
OLED Pin | Connects To |
VCC | 3.3V (Arduino) |
GND | GND (Arduino) |
SDA | A4 (Arduino) |
SCL | A5 (Arduino) |
3️⃣ Relay Module to Arduino
Relay Pin | Connects To |
VCC | 5V (Arduino) |
GND | GND (Arduino) |
IN | Digital Pin 7 |
4️⃣ Buzzer to Arduino
Buzzer Pin | Connects To |
Positive (+) | Digital Pin 8 |
Negative (-) | GND (Arduino) |
5️⃣ Water Pump Motor Wiring
Water Pump Pin | Connects To |
Positive (+) | Relay Module NO (Normally Open) |
Negative (-) | GND (Power Supply) |
Relay Module COM | +12V Power Supply |
🔧 How It Works
- The Ultrasonic Sensor measures the water level.
- The OLED Display shows the water level percentage.
- The Relay Module turns the pump ON when water level drops below 20%.
- The Relay Module turns the pump OFF when level is above 80%.
- The Buzzer alerts when the water level is too low (< 20%) or too high (> 90%).
Video Demonstration
📺 WATCH THIS VIDEO
🙏 Thanks!
Back to Home