waveshare MLX90640-D55

Waveshare MLX90640 IR Array Thermal Imaging Camera Module

Model: MLX90640-D55 User Manual

1. Вступ

This manual provides detailed instructions for the setup, operation, and maintenance of the Waveshare MLX90640 IR Array Thermal Imaging Camera Module. This module features a 32×24 pixel far-infrared thermal sensor array and communicates via an I2C interface, making it suitable for integration with various microcontrollers such as Raspberry Pi, Arduino (ESP32), and STM32.

Будь ласка, уважно прочитайте цю інструкцію перед використанням виробу, щоб забезпечити правильну роботу та запобігти пошкодженням.

2. Продукт закінчивсяview і особливості

The MLX90640 Thermal Camera Module is designed for thermal imaging applications, offering a compact and efficient solution for temperature detection and visualization.

Waveshare MLX90640 Thermal Camera Module, front view

малюнок 2.1: Фронт view of the MLX90640 Thermal Camera Module, showing the infrared lens and connector.

Ключові характеристики:

  • Sensor Array: Adopts MLX90640 far-infrared thermal sensor array with 32×24 pixels.
  • Поле в View: Поле 55° view for comprehensive thermal detection.
  • Інтерфейс: Зв'язок здійснюється через інтерфейс I2C, налаштовується на швидкий режим (швидкість передачі даних до 1 МГц).
  • Температурна чутливість: Noise Equivalent Temperature Difference (NETD) of 0.1K RMS @1Hz refresh rate.
  • томtage Сумісність: Бортовий випtagелектронний перекладач, сумісний з робочим об'ємом 3.3V/5Vtage.
  • Сумісність: Designed for use with Raspberry Pi, Arduino (ESP32), and STM32 platforms.
Waveshare MLX90640 Thermal Camera Module, bottom view з брендингом

малюнок 2.2: Дно view of the MLX90640 Thermal Camera Module, showing the Waveshare branding and model information.

3. Інформація про безпеку

  • Електростатичний розряд (ESD): Handle the module with care to prevent damage from electrostatic discharge. Use anti-static precautions.
  • Джерело живлення: Переконайтеся, що блок живлення обtage is within the specified range (3.3V/5V). Incorrect voltagце може пошкодити модуль.
  • Підключення: Always double-check wiring connections before applying power to avoid short circuits or incorrect operation.
  • Операційне середовище: Avoid exposing the module to extreme temperatures, humidity, or corrosive environments.
  • Догляд за лінзами: Do not touch the infrared lens directly. Clean only with a soft, lint-free cloth if necessary.

4. Посібник із налаштування

4.1. Pinout Description

The MLX90640 module uses an I2C interface for communication. The typical pin connections are as follows:

  • VCC: Power supply input (3.3V or 5V).
  • GND: З'єднання заземлення.
  • ПДР: I2C Serial Data Line.
  • SCL: I2C Serial Clock Line.
MLX90640 module connected with jumper wires to a microcontroller

малюнок 4.1: MLX90640 module with typical jumper wire connections for integration.

4.2. Connecting to a Microcontroller (e.g., Raspberry Pi)

  1. Підключення живлення: Connect the VCC pin of the MLX90640 module to the 3.3V or 5V power output of your microcontroller. Connect the GND pin to the microcontroller's ground.
  2. I2C Connection: Connect the SDA pin of the MLX90640 module to the SDA pin of your microcontroller. Connect the SCL pin of the MLX90640 module to the SCL pin of your microcontroller. Refer to your specific microcontroller's documentation for I2C pin assignments.
  3. Налаштування програмного забезпечення: Install necessary libraries and drivers for the MLX90640 sensor on your chosen platform (Raspberry Pi, Arduino, STM32). Waveshare provides development resources and example code for these platforms.

For detailed software setup and programming examples, please refer to the official Waveshare documentation and development resources provided with the module.

5. Інструкція з експлуатації

5.1. Збір даних

