Description
Description:
Digital Infrared Temperature Sensor Module. This 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.
What is an Infrared Temperature Sensor?
Digital Infrared Temperature sensor Module MLX90614 now in Pakistan. This mlx90614 is a non-contact infrared thermometer for use with Arduino. It communicates through the I2C interface.
Features:
1. Its size is small and can be used in circuits easily.
2. Its cost is less
3. Its interface is I2C.
4. It is easy to integrate.
5. Sensor temperature range is (40 to +125)C
6. Object temperature range is (-70 to +380)C
7. Its measurement resolution is 0.02 C.
8. It has a Single and Dual zone version.
9. It has an SMB us digital interface.
10. PWM output for continues reading.
11. Its adaption is 8-16V
12. It also has sleep mode for reduced power consumption.
13. It has an automotive-grade.
14. mlx90614 working has different package options for applications
How does infrared temperature sensor work? This question always arose in our mind… so we mentioned applications example here…
Applications:
Digital Infrared Temperature sensor MLX90614 is Non-contact temperature measurements which have precision.
used as a Thermal comfort sensor for the mobile Air Conditioning control system.
it is the temperature sensing element for residential, commercial, and industrial buildings.
also used in Healthcare.
we use it for livestock monitoring.
it used for movement detection.
one of the best use of it is thermal alert.
it measures body temperature.
it controls the temperature in Printers.
Package includes:
1 x Digital Infrared Temperature Sensor Module
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#include
#include
Adafruit_MLX90614mlx=Adafruit_MLX90614();
voidsetup(){
Serial.begin(9600);
Serial.println(“Adafruit MLX90614 test”);
mlx.begin();
}
voidloop(){
Serial.print(“Ambient = “);Serial.print(mlx.readAmbientTempC());
Serial.print(“*CtObject = “);Serial.print(mlx.readObjectTempC());Serial.println(“*C”);
Serial.print(“Ambient = “);Serial.print(mlx.readAmbientTempF());
Serial.print(“*FtObject = “);Serial.print(mlx.readObjectTempF());Serial.println(“*F”);
Serial.println();
delay(500);
}
|
Reviews
No posts found
Its size is small and can be used in circuits easily.
2. Its cost is less
3. Its interface is I2C.
4. It is easy to integrate.
5. Sensor temperature range is (40 to +125)C
6. Object temperature range is (-70 to +380)C
7. Its measurement resolution is 0.02 C.
8. It has a Single and Dual zone version.
9. It has an SMB us digital interface.
Reviews
There are no reviews yet.