Methods of Detecting Water Level Arduino: by Smart Technology
Methods of Detecting Water Level Arduino: by Smart Technology
by Smart Technology
In this project,I'll show you how create an inexpensive water detector using two methods :
The idea of ultrasonic sensor came from the bats and What You Will Need ?
dolphins, they estimate distance by using the
echolocation process—sound waves transmitted,
bounced back and received, with the time difference For this project you will need:
used to calculate the distance of objects.
-Arduino uno
First of all we need to trigger the ultrasonic sensor
module to transmit signal by using arduino and then -Breadboard Water
wait for receive ECHO. Arduino reads the time
between triggering and Received ECHO. We know -Ultrasonic Sensor
that speed of sound is around 340m/s. so we can
calculate distance by using given formula: -Led (optional)
Distance= (travel time/2) * speed of sound Where
speed of sound around 340 meter per second. The Circuit :
3.pin Echo -this pin is the same as Trig you also need
Download (https://cdn.instructables.com/ORIG/FXN/08WB/JB6UC49N/FXN08WBJB6UC49N.ino)
http://www.instructables.com/ORIG/FXN/08WB/JB6UC49N/FXN08WBJB6UC49N.ino
…
(https://cdn.instructables.com/ORIG/FXN/08WB/JB6UC49N/FXN08WBJB6UC49N.ino)
There are a lot of uses for this sensor module. It can For this project you will need:
be used to detect the presence or absence of water,
accurately gauge the water surface level, or you can -Arduino uno
even accurately gauge the volume of water present
by using a volume measurement device such as a -Breadboard Water
measuring cup in conjunction with the analog water
sensor module. -Water Sensor
(https://cdn.instructables.com/ORIG/FC6/1PO4/JB6U6YNF/FC61PO4JB6U6YNF.ino)