Once the module is correctly connected and the software environment is set up, you can begin acquiring thermal data. The MLX90640 sensor provides a 32×24 array of temperature readings, which can be processed to generate a thermal image.

  • Зв'язок I2C: The module communicates via I2C. Ensure your microcontroller's I2C bus is configured correctly and operating at the desired speed (up to 1MHz for fast mode).
  • Частота кадрів: The sensor can provide data at various refresh rates. The Noise Equivalent Temperature Difference (NETD) of 0.1K RMS is specified at a 1Hz refresh rate. Higher refresh rates may affect NETD.
  • Дані калібрування: The MLX90640 sensor requires internal calibration data to be read and applied for accurate temperature measurements. This is typically handled by the provided software libraries.

5.2. Thermal Imaging Example

The module can be used to visualize temperature distributions, as shown in the example below with a Raspberry Pi.

Example of MLX90640 module generating thermal image of a Raspberry Pi

малюнок 5.1: Колишнійample setup demonstrating the MLX90640 module capturing a thermal image of a Raspberry Pi, displaying temperature variations.

The software will typically convert the raw sensor data into a temperature matrix, which can then be rendered as a color-coded thermal image, where different colors represent different temperature ranges.

6. Технічне обслуговування

  • Прибирання: Keep the module clean and free from dust. Use a soft, dry, lint-free cloth to gently wipe the module. Avoid using liquids or abrasive cleaners.
  • Очищення лінз: The infrared lens is sensitive. If cleaning is absolutely necessary, use a lens cleaning cloth or a soft brush designed for optical components. Do not apply pressure.
  • Зберігання: When not in use, store the module in an anti-static bag in a dry, cool environment, away from direct sunlight and extreme temperatures.
  • Оновлення прошивки: Periodically check the Waveshare official website or development resources for any firmware updates or software library improvements.

7. Вирішення проблем

Problem: Module not detected by microcontroller.
рішення:
  • Перевірте правильність та надійність усіх з'єднань проводів (VCC, GND, SDA, SCL).
  • Переконайтеся, що блок живлення обtage is within the 3.3V/5V range.
  • Check if the I2C bus is enabled and configured correctly on your microcontroller.
  • Confirm the I2C address of the MLX90640 module (usually fixed, but check documentation).
Problem: Incorrect or noisy temperature readings.
рішення:
  • Ensure the lens is clean and unobstructed.
  • Verify that the correct calibration data is being applied by your software.
  • Check for electromagnetic interference in the operating environment.
  • Confirm the refresh rate setting; higher rates might introduce more noise if not handled correctly.
Problem: Software examples fail to compile or run.
рішення:
  • Ensure all required libraries are installed and correctly linked in your development environment.
  • Verify that your microcontroller's operating system or firmware is compatible with the provided exampлес.
  • Check for any specific hardware configurations or jumpers required by the exampлес.

8. Технічні характеристики

ОсобливістьДеталь
Матриця датчиківMLX90640 Far-Infrared Thermal Sensor
роздільна здатність32 × 24 пікселів
Поле в View (FoV)55°
ІнтерфейсI2C (up to 1MHz Fast Mode)
Шумовий еквівалент різниці температур (NETD)0.1K RMS @1Hz refresh rate
Робочий випtage3.3V / 5V (compatible)
Сумісні пристроїRaspberry Pi, Arduino (ESP32), STM32
Розміри продукту1.1 x 0.63 x 1.1 дюйма (приблизно 28 x 16 x 28 мм)
Вага товару0.317 унції
Dimensional drawing of the MLX90640 module in millimeters

малюнок 8.1: Dimensional drawing of the MLX90640 Thermal Camera Module (dimensions in millimeters).

9. Гарантія та підтримка

This Waveshare product is covered by standard manufacturer warranty. For specific warranty terms and conditions, please refer to the official Waveshare webсайту або зв’яжіться зі службою підтримки клієнтів.

Технічна підтримка: Waveshare provides comprehensive development resources and manuals, including examples for Raspberry Pi, Arduino (ESP32), and STM32. These resources are essential for successful integration and operation of the module.

For further assistance, please visit the official Waveshare support page or contact their technical support team directly.

© 2023 Waveshare. All rights reserved. Information in this manual is subject to change without notice.

Ask a question about this manual

Ask about setup, troubleshooting, compatibility, parts, safety, or missing instructions. Manuals+ will review the question and use this page’s manual context to help answer it.