Skip to main content

Grove - Digital Infrared Temperature Sensor

The Digital Infrared temperature sensor is a non-contact temperature measurement module which bases on MLX90615. Both the IR sensitive thermopile detector chip and the signal conditioning chip are integrated in the same package. This module communicates with Arduino using SMBus, up to 127 sensors can be read via common 2 wires. Thanks to the module's low noise amplifier, 16-bit ADC and powerful DSP unit, it can achieved a high accuracy of 1℃ over wide temperature rage and a high measurement resolution of 0.02℃.

Specifications

ItemMinTypicalMaxUnit
Voltage2.635V
Current1.41.5mA
Ambient Temperature Range-40 - 85
Object Temperature Range-40 - 115
Dimension 20x40x9.6mm

Platforms Supported

ArduinoRaspberry Pi
caution
The platforms mentioned above as supported is/are an indication of the module's software or theoritical compatibility. We only provide software library or code examples for Arduino platform in most cases. It is not possible to provide software library / demo code for all possible MCU platforms. Hence, users have to write their own software library.

Hardware Overview

Pin NumberNameTypeFunction Description
1GND-Signal ground
2VCCinPositive Power Supply Input Terminal(3.3V or 5V)
3SDAin/outI2C data input/output
4SCLinI2C CLK

Getting Started

Play With Arduino

We provide an example here to show you how to use this sensor to measure the temperature of the target which is in front of the sensor, and print the result on the serial monitor.

note
If this is the first time you work with Arduino, we firmly recommend you to see [Getting Started with Arduino](https://wiki.seeedstudio.com/Getting_Started_with_Arduino/) before the start.

Hardware

Hardware components:

Seeeduino V4.2Base ShieldGrove - Digital Infrared Temperature Sensor
Get One NowGet One NowGet One Now
  • Step 1. Plug Grove - Digital Infrared Temperature Sensor into D2 port of Grove-Base Shield.
  • Step 2. Plug Grove - Base Shield into Seeeduino.
  • Step 3. Connect Seeeduino to PC via a USB cable.
note

If we don't have Grove Base Shield, We also can directly connect Grove - Digital Infrared Temperature Sensor to Arduino as below.

SeeeduinoGrove - Digital Infrared Temperature Sensor
5VRed
GNDBlack
D3NA
D2Yellow

Software

Since the sensor is factory calibrated with the digital SMBus compatible interface enabled, but the library is based on a soft i2c library, so you can use any digital pins on any AVR chip to drive the SDA and SCL lines. We use D2 as the SCL pin and D3 as the SDA pin in this demo code. You can use other port as long as you modify the code with matched pins.

  • Step 4. Upload the code into Arduino. If you do not know how to upload the code, please check how to upload code.
  • Step 5. Click Tool -> Serial Monitor to start up the Serial Monitor. And you will see the result.

Now, you can measure the temperature with this sensor. Ambient temperature is the MLX90615 package temperature and Object temperature is the object target temperature. According to our experiment, when you place the sensor in the normal indoor temperature, and ensure that there is nothing source of heat in front of the sensor's 1M scope. The Object temperature will approximately equal to Ambient temperature. When measuring the Object temperature, you should ensure the object is as close as possible whit the sensor, but do not touch the surface of the sensor, we recommend the distance is less than 3cm. Wish you have a fun try.

tip

More details about Grove modules please refer to Grove System

Schematic Online Viewer

Resources

Tech Support & Product Discussion

Upgradable to Industrial Sensors

With the SenseCAP S2110 controller and S2100 data logger, you can easily turn the Grove into a LoRaWAN® sensor. Seeed not only helps you with prototyping but also offers you the possibility to expand your project with the SenseCAP series of robust industrial sensors.

The IP66 housing, Bluetooth configuration, compatibility with the global LoRaWAN® network, built-in 19 Ah battery, and powerful support from APP make the SenseCAP S210x the best choice for industrial applications. The series includes sensors for soil moisture, air temperature and humidity, light intensity, CO2, EC, and an 8-in-1 weather station. Try the latest SenseCAP S210x for your next successful industrial project.

Loading Comments...