Skip to main content

CircuitPython library for Thermistor thermal resistor temperature sensor.

Project description

Introduction

Documentation Status Discord Build Status Code Style: Black

Thermistors are resistors that predictably change resistance with temperature. This driver uses an analog reading and math to determine the temperature. They are commonly used as a low cost way to measure temperature.

Dependencies

This driver depends on:

Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.

Installing from PyPI

On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:

pip3 install adafruit-circuitpython-thermistor

To install system-wide (this may be required in some cases):

sudo pip3 install adafruit-circuitpython-thermistor

To install in a virtual environment in your current project:

mkdir project-name && cd project-name
python3 -m venv .venv
source .venv/bin/activate
pip3 install adafruit-circuitpython-thermistor

Usage Example

The hardest part of using the driver is its initialization. Here is an example for the thermistor on the Circuit Playground and Circuit Playground Express. Its a 10k series resistor, 10k nominal resistance, 25 celsius nominal temperature and 3950 B coefficient.

Documentation

API documentation for this library can be found on Read the Docs.

For information on building library documentation, please check out this guide.

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

File details

Details for the file adafruit-circuitpython-thermistor-3.4.5.tar.gz.

File metadata

File hashes

Hashes for adafruit-circuitpython-thermistor-3.4.5.tar.gz
Algorithm Hash digest
SHA256 f41c66d57a3f803b09a821394ce4db4c1d7c9b7ff7c0e68e892b95548f074cb2
MD5 2d7a8d837849e2b7bdfa877609dd2c7a
BLAKE2b-256 1ab5e36cf21430eb068a46638fba1b3dbbb5bf034fa5cfb2122913fd60d5e940

See more details on using hashes here.

File details

Details for the file adafruit_circuitpython_thermistor-3.4.5-py3-none-any.whl.

File metadata

File hashes

Hashes for adafruit_circuitpython_thermistor-3.4.5-py3-none-any.whl
Algorithm Hash digest
SHA256 e07298b1594a87c00c5b43591b247768b875b654bf5e2efebbc89856839ac8a9
MD5 7f7e720b3922dfca47b659a60fa8df3d
BLAKE2b-256 714eb5d514875a552fba569741e5994d8cf2af5cbecb916adb0d11bf1db56d7a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page