







SHARP GP2Y0A710K0F 紅外線距離感測器 Analog 測距感測器 測量範圍100~550cm
NT$600 NT$400 未稅
SHARP GP2Y0A710K0F 紅外線距離感測器 Analog 測距感測器 測量範圍100~550cm
◎ 是一種距離測量傳感器組件,由一個PSD (位置靈敏感測器)、IRED(紅外發光二極管) 和信號處理電路組成
◎ 採用三角測量法:檢測距離不易受到,各種物體反射率,對環境的溫度和持續操作時間的影響
◎ 輸出的電壓對應檢測距離。因此,這種感測器也可以用來作為接近感測器
尚有庫存
- 商品說明
商品說明
SHARP GP2Y0A710K0F 紅外線距離感測器 Analog 測距感測器 測量範圍100~550cm
◎ 是一種距離測量傳感器組件,由一個PSD (位置靈敏感測器)、IRED(紅外發光二極管) 和信號處理電路組成
◎ 採用三角測量法:檢測距離不易受到,各種物體反射率,對環境的溫度和持續操作時間的影響
◎ 輸出的電壓對應檢測距離。因此,這種感測器也可以用來作為接近感測器
- SHARP GP2Y0A710K0F
- 感測距離:長距離型
- 距離測量範圍:100 ~ 550cm
- 輸出類型:類比電壓輸出
- 消耗電流: Typ. 30mA
- 電源電壓:4.5 ~ 5.5 V
- 應用:投影機 (自動對焦)、機器人清潔器、自動照明開關等、人體檢測、遊樂設備(街機遊戲機機器人)
原廠技術文件 http://www.sharp.co.jp/products/device/doc/opto/gp2y0a710k_e.pdf
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 }
相關商品
-
Pulsed Radar Breakout 脈衝雷達擴展板 – A111 Sparkfun美國製
0 滿分 5 分NT$2,190NT$1,880 未稅 -
TOF10120 雷射測距 距離感測器 UART I2C介面 輸出3-5V
0 滿分 5 分 -
SHARP GP2Y0A41SK0F 紅外線距離感測器 Analog 測距感測器 測量範圍 4~30cm
0 滿分 5 分SHARP GP2Y0A41SK0F 紅外線距離感測器 Analog 測距感測器 測量範圍 4~30cm
GP2Y0A41是夏普紅外距離感測器家族成員之一,此型號可提供4~30cm的探測距離屬於紅外測距中的基礎類產品,同樣也擁有夏普在紅外距離探測領域一貫的品質。此感測器可以用於機器人的測距、避障以及高級的路徑規劃,是機器視覺及其應用領域的不錯選擇。
NT$262NT$219 未稅 -
GY-530 VL53LDK 激光測距感測器 ToF測距 飛行時間測距
0 滿分 5 分鐳射測距智慧感測器,新的智慧感測器基於成功的FlightSense™技術,實現更快、更遠、更精確的測距功能,大幅提升手機和平板電腦的拍照性能,為智慧型機器人、用戶檢測、無人機、物聯網和穿戴式裝置市場開拓新的應用機會
NT$180NT$100 未稅 -
GP2Y0A51SK0F 夏普 紅外線測距感測器 模組 2-15 公分含線
0 滿分 5 分GP2Y0A51SK0F 夏普紅外線測距感測器模組 2-15 公分含線
GP2Y0A51SK0F is a distance measuring sensor unit, composed of an integrated combination of PSD (position sensitive detector) , IR-LED (infrared emitting diode) and signal processing circuit. The variety of the reflectivity of the object, the environmental temperature and the operating duration are not influenced easily to the distance detection because of adopting the triangulation method. This device outputs the voltage corresponding to the detection distance. So this sensor can also be used as a proximity sensor
NT$238NT$160 未稅 -
38khz 紅外線發射模組
0 滿分 5 分紅外線發射模組
◎ Arduino 專用模組,端口與感測擴充板相容
◎ 帶有發射狀態指示燈,方便測試
◎ 提供範例程式測試NT$71NT$40 未稅 -
紅外距離感測器 Digital IR Proximity Sensor (1-400cm) DFRobot
0 滿分 5 分 -
Grove – PIR Motion Sensor 紅外線人體移動探測感測器
0 滿分 5 分這是一個極易使用的紅外線 PIR人體運動探測感測器。通過這個感測器,你可以使你的作品對運動,例如人類的運動作出互動。只要將其接到Grove – Base Shield上,並且下載程序,當有人走入它的探測範圍時,PIR運動探測傳感器就會在它的SIG腳上輸出一個HIGH信號。
NT$333NT$260 未稅 -
TFMini-S- Micro LiDAR Module ToF 12m紅外線雷射距離感測器 Sparkfun原廠
0 滿分 5 分NT$2,000NT$1,760 未稅 -
MPL3115A2 高度壓力感測器模組 Altitude/Pressure Sensor Breakout 美國製
0 滿分 5 分MPL3115A2 是一個MEMS壓力傳感器,可將海拔數據提供到30厘米以內(採用過採樣)。