







MLX90614 Non-contact Infrared Temperature Sensor 非接觸式紅外測溫感測器
NT$560 原始價格:NT$560。NT$495目前價格:NT$495。 (未稅)
台灣現貨供應 ( 一筆訂單限購一顆)
MLX90614非接觸式紅外溫度傳感器主要由MLX90614傳感器組成。MLX90614是紅外非接觸式溫度計,TO-39封裝集成了紅外感應熱電堆檢測器芯片(MLX81101)和信號處理專用集成芯片MLX90302。由於集成了低噪聲放大器,17位模擬數字轉換器和DSP處理單元,因此該傳感器可實現高精度和高分辨率的測量。
- 描述
- 評價 (0)
描述
描述
MLX90614 Non-contact Infrared Temperature Sensor 非接觸式紅外測溫感測器 台灣現貨供應
MLX90614非接觸式紅外溫度傳感器主要由MLX90614傳感器組成。MLX90614是紅外非接觸式溫度計,TO-39封裝集成了紅外感應熱電堆檢測器芯片(MLX81101)和信號處理專用集成芯片MLX90302。由於集成了低噪聲放大器,17位模擬數字轉換器和DSP處理單元,因此該傳感器可實現高精度和高分辨率的測量。
規格
- 工作電壓:3.3-5V
- 溝通方式:IIC溝通
- 工作溫度範圍:-40至+125℃
- 測量精度:±0.5℃(0至50℃)
MLX90614 non-contact infrared temperature sensor is mainly composed of sensor MLX90614. MLX90614 is an infrared non-contact thermometer, and the TO-39 package integrates infrared induction thermoelectric pile detector chip (MLX81101) and signal processing dedicated integrated chip MLX90302. Due to the integration of low noise amplifier, 17-bit analog digital converter and DSP processing unit, the sensor achieves high precision and high resolution measurement.
Specification
- Working voltage:3.3-5V
- Communication way:IIC communication
- Working temperature rang:from -40 to +125 ℃
- Measurement accuracy:±0.5℃(0 to 50℃)
Arduino 範例
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
/*************************************************** This is a library example for the MLX90614 Temp Sensor Designed specifically to work with the MLX90614 sensors in the Keyestudio shop These sensors use I2C to communicate, 2 pins are required to ****************************************************/ <pre> #include <Wire.h> #include <Adafruit_MLX90614.h> Adafruit_MLX90614 mlx = Adafruit_MLX90614(); void setup() { Serial.begin(9600); Serial.println("Adafruit MLX90614 test"); mlx.begin(); } void loop() { Serial.print("Ambient = "); Serial.print(mlx.readAmbientTempC()); Serial.print("*C\tObject = "); Serial.print(mlx.readObjectTempC()); Serial.println("*C"); Serial.print("Ambient = "); Serial.print(mlx.readAmbientTempF()); Serial.print("*F\tObject = "); Serial.print(mlx.readObjectTempF()); Serial.println("*F"); Serial.println(); delay(500); } |
評價 (0)
相關商品
-
溫濕度感測
Grove – Temperature&Humidity Sensor Pro(AM2302) DHT22 溫濕度感測器
0 out of 5NT$373原始價格:NT$373。NT$240目前價格:NT$240。 (未稅)加入購物車產品速覽 -
溫濕度感測
Grove – Infrared Temperature Sensor 紅外線溫度感測器
0 out of 5NT$368原始價格:NT$368。NT$345目前價格:NT$345。 (未稅) -
-
紅外線科技
Grove – Infrared Emitter 紅外線發射模組
0 out of 5NT$145原始價格:NT$145。NT$130目前價格:NT$130。 (未稅)加入購物車產品速覽
商品評價
目前沒有評價。