- 詳細資訊
商品說明
SHARP GP2Y0A710K0F 是一種距離測量傳感器組件,由一個PSD (位置靈敏感測器)、IRED(紅外發光二極管) 和信號處理電路組成。採用三角測量法:檢測距離不易受到,各種物體反射率,對環境的溫度和持續操作時間的影響。輸出的電壓對應檢測距離。因此,這種感測器也可以用來作為接近感測器。
- SHARP GP2Y0A710K0F
- 感測距離:長距離型
- 距離測量範圍:100 ~ 550cm
- 輸出類型:類比電壓輸出
- 消耗電流: Typ. 30mA
- 電源電壓:4.5 ~ 5.5 V
應用領域:
投影機 (自動對焦)、機器人清潔器、自動照明開關等、人體檢測、遊樂設備(街機遊戲機機器人)
文件資料
Arduino 範例碼
/*
Sharp GP2Y0A710K0F infrared proximity sensor (#28999)
Collects an average of five readings from the sensor and displays the
resulting value about every half second.
See the Sharp_GP2Y0A710KOF_Simple demonstration for additional usage notes,
including connection diagram.
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.
*/
const int irSense = A0; // Connect sensor to analog pin A0
int distance = 0;
void setup() {
Serial.begin(9600); // Use Serial Monitor window
}
void loop() {
Serial.println(irRead(), DEC); // Call irRead function to read sensor
// Print value in Serial Monitor
delay(250); // Wait another 1/4 second for the next read
// (Note: Because of delays built into the
// irRead function the display of values will
// be slower than in the SharpGP2Y0A21_Simple
// sketch
}
// Take multiple readings, and average them out to reduce false readings
int irRead() {
int averaging = 0; // Holds value to average readings
// Get a sampling of 5 readings from sensor
for (int i=0; i<5; i++) {
distance = analogRead(irSense);
averaging = averaging + distance;
delay(55); // Wait 55 ms between each read
// According to datasheet time between each read
// is -38ms +/- 10ms. Waiting 55 ms assures each
// read is from a different sample
}
distance = averaging / 5; // Average out readings
return(distance); // Return value
}














相關商品
-
38KHz 紅外線接收模組 數位感測器模組 紅外線接收器 for Arduino 與樹莓派
0 滿分 5 分Arduino 專用模組,端口與感測擴充板相容,38KHz 紅外接收頭,可接受各種紅外遙控信號。
NT$57NT$40 未稅 -
SparkFun ToF Range Finder Sensor – VL6180 測距儀 距離與環境光感測器模組
0 滿分 5 分這是 SparkFun 的「飛行時間」(ToF)測距儀,它是一款用於 VL6180 距離感測器的感測器板。與大多數依賴反射光強度或反射角度來確定距離的距離感測器不同,VL6180 使用精確的時鐘來測量光線從物體表面反射回來所需的時間。
NT$1,048NT$920 未稅 -
5路循跡感測器 五路紅外線尋跡感測器 帶碰撞、距離檢測功能
0 滿分 5 分5路循跡感測器 專門設計用作黑(白)線的尋取,特別適合於複雜黑白線、交叉黑白線的檢測,它有6路高靈敏度的紅外感測器(5路巡線、1路蔽障),能夠對黑白線準確的識別
NT$190NT$140 未稅 -
38khz 紅外線發射模組 Digital 38khz Ir Transmitter Sensor
0 滿分 5 分Arduino 專用模組,端口與感測擴充板相容;帶有發射狀態指示燈,方便測試;提供範例程式測試。
NT$71NT$40 未稅 -
VS / HX1838 紅外線接收模組 電子積木
0 滿分 5 分NT$40 未稅- 感測器採用HX1838,靈敏度高
- 工作電壓5V
- 輸出形式:數位量輸出
-
GY-AMG8833 IR 8×8 紅外熱影像儀陣列 測溫感測器模組已焊針腳
0 滿分 5 分NT$1,100 未稅AMG8833 紅外熱像儀感測器溫度測量範圍為0°C至80°C(32°F至176°F),精度為+ – 2.5°C(4.5°F)。它可以從遠達7米(23)英尺的距離檢測人類。最大幀頻為10Hz,非常適合創建自己的人體探測器或迷你熱像儀。我們在Arduino或相容(感測器通過I2C進行通信)或者使用Python的Raspberry Pi上使用這種突破的代碼。
-
Grove-Infrared Temperature Sensor 紅外線溫度感測器模組
0 滿分 5 分Grove 紅外線溫度感測器是一種非接觸式溫度測量模組,溫度感測器具有545μm的和抹黑表面活性直徑以吸收入射的熱紅外輻射浮動微膜組成的熱電偶串聯116個元素。紅外溫度感測器通過接收物體發出的紅外線來測量其溫度.
NT$457NT$380 未稅 -
IR紅外線避障模組 (LM393)|Arduino 循跡感測器|黑白線識別與距離可調光電開關
0 滿分 5 分高靈敏度 IR 紅外線避障模組,搭載 LM393 比較器,支援 3.3V-5V 寬電壓。具備 2-30cm 可調感應距離,完美兼容 Arduino、樹莓派與各類單片機。適用於智能小車避障、黑白線循跡、流水線計數等專題製作。
NT$81NT$40 未稅 -
seeed Grove-Line Finder v1.1 循線感測器 v1.1 (紅外線偵測) 數位訊號輸出 機器人自走車循跡應用
0 滿分 5 分Grove-Line finder為跟隨機器人設計。它具有紅外發射LED和紅外敏感光電晶體管。它可以將數字信號輸出到微控制器,這樣機器人可以穩定地跟隨白色背景上的黑線,反之亦然。
NT$190NT$140 未稅 -
TOF10120 雷射測距 距離感測器 UART I2C介面 輸出3-5V
0 滿分 5 分NT$360 未稅TOF10120 雷射測距感測器採用創新 Time-of-Flight 技術與 SPAD 單光子雪崩二極體,測量精準且不受物體反射率影響。支援 UART 與 I2C 雙介面,3~5V 寬電壓供電,具備高抗環境光干擾能力,適用於高速自動對焦與避障應用。

























