High Sensitivity Water Level Sensor – Water sensor for liquid detection in smart projects.-Water Sensor -Robocraze
High Sensitivity Water Level Sensor – Water sensor for liquid detection in smart projects.-Water Sensor -Robocraze
High Sensitivity Water Level Sensor – Water sensor for liquid detection in smart projects.-Water Sensor -Robocraze
High Sensitivity Water Level Sensor – Water sensor for liquid detection in smart projects.-Water Sensor -Robocraze
s

Robocraze BEST PRICE GUARANTEED

High Sensitivity Water Level Sensor compatible with Arduino

Rs. 18
Rs. 24
Rs. 18
Save Rs. 6
(-25%)
Incl. GST (No Hidden Charges) Found a better price?
Please hurry! Only 397 left in stock
SKU: TIFSS0207
  • This is High Sensitivity Water Level Sensor compatible with Arduino
  • High Sensitivity Water Sensor for Arduino projects.
  • Precise and reliable water level detection.
  • Operating voltage: DC3-5V, Operating current: <20mA.
  • Analog output for easy integration with Arduino boards.
  • Streamlined design for effortless setup and readings.
  • Durable and long-lasting performance.
  • The operating temperature is 10℃-30℃
  • The Humidity is 10% -90% non-condensing

Free shipping on Orders Above Rs 499/-

Technical Support & Easy Returns

Same Day Shipping

Earn RC Coins on Every Purchase

Cash on Delivery Available

FLAT ₹ 100/- OFF
RC100
COPY CODE

When you shop for ₹2500 or more. Applicable at checkout.
*Coupons are not applicable on Original Boards and Kits.

Robocraze Academy Limited Time Offer
High Sensitivity Water Level Sensor – Water sensor for liquid detection in smart projects.-Water Sensor -Robocraze
High Sensitivity Water Level Sensor compatible with Arduino
Rs. 24 Rs. 18

High Sensitivity Water Level Sensor compatible with Arduino

Rs. 24 Rs. 18

High Sensitivity Water Level Sensor compatible with Arduino

Are you tired of inaccurate water level measurements in your Arduino projects? Say hello to the Water Level Depth Detection Sensor for Arduino – your ultimate solution for precise and reliable water level detection. With an operating voltage of DC3-5V and an operating current of less than 20mA, this sensor ensures optimal performance without draining your power supply.

Its analog detection area of 40x16mm allows for easy and direct conversion of water to analog signals, enabling your Arduino development board to achieve the desired level alarm effect. Whether you're working on automated irrigation systems, hydroponics, or water tanks monitoring, this sensor's high level/drop recognition capability will provide you with accurate readings every time.

Unleash the true potential of your Arduino projects with this cost-effective and user-friendly water level sensor. Don't let inaccuracies hold you back – take the plunge and elevate your projects to new heights of precision and efficiency!

When it comes to choosing the right water level sensor for your Arduino projects, ease of integration and performance are crucial factors. Our Water Level Depth Detection Sensor for Arduino checks all the boxes and more!

With its streamlined design and analog output, setting up and reading data from the sensor is a breeze. You'll be amazed at how effortlessly it communicates with your Arduino board, making the integration process smooth and hassle-free.

Crafted with high-quality materials, this sensor guarantees durability and long-lasting performance, ensuring it stands the test of time in any project you undertake. Its reliable performance will give you the confidence to monitor water levels accurately and make data-driven decisions.

Embrace the power of precise water level detection and experience the convenience of working with a sensor that complements your Arduino projects seamlessly.

This High Sensitivity Water Sensor can easily change the water size to an analog signal, and output analog value can directly be used in the program function, then to achieve the function of water level alarm. This item has low power consumption, and high sensitivity, which are the biggest characteristics of this module. The High Sensitivity Water Sensor can be compatible with Arduino UNO, Arduino mega2560, Arduino ADK etc.

Buy Water Level Sensor now which is High Sensitivity and compatible with Arduino and elevate your Arduino projects to new levels of precision and efficiency. Order now and experience the convenience of working with a sensor that complements your projects seamlessly!
Also, read our blog on the Water Level Sensor explaining the different types of water sensors, working, and applications.

Pin definition :

  • "S" stand for signal input
  • "+" stand for power supply
  • "-" stand for GND

Applications of Water Level Sensor:

  • Water level measurement: The water level sensor can be used to measure the water level in tanks, reservoirs, or other containers
  • Sump pit monitoring: It can be used to monitor the water level in sump pits to prevent flooding
  • Rainfall detection: The sensor can detect rainfall and be used in weather monitoring systems
  • Leak detection: It can be used to detect water leaks in pipes, plumbing systems, or appliances
  • Irrigation control: The water level sensor can be used to monitor the water level in irrigation systems and automate the watering process
  • Aquarium water level monitoring: It can be used to monitor the water level in aquariums and ensure proper water conditions for aquatic life
  • Flood warning systems: The sensor can be used in flood warning systems to monitor water levels in rivers, streams, or flood-prone areas
  • Water level control in industrial applications: It can be used to control the water level in industrial processes or equipment
  • Water level detection in wells: The sensor can be used to monitor the water level in wells and ensure an adequate water supply
  • Water level detection in smart home systems: The sensor can be integrated into smart home systems to monitor water levels and send alerts or automate actions

