描述
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(紅外發光二極管) 和信號處理電路組成
◎ 採用三角測量法:檢測距離不易受到,各種物體反射率,對環境的溫度和持續操作時間的影響
◎ 輸出的電壓對應檢測距離。因此,這種感測器也可以用來作為接近感測器
- 長距離測量範圍從100厘米到550厘米
- 模擬輸出類型
- 58mm x 17.6mm x 22.5mm封裝尺寸
- 電流消耗通常為30mA
- 電源電壓範圍從4.5V至5.5V
- 輸出端電壓為2.5V
應用
工業,消費電子,便攜式設備,傳感與儀表,醫療,機器人
註腳
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
- 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