• +965 51122049
Anti-corrosion Type Ball Float Liquid Water Level Sensor

Anti-corrosion Type Ball Float Liquid Water Level Sensor

KWD0.750

Anti-corrosion Type Ball Float Liquid Water Level Sensor


2 products available

 

 


  • SKU: 350981
Share:

Description

Float level switch ZPC4 Water level Sensor Level Controller Low Pressure Type D

The Float Level Switch Water Level Sensor Level Controller Low Pressure Type D is a reliable and efficient device designed to monitor and control liquid levels in various applications. This mercury-free sensor is ideal for use in hydroponics, freshwater tanks, gardening, power control systems, aquariums, pet bowls, fish tanks, filtration units, and heating systems. It operates by detecting liquid levels and triggering an electrical response, ensuring automated water management with precision. Built for durability and long-lasting performance, this float switch is resistant to corrosion and compatible with a wide range of liquids. Whether you need to maintain water levels in a hydroponic setup, prevent overflow in fish tanks, or automate water supply in gardening projects, this versatile sensor provides a simple yet effective solution for fluid level control.

Technical Details

  • Main Material: PP (Polypropylene)
  • Switching Voltage: 0~110V
  • Switching Current: 0.5A DC / 0.35A AC (Max)
  • Includes: Nuts and Gaskets
  • Screw Pattern: M16
  • Resistance Value: 0.1Ω (Max)
  • Working Temperature: -20~60°C
  • Medium Specific Gravity: >0.55g/cm³
  • Type: D Low Voltage (0~110V)

Features

  • Made of PP (Polypropylene), lightweight and corrosion-resistant.
  • Switching voltage: 0~110V, suitable for low-voltage applications.
  • Maximum switching current: 0.5A DC / 0.35A AC.
  • M16 screw thread for easy installation.
  • Includes nuts and gaskets for secure mounting.
  • Low resistance value of 0.1Ω (Max) for efficient operation.
  • Operating temperature range: -20°C to 60°C.
  • Compatible with liquids having a specific gravity >0.55g/cm³.
  • Designed for water level sensing in low-pressure environments.
  • Long-lasting life
  • Easy to use

Drawing

draring

Applications :

  • Water tank level control: Monitors and controls water levels in tanks.
  • Automated irrigation systems: Ensures accurate water levels for irrigation.
  • Water treatment plants: Monitors water levels for filtration processes.
  • Stormwater management: Tracks water levels in stormwater collection systems.
  • Pumping stations: Maintains consistent water levels in reservoirs.
  • Cooling systems: Monitors water levels for cooling purposes in industries.
  • Aquariums: Ensures proper water levels in fish tanks.
  • Low-pressure water systems: Used for small-scale water processing and filtration.
  • Agricultural irrigation: Detects water levels in irrigation systems.

Integration with Arduino

Anti-Corrosion Float level switch Water level sensor Water Level Controller

 

Sample Code

int FloatSensor = 2;
int led = 13;
int buttonState = 1; //reads pushbutton status
//https://kitsguru.myshopify.com/products/float-level-switch-water-level-sensor-for-water-level-controller
voidsetup() {
Serial.begin(9600);
pinMode(FloatSensor, INPUT_PULLUP);
pinMode (led, OUTPUT);
}
 
voidloop() {
buttonState = digitalRead(FloatSensor);
 
if (buttonState == HIGH) {
digitalWrite(led, LOW);
Serial.println("WATER LEVEL - LOW");
}
else {
digitalWrite(led, HIGH);
Serial.println("WATER LEVEL - HIGH");
}
delay(1000);
} //Credits : https://pijaeducation.com/arduino/sensor/float-switch/
view rawkg201.ino hosted with ❤ by GitHub

Add your review

Your email address will not be published. Required fields are marked *

Please login to write review!

Upload photos

Looks like there are no reviews yet.

Related Products

Your experience on this site will be improved by allowing cookies.