Package Includes:

  • 1 x Water Sensor 

Specifications:

Working voltage 5V
Working Current <20ma
Interface Analog
Width of detection 40mm×16mm
Dimensions  65mm×20mm×8mm
Weight  5 grams

1. How to use water level sensor to monitor water tank level ?

To use a water level sensor to monitor the water tank level with an Arduino, you can follow these steps:
Gather the necessary hardware:

  • Arduino board (e.g., Arduino UNO)
  • Water level sensor
  • Jumper wires
  • USB cable type A/B

Connect the water level sensor to the Arduino:

  1. Connect the VCC pin of the sensor to the 5V pin on the Arduino.
  2. Connect the GND pin of the sensor to the GND pin on the Arduino.
  3. Connect the S (Signal) pin of the sensor to one of the analog input pins on the Arduino (e.g., A0)

Write the Arduino code to read the water level sensor:
Open the Arduino IDE and create a new sketch.
Define a variable to store the sensor reading.
In the setup() function, initialize the serial communication.
In the loop() function, read the sensor value using the analogRead() function and store it in the variable.
Print the sensor value to the serial monitor using the Serial.println() function.
Add a delay to control the frequency of readings

Upload the code to the Arduino:
Connect the Arduino board to your computer using the USB cable.
Select the correct board and port in the Arduino IDE.
Click on the "Upload" button to upload the code to the Arduino.
Monitor the water tank level:
Open the serial monitor in the Arduino IDE.
The sensor readings will be displayed in the serial monitor, indicating the water tank level.
You can calibrate the sensor by recording the readings when the tank is empty and full, and then map the sensor values to the corresponding water levels

By following these steps, you can use a water level sensor with an Arduino to monitor the water tank level. The sensor readings can be displayed in the serial monitor, allowing you to keep track of the water level and take necessary actions accordingly.

2. How to calibrate a water level sensor for accurate readings ?

To calibrate a water level sensor for accuracy, follow these steps:

  • Determine max and min water levels: Record sensor readings when tank is full and empty.
  • Calculate sensor range: Subtract min reading from max reading to get range.
  • Map readings to water levels: Use range to map sensor readings to corresponding water levels.
  • Test calibration: Dip sensor at different levels and adjust calibration if needed.

Additional tips:

  • Use stable water source for consistent readings.
  • Allow time for sensor stabilization before readings.
  • Consider two-point calibration for better results.
  • Capacitance sensor library can help measure and calibrate sensors.

By following these steps and tips, ensure reliable water level monitoring.

3. How to use water level sensor to detect water leakage ?

To detect water leakage using a water level sensor and Arduino, follow these steps:

  • Place the sensor near suspected leakage areas.
  • Connect the sensor to the Arduino.
  • Write Arduino code to detect water presence.
  • Set up alerts (email, text, or alarm) for leakage detection.
  • Take immediate action upon receiving alerts.

By following these steps, you can prevent water damage by detecting and addressing leaks promptly.

Shipping Policy

  • All orders confirmed before 3:00 PM IST are shipped the same day, barring rare pickup delays on holidays or disturbances.
  • Delivery time in Metro cities is 1–3 days; for other locations, it is 3–7 days. Delivery varies based on location and courier service.

Return & Refund Policy

  • Return window: 7 days from receipt unless stated otherwise.
  • No refunds or replacements after the return window.
  • Returns are accepted only for non-working or damaged products.
  • Initiate return requests via a Support ticket or contact us at +91-8123057137.
  • Refunds are processed within 3–4 working days after inspection and approval.

Recently Viewed Products

Customer Reviews

Based on 15 reviews
80%
(12)
20%
(3)
0%
(0)
0%
(0)
0%
(0)
h
hari krishna
Clear Output Signals

The analog output varies smoothly with water level changes, allowing precise monitoring and control in automated irrigation and tank level systems.

a
akhil
Easy Calibration

Adjusting the sensors threshold values to suit different water levels was simple, allowing me to customize alerts and control actions effectively.

r
ramu
Good Customer Support

I contacted support with questions about calibration and received prompt, helpful responses that improved my projects accuracy and reliability.

H
Harsh
Accurate Water Detection

This sensor accurately detects water levels with high sensitivity, making it ideal for Arduino-based water monitoring systems and automation projects requiring precise liquid level measurement and timely alerts.

A
Ani
Versatile Applications

I have used this sensor for water tanks, flood detection, and irrigation control. Its versatility and ease of integration make it a valuable component.