Rakstore MAX31865

Rakstore MAX31865 PT100 to PT1000 RTD-to-Digital Converter Board User Manual

모델: MAX31865

1. 서론

The Rakstore MAX31865 RTD-to-Digital Converter Board is designed to interface with Platinum Resistance Temperature Detectors (RTDs) such as PT100 and PT1000. This module converts the resistance of the RTD into a digital signal, providing accurate temperature measurements. It is optimized for use with microcontrollers like Arduino, offering a simple SPI-compatible interface for data acquisition.

2. 주요 특징

  • Integrated MAX31865 chip for RTD-to-digital conversion.
  • Supports PT100 and PT1000 RTDs.
  • Capable of compensating 2, 3, or 4-wire RTDs for enhanced accuracy.
  • 15-bit Analog-to-Digital Converter (ADC) resolution.
  • Nominal temperature resolution of 0.03125°C (with non-linear variation).
  • SPI compatible interface for easy integration with microcontrollers.
  • Fast conversion time of 21ms (maximum).

3. 설정 지침

This section details the steps required to connect and power the MAX31865 converter board.

3.1. 구성요소 종료view

MAX31865 RTD-to-Digital Converter Board with included terminal blocks and header pins

그림 3.1: The MAX31865 converter board, showing the main chip, RTD input terminals, SPI pins, and power connections. Included are two green screw terminal blocks and a male header pin strip for connection flexibility.

3.2. 전원 연결

  • VIN : Connect to a 3-5V DC power source. This supplies power to the board.
  • 3V3: This is a 3.3V output from the onboard regulator, typically used for logic level shifting or powering other low-power components if needed.
  • GND : Connect to the ground of your power supply and microcontroller.
Back of MAX31865 board showing VIN and VLOGIC input ranges

그림 3.2: 뒤쪽 view of the MAX31865 board, indicating the input voltage ranges for VIN (3-5VDC) and VLOGIC (3-5VDC). VLOGIC refers to the voltage level for the SPI communication pins.

3.3. RTD Sensor Connection

