thermistor-library (community library)

Summary

Name Value
Name thermistor-library
Version 0.0.5
Installs 17786
License MIT
Author Garrett Bartley wgb@wgb.me
URL https://github.com/wgbartley/spark-thermistor-library
Repository https://github.com/wgbartley/spark-thermistor-library.git
Download .tar.gz
All Versions 0.0.5, 0.0.4, 0.0.3, 0.0.2, 0.0.1

A simple class for calculating temperature from simple 10K negative temperature coefficient (NTC) thermistors.

Example Build Testing

Device OS Version:

This table is generated from an automated build. Success only indicates that the code compiled successfully.

Library Read Me

This content is provided by the library maintainer and has not been validated or approved.

spark-thermistor-library

About

A simple class for calculating temperature from simple 10K negative temperature coefficient (NTC) thermistors.

This library is adapted from Arduino Playground Thermistor2 and packaged as a library for the Spark Core web IDE.

What You Need

  • A 10K NTC thermistor (initially tested with this one
  • A resistor (a 10,000 ohm resistor is used in the example)
  • A couple of wires
  • A Spark Core

How To Use

  • Connect one lead of the thermistor to VCC.
  • Connect one lead of the resistor to ground and the other lead to the thermistor.
  • Connect a wire from the ground/resistor lead of the thermistor to your desired analog pin.

Browse Library Files