Raspberry Pi MLX90640-D110

MLX90640-D110 IR Array Thermal Imaging Camera User Manual

Model: MLX90640-D110

1. Вовед

This manual provides detailed instructions for the MLX90640-D110 IR Array Thermal Imaging Camera. This module is designed for non-contact temperature measurements and thermal imaging applications, compatible with various microcontrollers such as Raspberry Pi, ESP32, and STM32.

The MLX90640-D110 utilizes a far-infrared thermal sensor array to detect IR distribution, convert data into surface temperatures, and generate thermal images. Its compact size allows for integration into industrial and intelligent control systems.

MLX90640-D110 Thermal Camera module

Figure 1: MLX90640-D110 IR Array Thermal Imaging Camera Module.

2. Клучни карактеристики

  • Adopts the MLX90640 far-infrared thermal sensor array.
  • Features 32×24 pixel resolution.
  • 110° поле на view (horizontal×vertical: 110°×75°), suitable for short-range measurements.
  • Communicates via I2C interface, configurable to fast mode (up to 1MHz data rate).
  • Noise Equivalent Temperature Difference (NETD) of 0.1K RMS at 1Hz refresh rate.
  • Внатрешен волtage translator for compatibility with 3.3V/5V operating voltage.
  • Compatible with host platforms such as Raspberry Pi, Arduino (ESP32), and STM32.

3. Технички спецификации

ПараметарВредност
Оперативен волtage3.3V / 5V
Работна струја<23 mA
Комуникациски интерфејсI2C (address 0x33)
Поле на View (Horizontal×Vertical)110°×75° (wide angle FOV)
Работна температура-40 ° C 85 ° C
Целен температурен опсег-40 ° C 300 ° C
Резолуција±1°C
Стапка на освежување0.5Hz ∼ 64Hz (programmable)
Димензии28мм × 16мм
Големина на дупка за монтирање2.0 мм
MLX90640-D110 Thermal Camera dimensions diagram

Figure 2: Dimensions of the MLX90640-D110 module in millimeters.

4. Поставување и поврзување

The MLX90640-D110 module communicates via the I2C interface. Ensure your host microcontroller (e.g., Raspberry Pi, ESP32, STM32) supports I2C communication and provides compatible voltagе нивоа.

4.1 Пинаути

Connect the module to your microcontroller according to the following pin assignments:

  • VCC ↔ 3.3V / 5V (Power Supply)
  • ГНД ↔ GND (Ground)
  • СДА ↔ MCU.I2C data line
  • SCL ↔ MCU.I2C clock line
MLX90640-D110 Thermal Camera module with PH2.0 4PIN wire

Figure 3: MLX90640-D110 module connected with the included PH2.0 4PIN wire.

Дното view of MLX90640-D110 module showing pin labels

Figure 4: Pin labels (SCL, SDA, GND, VCC) on the MLX90640-D110 module.

4.2 Прample Connection to Raspberry Pi

To connect the MLX90640-D110 to a Raspberry Pi, ensure the Raspberry Pi's I2C interface is enabled. Connect the pins as follows:

  • VCC ↔ Raspberry Pi 3.3V or 5V pin (depending on your setup and voltage translator).
  • ГНД ↔ Raspberry Pi GND pin.
  • СДА ↔ Raspberry Pi SDA pin (GPIO2).
  • SCL ↔ Raspberry Pi SCL pin (GPIO3).
MLX90640-D110 Thermal Camera connected to Raspberry Pi, displaying thermal image

Слика 5: Прample connection of the MLX90640-D110 to a Raspberry Pi, demonstrating thermal image generation.

5. Операција

After successful physical connection, software configuration is required to operate the MLX90640-D110. This involves:

  1. Enabling I2C: Ensure the I2C interface is enabled on your host microcontroller. For Raspberry Pi, this can typically be done via raspi-config.
  2. Инсталирање библиотеки: Install the necessary libraries for the MLX90640 sensor. Specific libraries and example code are usually available for Raspberry Pi, Arduino (ESP32), and STM32 platforms. Refer to the development resources provided by the manufacturer.
  3. Читање податоци: Use the provided software examples to read raw thermal data from the sensor via the I2C bus.
  4. Processing Data: The raw data needs to be processed to convert it into actual temperature values and then into a visual thermal image. The MLX90640 datasheet and associated libraries will contain algorithms for this conversion.
  5. Displaying Output: Display the generated thermal image on a connected screen or through a graphical user interface.

The module's refresh rate can be programmed between 0.5Hz and 64Hz, allowing adjustment for different application requirements.

