Arduino Project
Arduino Water Level Monitoring System with Water Pump
Kit purchase
Looking for parts? Check out our all-in-one kits below — packed with components, beginner-friendly guides, and tons of fun.

Course Introduction
This program uses an Arduino UNO R4 board with a Water Level Sensor Module, a water pump, LEDs, and a push button.
The sensor monitors the water level, while the LEDs indicate the water status. Pressing the button turns the water pump on or off.
Note
If this is your first time working with an Arduino project, we recommend downloading and reviewing the basic materials first.
1.1 Install Arduino IDE(Important)
1.2 Introduction of Arduino IDE
Required Components
In this project, we need the following components:
Wiring

Common Connections:
Water Level Detection Module
A: Connect to A0 on the Arduino.
G: Connect to breadboard’s negative power bus.
V: Connect to breadboard’s red power bus.
LED
RED:Connect the LEDs cathode to a 220Ω resistor then to the negative power bus on the breadboard, and the LED anode to 7 on the Arduino.
Green: Connect the LEDs cathode to a 220Ω resistor then to the negative power bus on the breadboard, and the LED anode to 6 on the Arduino.
Button
Connect to the breadboard’s negative power bus, and the other end to 2 on the Arduino board.
TA6586 - Motor Driver Chip
BI:Connect to 9 on the Arduino.
FI: Connect to 10 on the Arduino.
GND: Connect to breadboard’s negative power bus.
VCC: Connect to breadboard’s red power bus.
Centrifugal Pump
Connect to TA6586 B0.
Connect to TA6586 F0.
Writing the Code
Note
You can copy this code into Arduino IDE.
Don’t forget to select the board(Arduino UNO R4 Minima/WIFI) and the correct port before clicking the Upload button.
