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

เซนเซอร์วัดอุณหภูมิแบบใช้อินฟาเรด GY-906-BCC MLX90614ESF-BCC IR Infrared Thermometry Module Temperature Gradient Compensation ดีกว่ารุ่น GY-906 MLX90614ESF ที่ระยะทางเท่ากัน GY-906-BCC ยังได้ค่าที่คงที่

Module model : GY-906-BCC
Using the chip: MLX90614ESF-BCC

Power supply: 3-5v (internal low dropout voltage regulation)
Communication method: standard IIC communication protocol

 

Up for sale is a MELEXIS MLX90614ESF-BAA-000-TU-ND non-contact infrared thermometer for use with Arduino, or any microcontroller that can communicate with it through it's I2C interface. This sensor comes with a breakout board with all of the components There are two solder jumpers for the I2C interface that may or may not need to be soldered depending on your application, but will Not for most uses.

Features and Benefits:
  • Small size, low cost
  • Mounted on a breakout board with two types of pins
  • 10k Pull up resistors for the I2C interface with optional solder jumpers
  • Easy to integrate
  • Factory calibrated in wide temperature range:
  • -40...+125°C for sensor temperature and
  • -70...+380°C for object temperature.
  • High accuracy of 0.5°C over wide temperaturerange (0...+50°C for both Ta and To) High (medical) accuracy calibration
  • Measurement resolution of 0.02°C
  • Single and dual zone versions
  • SMBus compatible digital interface
  • Customizable PWM output for continuousreading
  • Simple adaptation for 8...16V applications
  • Sleep mode for reduced power consumption
  • Different package options for applications andmeasurements versatility
  • Automotive grade
 
Applications Examples:
  • High precision non-contact temperaturemeasurements
  • Thermal Comfort sensor for Mobile AirConditioning control system
  • Temperature sensing element for residential,commercial and industrial building airconditioning Windshield defogging
  • Automotive blind angle detection
  • Industrial temperature control of moving parts
  • Temperature control in printers and copiers
  • Home appliances with temperature control
  • Healthcare
  1. Livestock monitoring
  2. Movement detection
  3. Multiple zone temperature control – up to 127sensors can be read via common 2 wires
  4. Thermal relay / alert
Body temperature measurement
Data Sheet: http://melexis.com/Assets/IR-sensor-thermometer-MLX90614-Datasheet-5152.aspx
 ssd1306Sheet : https://ciiva.com/manufacturer/melexis-3228


ติดตั้ง Library ก่อนใช้งาน
ESP8266 for OLED :https://github.com/ThingPulse/esp8266-oled-ssd1306
 /*  
    Arduino with Test เซนเซอร์วัดอุณหภูมิแบบใช้อินฟาเรด GY-906-BCC MLX90614ESF-BCC
    IR Infrared Thermometry Module Temperature Gradient Compensation 
    ดีกว่ารุ่น GY-906 MLX90614ESF 
    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);
}

คลิปทดสอบ----https://youtu.be/0rupAwpbU4U?t=5


 
เงื่อนไขอื่นๆ
Tags

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

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