6. Апликации

The MLX90640-D110 Thermal Imaging Camera is suitable for a variety of applications, including:

  • High-precision non-contact temperature measurements.
  • Integration into IR thermal imaging devices and IR thermometers.
  • Smart home systems, intelligent building management, and intelligent lighting solutions.
  • Industrial temperature control and monitoring.
  • Security monitoring, including intrusion and movement detection.

7. Одржување

The MLX90640-D110 module is a sensitive electronic component. Follow these guidelines for proper maintenance:

  • Ракување: Handle the module with care to avoid physical damage to the sensor lens or circuit board. Avoid touching the sensor surface directly.
  • Чистење: If necessary, gently clean the sensor lens with a soft, lint-free cloth. Do not use abrasive materials or harsh chemicals.
  • Складирање: Store the module in a dry, dust-free environment within its specified operating temperature range when not in use.
  • Напојување: Обезбедете ја јачината на напојувањетоtage is within the specified 3.3V/5V range to prevent damage.
  • Еколошки услови: Avoid exposing the module to extreme temperatures, high humidity, or corrosive environments.

8 Смена на проблеми

If you encounter issues with your MLX90640-D110 module, consider the following troubleshooting steps:

  • No Data/Communication Errors:
    • Verify all wiring connections (VCC, GND, SDA, SCL) are correct and secure.
    • Confirm the I2C interface is enabled on your host microcontroller.
    • Проверете ја јачината на напојувањетоtage to the module (3.3V or 5V).
    • Ensure the I2C address (0x33) is correctly configured in your software.
    • Test with a known working I2C device or another MLX90640 module if available, to rule out host controller issues.
  • Неточни мерења на температурата:
    • Осигурајте се дека леќата на сензорот е чиста и непречена.
    • Verify that the correct software libraries and calibration data for the MLX90640 are being used.
    • Check the ambient temperature and ensure it is within the sensor's operating range.
  • No Thermal Image Output:
    • Confirm that data is being successfully read from the sensor.
    • Review your data processing and image rendering code for errors.
    • Ensure your display or GUI is correctly configured to receive and show the thermal data.

9. Поддршка и ресурси

For additional resources, development examples, or technical support, please contact the seller via the Amazon messaging system. They can provide further documentation and assistance for integrating the MLX90640-D110 with your specific platform (Raspberry Pi, Arduino/ESP32, STM32).

Always refer to the official MLX90640 datasheet for in-depth technical details and programming guides.

Поврзани документи - MLX90640-D110

Предview Започнете со MicroPython на Raspberry Pi Pico
Сеопфатен водич за програмирање на микроконтролерот Raspberry Pi Pico со помош на MicroPython. Научете како да го поставите вашиот Pico, да пишувате програми и да градите проекти за физичко пресметување.
Предview Raspberry Pi 5 Essentials: Program, Build, and Master Over 60 Projects with Python
A comprehensive guide to the Raspberry Pi 5, covering setup, operating system installation, console commands, GUI applications, and over 60 hands-on Python projects. Learn to program, build, and master various applications with this powerful mini-computer.
Предview Raspberry Pi 5 Essentials: Program, Build, and Master Over 60 Projects with Python
A comprehensive guide to the Raspberry Pi 5, covering its features, operating system installation, console commands, desktop applications, Python programming, and various projects including LED control, I2C LCD interaction, waveform generation, Sense HAT usage, keypad interaction, Wi-Fi communication, Bluetooth, and camera projects.
Предview Официјалниот прирачник за Raspberry Pi: Проекти, водичи и ре...views
Истражете го светот на Raspberry Pi со овој сеопфатен прирачник. Откријте проекти, упатства и ре...viewшто ги опфаќа Raspberry Pi 5, Pico W и разни додатоци. Научете електроника, изработувајте преносни уреди и навлезете во апликациите со вештачка интелигенција.
Предview OTG режим на Raspberry Pi: Сеопфатен водич
Научете како да го овозможите и конфигурирате режимот USB On-The-Go (OTG) на Raspberry Pi Single Board Computers (SBC). Ова упатство ги опфаќа и Legacy OTG и понапредните методи ConfigFS, детално опишувајќи ја поставката за масовно складирање, Ethernet и функционалности на сериски уреди.
Предview Официјален водич за почетници за Raspberry Pi - Содржина
Истражете ја содржината за Официјалниот водич за почетници за Raspberry Pi, кој опфаќа основни теми од основно поставување и програмирање во Scratch и Python до напредна интеграција на хардвер со Sense HAT и модули за камера.