The MAX31865 supports 2, 3, and 4-wire RTD configurations. Ensure the correct jumpers on the board are set for your RTD type (refer to the board's silkscreen for jumper locations, typically labeled 2/3 wire and 4 wire).

  • 2-Wire RTD: Connect the two RTD wires to RTD+ and RTD-.
  • 3-Wire RTD: Connect one sense wire to RTD+, and the two current-carrying wires to RTD- and F-.
  • 4-Wire RTD: Connect the two sense wires to RTD+ and RTD-, and the two current-carrying wires to F+ and F-.

The board includes screw terminals for secure RTD connections.

3.4. SPI Interface Connection

Connect the MAX31865 to your microcontroller using the Serial Peripheral Interface (SPI) pins:

  • CS(칩 선택): Connect to a digital output pin on your microcontroller.
  • SDI (Serial Data In): Connect to the MOSI (Master Out Slave In) pin of your microcontroller.
  • SDO (Serial Data Out): Connect to the MISO (Master In Slave Out) pin of your microcontroller.
  • 클럭(CLK): Connect to the SCK (Serial Clock) pin of your microcontroller.
  • RDY(준비): An optional output pin that indicates when a conversion is complete.

4. 사용 설명서

To operate the MAX31865, you will need to write code for your microcontroller to communicate via SPI. Libraries are commonly available for platforms like Arduino to simplify this process.

4.1. 기본 작동 순서

  1. 초기화: Configure the MAX31865 registers for your specific RTD type (PT100/PT1000), number of wires (2/3/4), and desired measurement settings. This typically involves setting the RTD bias, VBIAS, and conversion mode.
  2. Start Conversion: Initiate a temperature conversion by writing to the configuration register.
  3. Wait for Conversion: Wait for the conversion to complete. This can be done by polling the RDY pin (if connected) or by introducing a delay (minimum 21ms).
  4. 데이터 읽기: Read the 15-bit ADC data from the MAX31865 registers via SPI. This data represents the RTD resistance.
  5. Calculate Temperature: Use the read resistance value and the known characteristics of your RTD (e.g., PT100 or PT1000 curve) to calculate the actual temperature. Many libraries handle this calculation automatically.
  6. 오류 검사: Read the fault status register to check for open circuits, short circuits, or other errors.

Refer to the MAX31865 datasheet for detailed register configurations and communication protocols.

5. 유지관리

The MAX31865 converter board is a low-maintenance device. Follow these guidelines to ensure its longevity and reliable operation:

  • 환경 보호: 기판을 습기, 먼지 및 극한 온도 변화를 피해 건조한 환경에 보관하십시오.
  • 정전기 방전: Handle the board with care, especially in environments prone to static electricity. Use anti-static precautions when handling.
  • 청소: 필요한 경우 부드럽고 마른 브러시나 압축 공기를 사용하여 도마를 살살 닦아주세요. 액체나 독한 화학 약품은 사용하지 마세요.
  • 사이: 모든 배선 연결부를 주기적으로 점검하여 안전하고 부식되지 않았는지 확인하세요.

6. 문제 해결

If you encounter issues with your MAX31865 converter board, consider the following troubleshooting steps:

  • 전원 없음/LED 꺼짐:
    • Verify that the VIN and GND connections are correct and that the power supply is providing 3-5V DC.
    • Check for any short circuits on the board.
  • 잘못된 온도 측정값:
    • Ensure the RTD is correctly wired for its type (2, 3, or 4-wire) and that the board's jumpers are set accordingly.
    • Confirm that the correct RTD type (PT100 or PT1000) is configured in your software.
    • Check the RTD sensor itself for damage or incorrect calibration.
    • Verify the reference resistor (Rref) value on the board matches your RTD setup (e.g., 400Ω for PT100).
    • Check for noise on the SPI lines; ensure connections are short and shielded if necessary.
  • No Data from SPI:
    • Double-check all SPI connections (CS, SDI, SDO, CLK) to your microcontroller.
    • Ensure your microcontroller's SPI library is correctly initialized and configured (e.g., SPI mode, clock speed).
    • Verify that the CS pin is being correctly toggled by your software.
  • Fault Status Indication:
    • If the fault register indicates an open circuit, check the RTD wiring for breaks or loose connections.
    • If it indicates a short circuit, check for unintended connections between RTD wires or to ground/power.

7. 기술 사양

MAX31865 board with dimensions: 4.77mm width and 7.5mm height

그림 7.1: Dimensions of the MAX31865 converter board, showing approximate measurements for integration into projects.

특징사양
모델명MAX31865
지원되는 RTD 유형PT100, PT1000
RTD Wire Configurations2-wire, 3-wire, 4-wire (with compensation)
ADC 분해능15비트
Nominal Temperature Resolution0.03125°C (nonlinear)
인터페이스SPI compatible
변환 시간21ms (maximum)
입력 Voltag전자(VIN)3V - 5V 직류
로직 볼륨tage (VLOGIC)3V - 5V 직류
제조업체Rakstore
ASINB099QL3HNV
GTIN/UPC763431916585

8. 보증 및 지원

This product is typically covered by the standard return policy of the retailer from which it was purchased. For specific warranty details, please refer to the purchase documentation or contact the retailer directly.

For technical support or further inquiries, please contact the manufacturer, Rakstore, through their official channels or the platform where the product was acquired. No specific support contact information is provided in this manual.

© 2024 Rakstore. All rights reserved.

본 설명서는 정보 제공 목적으로만 제공됩니다. 제품 사양은 예고 없이 변경될 수 있습니다.

관련 문서 - MAX31865

사전view MAX31865 RTD to Digital Converter Datasheet
Datasheet for the Maxim Integrated MAX31865, a high-precision RTD-to-digital converter with SPI interface, featuring overvoltage protection, fault detection, and support for PT100/PT1000 RTDs.
사전view Pixsys 2000.35.010 RTD-4-20mA 신호 변환기 사용 설명서
Technical specifications, features, and installation guide for the Pixsys 2000.35.010 signal converter, which converts RTD temperature sensor signals (PT100, PT1000, Ni100) to a 4-20mA current output. Includes details on configuration via RF Programmer, data logging, and connections.
사전view Pixsys 2000.35.030 RTD 변환기: 사용자 설명서 및 기술 자료
Pixsys 2000.35.030 RTD 신호 변환기에 대한 종합 가이드입니다. 기능, 기술 사양, 설치 및 구성 방법을 다룹니다. 4-20mA 출력, PT100/PT1000/NI100 센서 호환성 및 RFID 프로그래밍 기능에 대해 알아보세요.
사전view Pixsys 2000.35.031 TC-RTD to 4-20mA Converter User Manual
User manual for the Pixsys 2000.35.031 signal converter, detailing its features, technical specifications, installation, configuration, and data logging capabilities for TC and RTD sensors.
사전view Pixsys 2000.35.015 변환기: TC-RTD에서 4-20mA로 변환 사용자 설명서
User manual for the Pixsys 2000.35.015 signal converter, detailing its technical specifications, features, installation, and configuration for converting temperature sensor signals (TC-RTD) to a 4-20mA current output. Includes information on data logging and safety guidelines.

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.