[Help] Arduino sensor for measuring flood level

Good day,

I am currently tasked of developing a project that will monitor the flood/water level in several bridges. I've done a little research and so far the only reliable range detector sensors are ultrasonic sensors. My issue with this is that it can only measure distance for a couple of meters. The system will be situated in a bridge and the water below it is around 15-20 meters. Is there any reliable sensor that I can use for this particular case? If none, maybe there is a workaround for this instead of just relying on a range finder.

Thank you in advance.

Have a look at what water companies do and what is commercially available for this task ( don’t reinvent the wheel ) .
Level sensing I’ve seen locally uses devices mounted closer to the water .
There may be good reason why a bridge mounted device may be technically difficult - some research by you needed .

I implemented a river monitoring system using The Things UNO with a BMP280 temperature/pressure sensor, a SR04M ultrasonic transducer and a DS18B20 DallasTemperature sensor uploading data over LoRaWAN to the myDevices/cayenne desktop

image

image1024×552 91.3 KB

however, the ultrasonic sensor was only a metre over the water level
I was reading the sensors and uploading data every 10 minutes
you can see the river is tidal – rise and fall of about 10cm

have a look at Liquid Level Monitoring Code Example using Time-of-Flight sensors

This is actually what i'm trying to do as well. Sadly, checking with my local suppliers, these sensors are not available in my area and needs to be shipped internationally which costs more than double than the cost of the actual sensors.

on UK EBAY the JSN-SR04T is available from China for about £6 + £2 postage

I'm from the Philippines, shipping costs here are different.

ToF or LIDAR.

I have used the VL53L0X Time-of-Flight Distance Sensor and similar sensors for indoor level measurements on water tanks
however, waterproof TOF sensors appear to cost several hundred £

What about measuring the depth of water due to pressure change?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.