Yl-105 Datasheet Best Guide

The Ghost in the Datasheet

Interfacing with Arduino (Code Example)

Because the YL-105 acts like a digital switch, wiring is simple. yl-105 datasheet

The YL-105 is versatile and used across several heavy industries, including oil refining, petrochemical engineering, sewage treatment, and pharmacy. It is most commonly found in: YALAN Seals Centrifugal pumps Screw pumps Paper-making equipment YALAN Seals Other Potential "YL-105" References Depending on your industry, you might also be looking for: UVAFLEX YL-7M105FCM: A very low-odour matt lacquer Zeller + Gmelin , specifically used for food packaging and labels (FCM) SE-K 105°C Capacitors: A range of aluminum electrolytic capacitors The Ghost in the Datasheet Interfacing with Arduino

  1. GND: Ground (Connect to MCU Ground)
  2. DATA: Digital Output (Connect to MCU Input Pin)
  3. DATA: Digital Output (Same as pin 2, often used for external LED indicator or tied together)
  4. VCC: Power Supply (5V)
  1. An Arduino or electronics learning kit sensor module (common with "YL" prefixes, e.g., YL-69 for soil moisture, YL-83 for rain sensor).
  2. A cheap, generic component from Chinese suppliers where the marking is a batch or internal factory code.

Independent direction of rotation, featuring a drive sleeve transmission. Pressure & Temperature: GND : Ground (Connect to MCU Ground) DATA

if (sensorState == LOW) // Object or white surface detected digitalWrite(ledPin, HIGH); Serial.println("Detected!"); else digitalWrite(ledPin, LOW); Serial.println("Clear");