Skip to content

Arduino library to use with the Termopar Nanoshield for thermocouple measurement (MAX31856 IC).

License

Notifications You must be signed in to change notification settings

circuitar/Nanoshield_Termopar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nanoshield_Termopar

This is the Arduino software library to access the Termopar Nanoshield, a thermocouple interface module using the MAX31856 IC from Maxim Integrated. It can read several types of thermocouples: K, J, N, R, S, T, E, and B.

Library features include:

  • Get external temperature (hot junction)
  • Get internal temperature (cold junction)
  • Thermocouple type selection
  • Continuous conversion mode
  • Enable/disable averaging of 2, 4, 8 or 16 samples
  • Error checking: open circuit, under/overvoltage and temperature out of range

To install, just click Download ZIP and install it using Sketch > Include Library... > Add .ZIP Library in the Arduino IDE.

The following examples are provided:

  • SerialThermometer: simple serial port thermometer application.
  • MultiThermometer: read temperature from multiple Termopar Nanoshields, with different thermocouple types.
  • MultiThermometerCSV: read temperature from multiple Termopar Nanoshields, generating a CSV output.
  • LcdThermometer: thermometer application using the LCD Nanoshield to display the data.
  • RawVoltage: measure raw thermocouple voltage and cold junction temperature.
  • TemperatureDatalogger: read temperature from multiple Termopar Nanoshields and log it into an SD card.
  • OpenCircuitDetection: disable the open circuit detection mode or change its parameters. Might be useful when using long thermocouple wires.

Copyright (c) 2015 Circuitar All rights reserved.

This software is released under an MIT license. See the attached LICENSE file for details.

About

Arduino library to use with the Termopar Nanoshield for thermocouple measurement (MAX31856 IC).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published