- 詳細資訊
商品說明
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
}














相關商品
-
5路循跡感測器 五路紅外線尋跡感測器 帶碰撞、距離檢測功能
0 滿分 5 分5路循跡感測器 專門設計用作黑(白)線的尋取,特別適合於複雜黑白線、交叉黑白線的檢測,它有6路高靈敏度的紅外感測器(5路巡線、1路蔽障),能夠對黑白線準確的識別
NT$190NT$140 未稅 -
Infrared IR Proximity Sensor 紅外線IR距離感測器 for Arduino
0 滿分 5 分NT$180 未稅Infrared IR Proximity Sensor 紅外線 IR距離感測器測量反射的紅外 (IR) 能量,以檢測 10±5mm 至 80±20mm 距離內是否存在物體。輸出高/低電平,具有抗干擾能力強、響應速度快跟體積小等優點,所以該模組可以方便嵌入到自動洗手器、智能水龍頭、智能馬桶、智能洗手間、物體接近開關等各種檢測設備中。
-
DFRobot 7.8米 TOF 雷射測距模組 (DLRK)|dTOF 高精度、強光戶外可用
0 滿分 5 分這款 TOF 雷射測距感測器 採用新一代 dTOF 技術,測距量程可達 7.8 公尺,且盲區僅有 2 公分。具備高達 100K LUX 的抗環境光能力,無論在室內或強光戶外均能穩定運行。其僅 1g 的輕量化設計與超小體積,能輕鬆嵌入 無人機、機器人避障 系統或智慧家庭設備中。
NT$600NT$500 未稅 -
Grove-Infrared Temperature Sensor 紅外線溫度感測器模組
0 滿分 5 分Grove 紅外線溫度感測器是一種非接觸式溫度測量模組,溫度感測器具有545μm的和抹黑表面活性直徑以吸收入射的熱紅外輻射浮動微膜組成的熱電偶串聯116個元素。紅外溫度感測器通過接收物體發出的紅外線來測量其溫度.
NT$457NT$380 未稅 -
Grove – mini PIR motion sensor 迷你PIR人體運動感測器 測距3-5米 可調靈敏度
0 滿分 5 分Grove-mini PIR 運動感測器是一款迷你、低功耗且具有成本效益的 PIR 感測器,適用對於檢測距離要求相對小的應用。檢測距離最大為3m到5m,但最佳檢測距離為2m,最合適的溫度為25℃。感測器的靈敏度是可調的,板子背面有一個預留的引腳,可以焊接一個滑動變阻器來調節靈敏度。
NT$238NT$200 未稅 -
38KHz 紅外線接收模組 數位感測器模組 紅外線接收器 for Arduino 與樹莓派
0 滿分 5 分Arduino 專用模組,端口與感測擴充板相容,38KHz 紅外接收頭,可接受各種紅外遙控信號。
NT$57NT$40 未稅 -
38khz 紅外線發射模組 Digital 38khz Ir Transmitter Sensor
0 滿分 5 分Arduino 專用模組,端口與感測擴充板相容;帶有發射狀態指示燈,方便測試;提供範例程式測試。
NT$71NT$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 寬電壓供電,具備高抗環境光干擾能力,適用於高速自動對焦與避障應用。
-
seeed Grove – Infrared Receiver 紅外接收模組 10公尺感應距離 支援 Arduino & 樹莓派遠端控制
0 滿分 5 分Grove – Infrared Receiver紅外線接收器用於接收紅外信訊號,也可用於遠端控制檢測。紅外線接收器上有一個IR探測器,用於獲得紅外發射器發出的紅外線。紅外探測器內部有一個解調器,尋找38 KHz的訊號。紅外線接收器可以在10公尺以內接收訊號。如果超過10公尺,接收器可能無法得到訊號。
NT$180NT$140 未稅


























