用户工具

站点工具


module:sensors:12

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

后一修订版
前一修订版
module:sensors:12 [2018/04/03 10:15]
admin 创建
module:sensors:12 [2018/05/04 11:43]
admin
行 1: 行 1:
 ====== 12.非接触式红外测温模块,​ Non-contact Temperature Sensor ====== ====== 12.非接触式红外测温模块,​ Non-contact Temperature Sensor ======
 +===== code:112 =====
  
-{{ :​module:​sensors:​notcontrat.jpg?300 |}}+{{ :​module:​sensors:​112.jpg?direct&​400 ​|}}
  
 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 needed for operation and two types of pins.  They are unsoldered. ​ Please indicate if you would like one or the other soldered. ​ 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.  ​ 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 needed for operation and two types of pins.  They are unsoldered. ​ Please indicate if you would like one or the other soldered. ​ 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.  ​
行 38: 行 39:
 Thermal relay / alert Thermal relay / alert
 Body temperature measurement Body temperature measurement
 +
 +
 +这个库使用起来很简单,首先,模块上有四个引脚,VCC接5V,GND接地,SCL接Arduino Nano的A5, SDA接Arduino Nano的A4。
 +
 +然后在Arduino IDE中,搜索库:MLX90614,安装 Adafruit_MLX90614 这个版本的就可以。然后就可以使用例程来测试了。非常简单。
 +
 +----
 +
 +
 +[[module:​sensors|返回传感器页面]]
  
· 最后更改: 2018/05/04 11:43