Arduino - LCD 20x4 Water LEVEL MONITOR HC SR04
by vandenbrande in Circuits > Arduino
3921 Views, 10 Favorites, 0 Comments
Arduino - LCD 20x4 Water LEVEL MONITOR HC SR04


Hello world! Today i made a Water Level Monitor with arduino and the HC-SR04. It is a pretty basic example on what you can do with the HC-SR04 Ultrasonic Sensor and shows you the centimeters that are left to fill the Water Tank. You can simply change the code and put if statements for certain values to trigger actions when the Water Tank is running out of water, like filling it and stop filling it automatically with a solenoid valve for example by using a relay.
Follow the next step for the code Schematic & parts list.
Schematic Code & Parts List.

Just wire it up like the schematic! Make sure that you have included these following 3 libraries.
- LCD.h
- LiquidCrystal_I2C.h
- NewPing.h
Parts list!
- Arduino uno
- HC-SR04 Ultrasonic range Sensor
- LCD2004 With I2C
- Jumper wire set
- Water tank or buckets to test (optional)
Good luck!
Follow me for more!