SEN0205

SEN0205 Datasheet


Liquid Level SKU SEN0205

Part Datasheet
SEN0205 SEN0205 SEN0205 (pdf)
PDF Datasheet Preview
Liquid Level SKU SEN0205

From Robot Wiki

Contents
• 1 Introduction
• 2 Specification
• 3 Board Overview
• 4 Tutorial
o Installation o Requirements o Sample Code o Expected Results

Introduction

This is a photoelectric liquid level sensor that is operates using optical principles. The advantages of this are good sensitivity and no need for mechanical parts - meaning less calibration! The corrosion resistant probe is easily mounted and can handle high temperature and high pressure. The sensor is equipped with an interface adapter for compatibility with the DFRobot "Gravity" interface.

Note Avoid placing the sensor near bright lights or in direct sunlight as these can cause interference.

Specification
• Model
• Type Photoelectric Liquid Level Sensor
• Operating Voltage 5V DC
• Output Current 12mA
• Operating Temperature 25 ~ 105
• Low Level Output < V
• High Level Output > V
• Liquid Level Detection Accuracy mm
• Material Polycarbonate
• Measuring Range No limit
• Life 50,000 hours

Board Overview

Liquid Level

Liquid Level Pin Mappings Num. Name Description 1 Red GND Probe_GND
2 Yellow GND Probe_GND 3 Blue VCC Probe_VCC 4 Whitel OUT Signal Output

Liquid Level convert board

Num. Left_1 Left_2 Left_3 Left_4 Right_1 Right_2 Right_3

Liquid Level Pin Mapping

Name

Probe_GND

Probe_GND

Probe_VCC

Signal Input

Signal Output

Liquid Level Sensor-FS-IR02 convert board

Tutorial

Installation

Requirements
• Hardware o DFRduino UNO x1 o Liquid Level x1
• Software o Arduino IDE Click to Download Arduino IDE from o

Sample Code
2 * Liquid Level Sensor-FS-IR02 3 * 4 * This example is to get liquid level 5 6 * 7 * V1.0 8 * 2016-1-30 9
10 * GNU Lesser General Public License. 11 * See for details. 12 * All above must be included in any redistribution 13 * 14 int Liquid_level=0 15 void setup 16 Serial.begin 9600 17 pinMode 5,INPUT 18 19
20 void loop 21 Liquid_level=digitalRead 5 22 Serial.print "Liquid_level= " ;Serial.println Liquid_level,DEC 23 delay 500 ;
24 Expected Results When liquid comes in to contact with the sensor probe the microcontroller will output HIGH logic. When the liquid is not in contact with the probe the microcontroller will output LOW logic.

For any questions, advice or cool ideas to share, please visit DFRobot Forum.

Powered By DFRobot 2008-2017
More datasheets: AT29C040A-90JU-T | AT29C040A-12JU-T | AT29C040A-90TU | AT29C040A-90JU | AT29C040A-12JU | AT29C040A-12TU | SETLBKGNAUOA | CYIL1SM4000-EVAL | CYIL1SM4000AA-GDC | 12015


Notice: we do not provide any warranties that information, datasheets, application notes, circuit diagrams, or software stored on this website are up-to-date or error free. The archived SEN0205 Datasheet file may be downloaded here without warranties.

Datasheet ID: SEN0205 509107