News

Connect the VCC (Red) and GND (Black) wires of the water flow Sensor to the 5v and Gnd of Arduino, and link Pulse Output (Yellow) wire of the water flow sensor to Arduino’s digital pin 2. Note that ...
In the loop() we check to see if the water level has reached any sensor and if so then turn an the corresponding led. We also use the LCD to display HIGH if the water has reached the highest poing, ...