Working of the Water Detector

Let us see the working of a water sensor based on Arduino

Working of Water Detector Sensor


  • The sensor is made up of some copper traces. The count of these traces is 10, 5 of which are for power and the other 5 for sensing purposes. The parallel connection of traces allows the presence of one sense ambushed between two power traces.
  • The traces can be understood as variable resistors similar to potentiometers that change the circuit resistance depending on the water level.
  • The resistance varies inversely with the height of the water level. Therefore, when the maximum water level is present, the resistance is minimum and conduction is maximum.
  • When the minimum water level is present, the resistance is maximum and conduction is minimum Therefore, the output voltage produced by the sensor will vary directly with the water level.


Arduino – Water Detector / Sensor

Sensors are widely used for detecting different quantities like the presence of light, level of water, etc. One such example of a sensor is the water sensor which uses various principles of physics to detect the presence of water. This sensor is known for detecting different water levels with accuracy and precision.

This article will talk about the design of a water sensor using the Arduino board and programming software. We will study the specifications needed for this sensor, and the methods and circuit diagrams used for designing this sensor. In order to understand the functioning of the sensor, we will study the principles of the sensor. In addition to this, we will see the Arduino code written on IDE that will result in a sensor. The article will end with some frequently asked questions that can be referred to by readers.

Table of Content

  • Water Sensor
  • Types or Classification
  • Components
  • Construction
  • Important Terminologies
  • Working
  • Arduino Code
  • Advantages
  • Disadvantages
  • Applications

Similar Reads

What is a Water Sensor?

Similar to any other sensor, the Arduino water sensor is used to sense the water level in various appliances like irrigation systems, and rainwater harvesting systems. Therefore, we can define the Arduino Water Sensor as a device that uses the sensing techniques of physics to estimate the level of water....

Types or Classification of Water Detector / Sensor

There are different types of water sensors known as...

Components For Arduino – Water Detector / Sensor

Some components are needed for the project. The components required for designing a water sensor using Arduino include....

Construction of Water Detector / Sensor

Here is the construction of the water level sensor...

Important Terminologies in Arduino – Water Detector / Sensor

Here are some important terminologies about water sensor...

Working of the Water Detector

Let us see the working of a water sensor based on Arduino...

Arduino Code for Water Detector / Sensor

Here is the pseudocode and code for making an ultrasonic Sensor using Arduino....

Advantages of Arduino- Water sensor

Let us study some advantages of Arduino-water sensor...

Disadvantages of Arduino-Water sensor

Let us study some disadvantages of Arduino-water sensor...

Applications of Arduino-water sensor

Let us study some applications of Arduino water sensor :...

Conclusion

Once you have uploaded this code on Arduino, the sensor will begin working. The Arduino will successfully turn the LED on with a buzzing sound when the water level is detected. The LED and buzz sound will be generated depending on the code written. The sensor will work accurately at different depths of water. Readers are advised to note the advantages as well as limitations of the Arduino before using it. You can make further modifications to improve the project according to your needs by incorporating some advanced boards....

Arduino – Water Detector – FAQs

What are the three terminals of the water sensor?...