







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 }
相關商品
-
HC-SR505迷你小型人體感應模組 人體感應模迷你型人體感應開關
0 滿分 5 分HC-SR505 小型人體感應模組 是基於紅外線技術的自動控制產品,靈敏度高,可靠性強,超小體積,超低電壓工作模式。廣泛應用於各類自動感應電器設備,尤其是幹電池供電的自動控制產品。常見應用人體感應燈具, 人體感應玩具, 安防產品 , 工業自動化控制 , 自動感應電器設備 , 電池供電自動控制等
NT$114NT$80 未稅 -
TOF10120 雷射測距 距離感測器 UART I2C介面 輸出3-5V
0 滿分 5 分 -
霍爾感測器模組 測速感測器 計數感測器開關
0 滿分 5 分- 具有信號輸出指示;
- 帶安裝孔,方便固定安裝;
- 輸出有效信號為低電平;
- 靈敏度可調(精調);
- 磁場感應檢測靈敏度極高;
- 電路板輸出開關量,可以直接接單片機的IO口;
- 可用於電機測速、位置檢測等場合。
NT$143NT$76 未稅 -
HC-SR04 超音波測距 避障模組 超聲波感測器
0 滿分 5 分超音波感測器(外國好像把它叫作 PING Sensor)是由超音波發射器、接收器和控制電路所組成。當它被觸發的時候,會發射一連串 40 kHz 的聲波並且從離它最近的物體接收回音。超音波是人類耳朵無法聽見的聲音,因為它的頻率很高。
NT$95NT$60 未稅 -
Grove – PIR Motion Sensor 紅外線人體移動探測感測器
0 滿分 5 分這是一個極易使用的紅外線 PIR人體運動探測感測器。通過這個感測器,你可以使你的作品對運動,例如人類的運動作出互動。只要將其接到Grove – Base Shield上,並且下載程序,當有人走入它的探測範圍時,PIR運動探測傳感器就會在它的SIG腳上輸出一個HIGH信號。
NT$333NT$260 未稅 -
38KHz 紅外線接收模組
0 滿分 5 分38KHz 紅外線接收模組/數位感測器模組/紅外線接收器 for Arduino 與樹莓派
Arduino 專用模組,端口與感測擴充板相容
38KHz 紅外接收頭,可接受各種紅外遙控信號NT$57NT$40 未稅 -
38khz 紅外線發射模組
0 滿分 5 分紅外線發射模組
◎ Arduino 專用模組,端口與感測擴充板相容
◎ 帶有發射狀態指示燈,方便測試
◎ 提供範例程式測試NT$71NT$40 未稅 -
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 未稅 -
Grove-Infrared Temperature Sensor 紅外線溫度感測器模組
0 滿分 5 分紅外溫度傳感器通過接收物體發出的紅外線來測量其溫度。
NT$457NT$380 未稅 -
LIDAR-Lite v3 雷射激光高性能光學距離測量感測器 Sparkfun原廠
0 滿分 5 分體積小,重量輕,在採集過程中功耗低於130mA。而且它是用戶可配置的,因此您可以在精度,工作範圍和測量時間之間進行調整。
NT$4,900NT$4,700 未稅