ข้อมูล
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
รายละเอียดสินค้า

GY-MLX90614-DCI long-distance 50 cm โมดูลเซ็นเซอร์วัดอุณหภูมิอินฟราเรด 50 เซนติเมตร(ผ่านการทดสอบจากร้านค้า)

D ---- 3V medical application accuracy
C –---temperature gradient compensation*
I –---- 3° FOV (angle)

-----------------------------------------------

Module model : GY-906-DCI

Using the chip: MLX90614 - DCI

Power supply: 3-5v (internal low dropout voltage regulation)

Communication method: standard IIC communication protocol

High quality immersion gold pcb,

Size: 11.5*16.5mm

Weight: 2g each

Spot, shoot directly

  Features and benefits
Small size and low cost
* Easy to integrate
Factory calibration settings over a wide temperature range:
Sensor temperature range -40...+125 °C
Object temperature range -70...+380 °C
Ta and To from 0 to +50 ° C temperature range, the accuracy can reach 0.5 ° C
*(medical) high precision calibration
Measurement resolution up to 0.02 ° C
Single and dual view versions
Compatible with SMBus digital interface
PWM continuous reading output
3V and 5V supply voltage
*The power supply voltage can be adjusted from 8...16V
Energy saving mode
*Multiple packaging methods and measurement methods for different application areas
Car level standard
 
Applications
High precision contactless measurement
Temperature comfort sensor for automotive air conditioning control system
Air conditioning temperature sensing components for residential, commercial and industrial buildings
Windshield anti-fog application
Automobile view dead angle detection
Industrial mobile component temperature control
Printer, copier temperature control
Home appliance temperature control
Health care
livestock monitoring
Moving object detection
Multi-zone temperature control – up to 100 sensors can be supported in two-wire communication
Thermal relay / alarm
Body temperature measurement

 Sheet : https://ciiva.com/manufacturer/melexis-3228

Data Sheet: http://melexis.com/Assets/IR-sensor-thermometer-MLX90614-Datasheet-5152.aspx




ติดตั้ง Library ก่อนใช้งาน
ESP8266 for OLED :https://github.com/ThingPulse/esp8266-oled-ssd1306
 /*  
    Arduino with Test เซนเซอร์วัดอุณหภูมิแบบใช้อินฟาเรด GY-MLX90614-DCI long-distance 50 cm.
infrared temperature sensor module
  For complete project details, visit:Arduinoshop99

*/
 
#include "SPI.h"
#include "SSD1306Spi.h"
#include "Adafruit_MLX90614.h"
 
Adafruit_MLX90614 mlx = Adafruit_MLX90614(); 
// Initialize the OLED display using SPI
// D5 -> CLK
// D7 -> MOSI (DOUT)
// D0 -> RES
// D2 -> DC
// D8 -> CS
SSD1306Spi  display(D0, D3, D8);
 
//--------------------------------
void setup() {
  Serial.begin(115200);
   // Initialising the UI will init the display too.
  display.init();
  mlx.begin(); 
   display.flipScreenVertically();
  display.setFont(ArialMT_Plain_10);
 }
//-------------------------------
void loop() {
 float c;
 float f;
  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();  
     c= mlx.readObjectTempC();
     f= mlx.readObjectTempF();
      String Data = String(c);
      String Data2 = String(f);
  display.clear();
     display.setFont(ArialMT_Plain_16);          //TempC
    display.drawString(10, 0, "Temperature");
    display.setFont(ArialMT_Plain_24);
    display.drawString(10, 20, Data);
    display.setFont(ArialMT_Plain_10);
    display.drawString(85, 18, "o");
    display.setFont(ArialMT_Plain_24);
    display.drawString(85, 20, " C");
    
      display.setFont(ArialMT_Plain_16);       //TempF
    display.drawString(30, 45, Data2);
    display.setFont(ArialMT_Plain_10);
    display.drawString(80, 40, "o");
    display.setFont(ArialMT_Plain_16);
    display.drawString(85, 45, " F");
  display.display();
   delay(100);
}

คลิปทดสอบ
//www.youtube.com/embed/ekUhoU3pMZU
 
เงื่อนไขอื่นๆ
Tags

วิธีการชำระเงิน

บมจ. ธนาคารกรุงไทย สาขาโรงไฟฟ้าบางปะกง ออมทรัพย์
ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาบิ๊กซี ฉะเชิงเทรา 2 ออมทรัพย์
บมจ. ธนาคารกรุงไทย สาขาบิ๊กซี ฉะเชิงเทรา 2 ออมทรัพย์
พร้อมเพย์ สาขา- -
Scan this!
สนธยา ใจผ่อง
063-xxxxxx-8
Accept All Banks | รับเงินได้จากทุกธนาคาร
พูดคุย-สอบถาม