All Projects → enjoyneering → MAX31855

enjoyneering / MAX31855

Licence: other
Arduino library for 14-bit MAX31855 K-thermocouple to digital converter

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to MAX31855

arduino-sht
Repository for Sensirion humidity and temperature sensor support on Arduino
Stars: ✭ 43 (+115%)
Mutual labels:  arduino-library, temperature-sensor
AHT10
This is an Arduino library for Aosong ASAIR AHT10, AHT15 Digital Humidity & Temperature Sensor
Stars: ✭ 32 (+60%)
Mutual labels:  arduino-library, temperature-sensor
discord-arduino-bot
Easy to discord control your arduino with commands
Stars: ✭ 13 (-35%)
Mutual labels:  arduino-library
AnalogPHMeter
Arduino Library for analog pH meter.
Stars: ✭ 20 (+0%)
Mutual labels:  arduino-library
Adafruit TSL2591 Library
This is an Arduino library for the TSL2591 digital luminosity (light) sensors.
Stars: ✭ 46 (+130%)
Mutual labels:  arduino-library
Arduino-Debug
On-target sketch debugger for Arduino
Stars: ✭ 20 (+0%)
Mutual labels:  arduino-library
OpenWeather
Arduino library to fetch weather forecasts from OpenWeatherMap
Stars: ✭ 88 (+340%)
Mutual labels:  arduino-library
FirebaseJson
🗃 JSON parser and builder for ESP8266, ESP32, Teensy3.x and Teensy4.x, SAM, SAMD and STM32 (128 k flash or more)
Stars: ✭ 29 (+45%)
Mutual labels:  arduino-library
frt
Lightweight, easy-to-use wrapper around the Arduino_FreeRTOS_Library
Stars: ✭ 18 (-10%)
Mutual labels:  arduino-library
Somfy Remote Lib
Emulate a Somfy remote using a 433.42 MHz transmitter.
Stars: ✭ 43 (+115%)
Mutual labels:  arduino-library
arduino-dataflash
Support for Atmel Dataflash for the Arduino
Stars: ✭ 23 (+15%)
Mutual labels:  arduino-library
ArduinoSpritzCipher
Spritz encryption system portable C library, CSPRNG, cryptographic hash and MAC functions, symmetric-key data encryption, and general-purpose functions. It's also an Arduino library.
Stars: ✭ 67 (+235%)
Mutual labels:  arduino-library
HCSR04
Arduino library for HC-SR04, HC-SRF05, DYP-ME007, BLJ-ME007Y, JSN-SR04T ultrasonic ranging sensor
Stars: ✭ 27 (+35%)
Mutual labels:  arduino-library
SparkFun TB6612FNG Arduino Library
No description or website provided.
Stars: ✭ 40 (+100%)
Mutual labels:  arduino-library
BMP180 Breakout Arduino Library
Arduino libraries for the BMP180 pressure sensor breakout board
Stars: ✭ 30 (+50%)
Mutual labels:  arduino-library
SensorFusion
A simple implementation of some complex Sensor Fusion algorithms
Stars: ✭ 101 (+405%)
Mutual labels:  arduino-library
Arduino-BLE-MIDI
MIDI over Bluetooth Low Energy (BLE-MIDI) 1.0 for Arduino
Stars: ✭ 133 (+565%)
Mutual labels:  arduino-library
SparkFun VL53L1X Arduino Library
A library for the laser based VL53L1X Time Of Flight distance sensor capable of detecting a target 4m away!
Stars: ✭ 57 (+185%)
Mutual labels:  arduino-library
EthernetENC
Ethernet library for ENC28J60. This is a modern version of the UIPEthernet library. EthernetENC library is compatible with all Arduino architectures with Arduino SPI library with transactions support. Only include EthernetENC.h instead of Ethernet.h
Stars: ✭ 58 (+190%)
Mutual labels:  arduino-library
CoopThreads
Lightweight, platform agnostic, stackful cooperative threads library.
Stars: ✭ 18 (-10%)
Mutual labels:  arduino-library

license-badge version stars hit-count github-issues

MAX31855

This is an Arduino library for 14-bit MAX31855 K-thermocouple to digital converter with 12-bit cold junction compensation & maximum sampling rate about 10Hz. Supports all sensor features. Can work with hardware or software emulated 3-wire SPI.

  • Maximum power supply voltage is 3.6v
  • K-type thermocouples have an absolute accuracy of around ±2°C..±6°C.
  • Measurement tempereture range -200°C..+700°C ±2°C or -270°C..+1372°C ±6°C with 0.25°C resolution/increment.
  • Maximun SPI bus speed 5Mhz
  • Cold junction compensation range -40°C..+125° ±3°C with 0.062°C resolution/increment. Optimal performance of cold junction compensation happends when the thermocouple cold junction & the MAX31855 are at the same temperature. Avoid placing heat-generating devices or components near the converter because this may produce an errors.
  • It is STRONGLY recommended to add a 10nF/0.01mF capacitor, placed across the T+ and T- pins, to filter noise/false readings on the thermocouple lines.

**Library returns 2000, if thermocouple open/shorted or a communication error has occurred

Supports:

  • Arduino AVR
  • Arduino ESP8266
  • Arduino ESP32
  • Arduino STM32

Beware of a fake MAX31855 K-Thermocouple Sensor Module

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].