Inventory updates in real-time. (99% accurate)
Delivery and self-pickup options are available.
New item added ever month.

Inventory updates in real-time. (99% accurate)
Delivery and self-pickup options are available.
New item added ever month.

Gravity: Non-contact Digital Liquid Level Sensor for Arduino

$19.90

In stock

Category: SKU: #SB-A-00266
  • Chip: XKC-Y25-T12V
  • Interface: Gravity Digital

This is a non-contact water / liquid level sensor for Arduino. It utilizes advanced signal processing technology by using a powerful chip (XKC-Y25-T12V) with high-speed operation capacity to achieve non-contact liquid level detection. No contact with liquid makes the module suitable for hazardous applications such as detecting toxic substances, strong acid, strong alkali, and all kinds of liquid in an airtight container under high pressure. There are no special requirements for the liquid or container and this liquid sensor is easy to use and easy to install

The non-contact liquid level sensor utilizes advanced signal processing technology by using a powerful chip with high-speed operation capacity to achieve non-contact liquid level detection. Without contacting with a liquid, the module suitable for hazardous applications such as detecting toxic substances, strong acid, strong alkali and all kinds of liquid in an airtight container under high pressure. There are no special requirements for the liquid or container and the sensor is easy to use and easy to install.  There are 4 levels of sensitivity which are set by pressing the SET button.

Specification

  • Operating Voltage (InVCC) : DC 5 ~ 24 v
  • Current consumption: 5 mA
  • Output voltage (high level) : InVCC
  • Output voltage (low level) : 0V
  • Output current: 1 ~ 50 mA
  • Response time: 500 ms
  • Operating Temperature : 0 ~ 105 ℃
  • Range for thickness of induction (sensitivity): 0 ~ 13 mm
  • Humidity: 5% ~ 100%
  • Material: ABS.
  • Waterproof performance: IP67
  • Dimension : 28 * 28 mm / 1.1 * 1.1 inches

Board Overview

sen0204 Gravity: Non-contact Digital Water / Liquid Level Sensor For Arduino Board Overview


sen0204 Gravity: Non-contact Digital Water / Liquid Level Sensor For Arduino Board Overview

Sample code

/*!
 * @file  SEN0204.ino
 * @brief  This example is to get liquid level. (Liquid Level Sensor-XKC-Y25-T12V)
 * @copyright  Copyright (c) 2010 DFRobot Co.Ltd (http://www.dfrobot.com)
 * @license  The MIT License (MIT)
 * @author  jackli(Jack.li@dfrobot.com)
 * @version  V1.0
 * @date  2016-1-30
 */

int liquidLevel = 0;

void setup()
{
  Serial.begin(9600);
  pinMode(5, INPUT);
}

void loop()
{
  liquidLevel = digitalRead(5);
  Serial.print("liquidLevel= "); Serial.println(liquidLevel, DEC);
  delay(500);
}

Expected Results

If the liquid level sensor detects the presence of liquid, it will output HIGH and turn the LED ON. If no liquid is detected it output LOW and turn the LED off

Packing list

  • x1 unit Liquid Level Sensor Probe
  • x1 unit Liquid Level Sensor Adapter
  • x1 unit Gravity Digital 3-Pin Cable