Infrared Distance Sensor E3F-DS10C4
อุปกรณ์ตัวนี้ใช้แสง Infrared ในการค้นหาวัตถุที่อยู่ด้านหน้า sensor โดยส่งสัญญาณออกและรับสัญญาณที่สะท้อนกลับ วัดระยะได้ในช่วง 10 - 15 ซม. สายสัญญาณยาว 1.2 เมตร ใช้ไฟเลี้ยงอยู่ในช่วง 10 - 36V ร้าน arduitronics.com แนะนำให้ใช้ในงานตรวจจับการเคลื่อนผ่านของวัตถุ หรือ ใช้กับหุ่นยนต์เพื่อตรวจจับสิ่งกีดขวาง โดยเมื่อมีวัตถุมาบังจะให้สัญญาณเอาต์พุตค่า 0 ออกมา
การต่อใช้งาน
- สายสีนำตาล : VCC 10-36V
- สายสีน้ำเงิน : GND
- สายสีดำ : OUTPUT
ตัวอย่าง Arduino sketch สำหรับ E3F-DS10C4
int ledPin = 13; // LED connected to digital pin 13
int inPin = 7; // ต่อกับเซนเซอร์สาย OUTPUT
int val = 0;
void setup()
{
pinMode(ledPin, OUTPUT); // set the digital pin 13 as output
pinMode(inPin, INPUT); // set the digital pin 7 as input
}
void loop()
{
val = digitalRead(inPin); // read the input pin
digitalWrite(ledPin, val); // set the LED to the button's value
}
E3F-DS10C4 Infrared photoelectric switch Sensor Module
Photoelectric switch (photoelectric sensor) photoelectric proximity switch is short, it is the use of the test object to blocked or reflected beam, by the synchronization loop gating circuit to detect the presence or absence of the object. Objects are not limited to metal, all objects that reflect light can be detected. Widely used in level detection, level control, product counting, width discrimination, speed detection, cut to length, holes recognition, signal delay, automatic door sensors, color mark detection, punching and shearing machines and security and many other areas.
- Wide supply voltage range, small size, long life, high precision, fast response, the detection distance
- No contact, no spark
- Using imported IC United States provided dollars
- Japan with a new automatic placement equipment
- High quality SMD components to ensure stable operation
- Internal high-purity copper wrapped shielding electromagnetic interference
- Reverse polarity protection
- Third, the models and parameters
- Brand: GAODE
- Name: infrared photoelectric switch
- Model: E3F-DS10C4
- Model can substitution: E3F-DS10N1 E3F-DS10C1 E18-DS10NA
- Shape: M18mm × 70mm cylinder
- Detection method: diffuse type
- Output Status: NPN normally open three-wire
- Operating voltage: 10-36VDC
- Output current: 200-300mA
- Detection distance: 10-15cm
- Detectable object : translucent or opaque objects
- Response Time: <2.5ms
- Shell material: ABS plastic

