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














相關商品
-
VS / HX1838 紅外線接收模組 電子積木
0 滿分 5 分NT$40 未稅- 感測器採用HX1838,靈敏度高
- 工作電壓5V
- 輸出形式:數位量輸出
-
38khz 紅外線發射模組 Digital 38khz Ir Transmitter Sensor
0 滿分 5 分Arduino 專用模組,端口與感測擴充板相容;帶有發射狀態指示燈,方便測試;提供範例程式測試。
NT$71NT$40 未稅 -
Grove – mini PIR motion sensor 迷你PIR人體運動感測器 測距3-5米 可調靈敏度
0 滿分 5 分Grove-mini PIR 運動感測器是一款迷你、低功耗且具有成本效益的 PIR 感測器,適用對於檢測距離要求相對小的應用。檢測距離最大為3m到5m,但最佳檢測距離為2m,最合適的溫度為25℃。感測器的靈敏度是可調的,板子背面有一個預留的引腳,可以焊接一個滑動變阻器來調節靈敏度。
NT$238NT$200 未稅 -
HX1838 紅外線接收遙控模組 紅外接收模組
0 滿分 5 分專業 HX1838 紅外線接收感測器,採用三線制介面(VCC/GND/DO),接線簡單。內含 Arduino 範例程式碼,支援 IRremote 函式庫,可快速解碼遙控器 16 進位訊號。適用於智慧家居遙控、機器人控制等 DIY 實作。
NT$85NT$40 未稅 -
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 未稅 -
5路循跡感測器 五路紅外線尋跡感測器 帶碰撞、距離檢測功能
0 滿分 5 分5路循跡感測器 專門設計用作黑(白)線的尋取,特別適合於複雜黑白線、交叉黑白線的檢測,它有6路高靈敏度的紅外感測器(5路巡線、1路蔽障),能夠對黑白線準確的識別
NT$190NT$140 未稅 -
DFRobot 7.8米 TOF 雷射測距模組 (DLRK)|dTOF 高精度、強光戶外可用
0 滿分 5 分這款 TOF 雷射測距感測器 採用新一代 dTOF 技術,測距量程可達 7.8 公尺,且盲區僅有 2 公分。具備高達 100K LUX 的抗環境光能力,無論在室內或強光戶外均能穩定運行。其僅 1g 的輕量化設計與超小體積,能輕鬆嵌入 無人機、機器人避障 系統或智慧家庭設備中。
NT$600NT$500 未稅 -
SRF05 Ultrasonic Distance Sensor 超音波測距模組 | (1-400cm) 高精度感測器 | 機器人避障
0 滿分 5 分最新型號 SRF05 超音波測距模組,偵測範圍升級至 1cm-4m,精準度優於 SRF04。具備更小的旁瓣設計,抗干擾能力強。支援 5V 電壓,完美相容 Arduino 與 BASICX 微控制器,是機器人避障與距離偵測的最佳選擇。
NT$1,400NT$1,200 未稅 -
38KHz 紅外線接收模組 數位感測器模組 紅外線接收器 for Arduino 與樹莓派
0 滿分 5 分Arduino 專用模組,端口與感測擴充板相容,38KHz 紅外接收頭,可接受各種紅外遙控信號。
NT$57NT$40 未稅


























