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














相關商品
-
TOF10120 雷射測距 距離感測器 UART I2C介面 輸出3-5V
0 滿分 5 分NT$360 未稅TOF10120 雷射測距感測器採用創新 Time-of-Flight 技術與 SPAD 單光子雪崩二極體,測量精準且不受物體反射率影響。支援 UART 與 I2C 雙介面,3~5V 寬電壓供電,具備高抗環境光干擾能力,適用於高速自動對焦與避障應用。
-
DFRobot 紅外線距離感測器 (1-400cm) – 精準雷射測距,Arduino 機器人避障首選
0 滿分 5 分NT$840 未稅這款數位紅外線接近感測器,感應距離長達 400cm,並可透過內建按鈕輕鬆調整。採用精準的雷射漫反射原理,具備 IP67 防水與 5-24V 寬電壓輸入。其高低電平數位輸出,完美相容 Arduino 等開發板,是智慧家居、機器人避障等應用的理想選擇。
-
Seeed Grove – PIR Motion Sensor 人體移動感測器 (紅外線) – 6米偵測範圍,距離與時間皆可調
0 滿分 5 分GrovePIR 紅外線人體移動感測器,即插即用,輕鬆實現感應應用。 可偵測 6 米內的人體移動,並可調整感應距離與保持時間。適用於智慧燈光、安全監控或互動藝術。只要將其接到Grove – Base Shield上,並且下載程序,當有人走入它的探測範圍時,PIR運動探測感測就會在它的SIG腳上輸出一個HIGH信號。
NT$333NT$260 未稅 -
VS / HX1838 紅外線接收模組 電子積木
0 滿分 5 分NT$40 未稅- 感測器採用HX1838,靈敏度高
- 工作電壓5V
- 輸出形式:數位量輸出
-
HX1838 紅外線接收遙控模組 紅外接收模組
0 滿分 5 分專業 HX1838 紅外線接收感測器,採用三線制介面(VCC/GND/DO),接線簡單。內含 Arduino 範例程式碼,支援 IRremote 函式庫,可快速解碼遙控器 16 進位訊號。適用於智慧家居遙控、機器人控制等 DIY 實作。
NT$85NT$40 未稅 -
DFRobot Infrared IR Proximity Sensor 紅外線IR距離感測器 for Arduino
0 滿分 5 分NT$180 未稅Infrared IR Proximity Sensor 紅外線 IR距離感測器測量反射的紅外 (IR) 能量,以檢測 10±5mm 至 80±20mm 距離內是否存在物體。輸出高/低電平,具有抗干擾能力強、響應速度快跟體積小等優點,所以該模組可以方便嵌入到自動洗手器、智能水龍頭、智能馬桶、智能洗手間、物體接近開關等各種檢測設備中。
-
21鍵 38KHz 紅外線遙控器 含 接收 VS1838 接收器 支援 Arduino與樹莓派 附CR2025鈕扣電池
0 滿分 5 分NT$80 未稅紅外線遙控器採用標準38KHz的頻率,適合市面上的各種紅外線接收模組,使用者可以搭配此套件,來做紅外線的應用.。用途:適用於控制帶紅外接收器的產品,使用電源:3v鈕扣電池, 21個超薄按鍵
-
HC-SR04 ultrasonic sensor module 超音波測距模組 | 適用 Arduino, 樹莓派 | 避障感測器
0 滿分 5 分HC-SR04超音波感測器,利用超音波發射與接收來測量物體距離,偵測範圍2至450公分。只需提供10us以上高電平觸發,即可透過回音訊號計算距離,是簡單易用的測距模組。
NT$100NT$60 未稅 -
SparkFun TFMini-S- Micro LiDAR Module ToF 12m紅外線雷射距離感測器 原廠
0 滿分 5 分TFMini-S 微型 LiDAR 模組是一款 ToF LiDAR 雷射雷達感測器,能夠測量近至 10 公分(+/- 6cm 至 6m)和遠至 12 公尺(+/-1 % 從 6m 開始)! 與所有 LiDAR 感測器一樣,您的有效偵測距離將根據照明條件和目標物體的反射率而變化,但該感測器的特別之處在於其尺寸, TFMini-S的尺寸僅為 42 x 15 x 16 mm,可讓您將 LiDAR 整合到較小的感測器空間項目中。
NT$3,300NT$2,960 未稅
























