Skip to content

7semi-solutions/7Semi-MAX31865-Arduino-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

7Semi-MAX31865-Arduino-Library

This Arduino library enables temperature sensing using the 7Semi MAX31865 breakout board, compatible with PT100 and PT1000 RTDs. It communicates over SPI and provides high-accuracy readings for industrial and scientific use.

Arduino License Status


Hardware Required

  • 7Semi MAX31865 Module
  • PT100 or PT1000 RTD sensor
  • Arduino-compatible board
  • SPI connection (SCK, MISO, MOSI, CS)

Getting Started

1. Installation via Arduino Library Manager

  1. Open the Arduino IDE
  2. Go to:
    • Sketch > Include Library > Manage Libraries… (IDE 1.x), or
    • Use the Library Manager icon (IDE 2.x sidebar)
  3. Search for: -7Semi MAX31865
  4. Click Install

Then include in your sketch: #include <7semi_max31865.h>

2.Wiring Example (SPI)

MAX31865 Pin Arduino Pin (Uno Example)
VCC 3.3V or 5V
GND GND
CS D10
SCK D13
MISO D12
MOSI D11

3.Applications

Industrial temperature sensing

Scientific data acquisition

Lab instrumentation

HVAC and process control

About

Arduino library for the 7Semi MAX31865 RTD-to-Digital Converter Board. Supports PT100/PT1000 RTD sensors using SPI.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages