







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 }
相關商品
-
JSN-SR04T 一體化超音波測距模組
0 滿分 5 分探頭線長有兩種長度請點選
-
APDS-9930 接近和非接觸手勢檢測感測器模組
0 滿分 5 分APDS-9930 接近和非接觸手勢檢測感測器模組
APDS-9930 在單個 8 引腳封裝內提供 I2C 介面相容的環境亮度感測器 (ALS, Ambient Light Sensor) 和帶有紅外 LED 的接近感測器,其中環境亮度感測器使用雙光二極體來近似 0.01 lux 照度下低流明性能的人眼視覺反應,提供的高靈敏度使得器件可以在深色玻璃後運作。接近感測器經過完全調校可進行 100 毫米物體檢測,免除終端設備和次元件的工廠校準需求。從明亮的陽光照射到黑暗的房間,接近檢測功能都能運作良好。模組中加入微光學透鏡提供紅外能量的高效率傳送和接收,可降低總體功耗。另外,內部狀態機可使器件進入低功耗模式,帶來極低的平均功耗。
NT$138NT$110 未稅 -
TFMini-S- Micro LiDAR Module ToF 12m紅外線雷射距離感測器 Sparkfun原廠
0 滿分 5 分NT$2,000NT$1,760 未稅 -
碰撞開關模組 搭配開發板檢測前方是否有障礙物
0 滿分 5 分碰撞開關模組 搭配開發板檢測前方是否有障礙物
- 模組安裝最前端開關有碰撞,模組輸出低電平,沒有碰撞,輸出高電平。
- 模組預留M3安裝孔,方便固定在小車上。
- 模組尺寸:約 2.3cm*2.5cm
- 帶開關指示燈,有碰撞,燈亮,無碰撞,燈滅。
NT$71NT$48 未稅 -
霍爾感測器模組 測速感測器 計數感測器開關
0 滿分 5 分NT$143NT$76 未稅 -
SHARP GP2Y0A41SK0F 紅外線距離感測器 Analog 測距感測器 測量範圍 4~30cm
0 滿分 5 分SHARP GP2Y0A41SK0F 紅外線距離感測器 Analog 測距感測器 測量範圍 4~30cm
GP2Y0A41是夏普紅外距離感測器家族成員之一,此型號可提供4~30cm的探測距離屬於紅外測距中的基礎類產品,同樣也擁有夏普在紅外距離探測領域一貫的品質。此感測器可以用於機器人的測距、避障以及高級的路徑規劃,是機器視覺及其應用領域的不錯選擇。
NT$262NT$219 未稅 -
Grove-Infrared Temperature Sensor 紅外線溫度感測器模組
0 滿分 5 分紅外溫度傳感器通過接收物體發出的紅外線來測量其溫度。
NT$457NT$380 未稅 -
Grove – Infrared Reflective Sensor 紅外線循跡,循線,避障模組 v1.2 seeed
0 滿分 5 分易於使用面板安裝Grove接口數字輸出:0或VCC內置指示燈LED閾值可通過電位計調節
NT$233NT$160 未稅 -
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 未稅 -
Pulsed Radar Breakout 脈衝雷達擴展板 – A111 Sparkfun美國製
0 滿分 5 分NT$2,190NT$1,880 未稅