特價

SHARP GP2Y0A710K0F 紅外線距離感測器 100~550cm Analog 夏普測距感測器

NT$480 NT$420

◎ 是一種距離測量傳感器組件,由一個PSD (位置靈敏感測器)、IRED(紅外發光二極管) 和信號處理電路組成
◎ 採用三角測量法:檢測距離不易受到,各種物體反射率,對環境的溫度和持續操作時間的影響
◎ 輸出的電壓對應檢測距離。因此,這種感測器也可以用來作為接近感測器

15 件庫存

描述

SHARP GP2Y0A710K0F 紅外線距離感測器 100~550cm Analog 夏普測距感測器

台灣智能感測科技官網, 購買 更多關於 50cm-Distance-Photoelectric-Sensors, 550cm-Light-Sensors, 550cm-SHARP-Distance-Photoelectric-Sensors, analog, Analogue-550cm-Distance-Photoelectric-Sensors, Analogue-550cm-Light-Sensors, Analogue-Distance-Photoelectric-Sensors, Analogue-Light-Sensors, Analogue-SHARP-Distance-Photoelectric-Sensors, GP2Y0A710K0F, IR-紅外線距離感測, IR紅外線近接, IR紅外線近接測距, Sharp, SHARP-Distance-Photoelectric-Sensors, SHARP-Light-Sensors, 夏普, 測距, 紅外線, 距離, 距離傳感, 距離感測, 距離感測模組, 的產品

SHARP GP2Y0A710K0F 紅外線距離感測器 100~550cm Analog 夏普測距感測器

◎ SHARP GP2Y0A710K0F 紅外線距離感測器 是一種距離測量傳感器組件,由一個PSD (位置靈敏感測器)、IRED(紅外發光二極管) 和信號處理電路組成
◎ 採用三角測量法:檢測距離不易受到,各種物體反射率,對環境的溫度和持續操作時間的影響
◎ 輸出的電壓對應檢測距離。因此,這種感測器也可以用來作為接近感測器

SHARP GP2Y0A710K0F 紅外線距離感測器 是一個距離測量傳感器單元。該單元由PSD(位置靈敏探測器),IRED(紅外發射二極管)和信號處理電路組成。由於採用了三角測量法,物體的反射率,環境溫度和工作持續時間的變化不易受到距離檢測的影響。該設備輸出對應於距離檢測的電壓。所以這個傳感器也可以用作接近傳感器。典型應用包括投影儀(用於自動對焦),機器人清潔器,照明用自動開關,人體檢測器和娛樂設備。
  • 長距離測量範圍從100厘米到550厘米
  • 模擬輸出類型
  • 58mm x 17.6mm x 22.5mm封裝尺寸
  • 電流消耗通常為30mA
  • 電源電壓範圍從4.5V至5.5V
  • 輸出端電壓為2.5V

應用

工業,消費電子,便攜式設備,傳感與儀表,醫療,機器人

註腳

為了穩定電源線,建議在VCC和GND之間插入10μF或更大的旁路電容。使用可以輸出350mA以上的電源正常運行。

Arduino 範例

/*
 Sharp GP2Y0A710K0F infrared proximity sensor (#28999)
 Displays raw digital value of approximate distance every 
 quarter second (250 milliseconds).
 
 Distance measurement range is 100cm to 550cm (39.3" to 216.5")
 
 Returns basic 10-bit analog-to-digital value where 0=0 volts, and 1023=5 volts,
 and displays it in the Arduino Serial Monitor window. After uploading the
 sketch, open the Serial Monitor and be sure to set communication speed
 to 9600 baud.
 
 Typical values are from 340 to 380 (maximum distance) to 545-610, indicating 
 minimum distance. Values outside these ranges may occur when the object 
 is too close to the sensor (under 100cm)
 
 Keep in mind output is not linear to distance. See the Sharp GP2Y0A710K0F 
 datasheet for more information.
 
 This example code is for the Arduino Uno and direct compatible boards, using the
 Arduino 1.0 or later IDE software. It has not been tested, nor designed for, other 
 Arduino boards, including the Arduino Due.
 
Connections:
Sensor       Arduino
GND          GND
Vcc          5V
VO(utput)    Analog pin 0 (A0)

Note: The following standard color-coded is use with the adapter cable included
from Parallax with this sensor:

Color       Connection on sensor
Black       GND
Red         Vcc
White       VO

*/

const int irSense = A0;            // Connect sensor to analog pin A0
int distance = 0;

void setup() {
  Serial.begin(9600);              // Use Serial Monitor window
}

void loop() {
  distance = analogRead(irSense);  // Read the sensor
  Serial.println(distance, DEC);   // Display value in Serial Monitor window
  delay(250);                      // Wait 1/4 second for the next read
}

 

GP2Y0A710K0F – Distance Measuring Sensor, Optoelectronic, 550 cm, Analogue, 4.5 V to 5.5 V

The GP2Y0A710K0F from Sharp is a distance measuring sensor unit. This unit is composed of an integrated combination of PSD (position sensitive detector), IRED (infrared emitting diode) and signal processing circuit. The variety of the reflectivity of the object, environmental temperature and the operating duration are not influenced easily to the distance detection because of adopting the triangulation method. This device outputs the voltage corresponding to the distance detection. So this sensor can also be used as a proximity sensor. Typical applications include projector (for auto focus), robot cleaner, auto-switch for illumination, human body detector and amusement equipment.
The Sharp GP2Y0A710K0F measures distances in the 100–550 cm range using a reflected beam of infrared light.  By using triangulation to calculate the distance measured, this sensor can provide consistent readings that are less influenced by surface reflectivity, operating time, or environmental temperature.  The Sharp GP2Y0A710K0F outputs an analog voltage corresponding to the distance to the reflecting object.
  • Long distance measuring range from 100cm to 550cm
  • Analogue output type
  • 58mm x 17.6mm x 22.5mm package size
  • Current consumption is typically 30mA
  • Supply voltage range from 4.5V to 5.5V
  • Output terminal voltage is 2.5V

DESCRIPTION:

This extra-long-range SHARP distance sensor bounces IR off objects to determine how far away they are. It returns an analog voltage that can be used to determine how close the nearest object is. Comes with 6″ long 6-JST interface wire. These sensors are good for detection between 100cm-500cm (1-5 meters / 3-15 feet). The long range makes them a good alternative to sonar sensors.

Please note: the wire colorings are not intuitive! Watch out before wiring! The datasheet has wiring details. Connect the two outer ground wires both to ground, the two ‘VCC’ wires both to 5VDC power, and read the analog signal from the Vo wire. The analog voltage out will range from 3V when an object is about 100cm away and 1.4V when the object is 500cm away. For a full graph, showing the distance to analog range, check the datasheet below.

These sensors tend to be a little noisy, we suggest soldering/connecting the included 220uF capacitor to the same place you connect the wires, to provide some filtering on the power supply. Connect the + pin of the capacitor to the Vcc wire connection, and the – pin of the capacitor to the GND wire connection.

The Sharp GP2Y0A710K0F IR Range Sensor takes a continuous distance reading and reports the distance as an analog voltage with a distance range of 100cm to 550cm.

The interface is 5-wire with power, ground and output. This sensor comes with a 5 Pin JST cable.

SPECIFICATION

•  Supply voltage: 5V

•  Current: 33-50mA

•  Detecting range:100-550cm

•  Output:Analog, proportional to distance