Hydroview is a real-time water level monitoring system

and get it’s results using meshtastic?

I’ve done this and it was simple, however the old meshtastic forum is gone so all the info I posted about it is gone too.

I used a HC-SR04 range sensor connected to a pair of GPIO on a Heltec V3, the most difficulty was in getting the speed correct and setting the serial.mode SIMPLE on the V3.

I still have the code I wrote

The issue I had was errors in reading so I’d get reading like this:

Distance (meter): 0.45 Distance (foot): 1.48
Distance (meter): 1.06 Distance (foot): 3.49
Distance (meter): 1.37 Distance (foot): 4.49
Distance (meter): 0.00 Distance (foot): 0.00
Distance (meter): 1.17 Distance (foot): 3.83
Distance (meter): 1.06 Distance (foot): 3.47

1 Like