Digital Infrared Temperature Sensor Module MLX90614
Sensors

Digital Infrared Temperature Sensor Module MLX90614

Condition: New
Availability: In Stock
Advance Payment Only
Share:    

SKU: D61,SB153,IMP30,Th15,KRT525,N74

Rs.3300 Rs. 4125

Digital

Infrared

Temperature

Sensor

for

Arduino

MLX90614

GY-90614

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.

class='font-size-24

mb-3'>Features: 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 class='font-size-24

mb-3'>Applications

Examples: High

precision

non-contact

temperature

measurements 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
  • Livestock

    monitoring Movement

    detection Multiple

    zone

    temperature

    control

    up

    to

    127sensors

    can

    be

    read

    via

    common

    2

    wires Thermal

    relay

    /

    alert Body

    temperature

    measurement class='font-size-24

    mb-3'>Package

    includes:

    1xDigital

    Infrared

    Temperature

    Sensor

    Arduino

    code

    Arduino

    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); }

    Based on 1 reviews

    5

    overall

    Add a review

    Abdullah - March 26, 2021

    Ask a Question