I want to measure water level inside 5 meter tank using JSN-SR04T sensor, I already implement solution using Arduino NANO ship, when I started to check the range of measurements it is only 20-250 cm, there are many types of SR04T sensors, All data sheets listed that range is 20-600cm
What are you using right now? Do the math. How many microseconds will a sound pulse take to travel 600cm and back at the temperature and humidity of the environment?
Paul
As I can’t get the range I want (5meter) from the sensor SR04M-v2, I purchase another two sensors one is JSN-SR04TV2.0 made by WAVGAT and the second is JSN-SR04TV3.0
I want to compare the SR04T ultrasonic sensor types as I said before I found many types also I want to get 5 meter range. I do my little try with the below Arduino sketch ThreeSensorsTesting.ino (3.3 KB)
The three sensors (JSN-ST04TV3.0, WAVGAT and SR04M-v2) are connected to one NANO chip, from my many tries with different codes I found that the most suitable code for any of them by using NewPing library by tem .
The results were as following:
1- Range from 0 to 300cm, three sensors are working good.