Arduino Ultrasonic Fluid Level Meter

By on September 25, 2017
Pin It

If you need to monitor the fluid level in a large diameter well, a tank, or an open container, for only €70 you can build your own Ultrasonic fluid level monitoring system.

One day, my brother and I talked about how our grandfather used to measure the water level manually in order to keep track of the water consumption and influx throughout the summer to avoid overdraft. We thought that with modern electronics we should be able to revive the tradition, but with less manual labour involved. With a few programming tricks, we managed to use an Arduino with a sonar module to measure the distance down to the water surface (l) with reasonable reliability and an accuracy of ± a few millimetre.

All you need is:

  • 2 x Arduino (one for measuring fluid level, one for showing the results on a display)
  • A basic 12V power supply
  • Ultrasound (sonar) module HC-SR04
  • LED display module MAX7219
  • 25 m telephone cable (4 wires: Power, ground and 2 data signals)
  • Mounting box
  • Hot glue
  • Solder

Instructables user “karlli” and his brother used a pair of Arduinos to monitor well levels outside of a summer cottage in order to avoid emptying it. One board sits above the well and senses water level with an ultrasonic sensor, while the other receives this data, calculates the volume of water remaining, and displays it nicely for those in the house to see.
Volume can be calculated to an accuracy of ± one liter. In practice, the setup responds to a flushed toilet or running the tap for a few minutes, and shows the well refilling overnight!

For more information visit karlli’s Instructables page.

 

About Luca Ruggeri

Leave a Reply

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