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.11.tar.gz.

File metadata

File hashes

Hashes for adafruit_circuitpython_thermistor-3.4.11.tar.gz
Algorithm Hash digest
SHA256 a33c463cdf4c9cca8e233befff8eee6a37dbb51a88658e2d5cb176130d669b7c
MD5 ad95d1f79539c4b0b4ee4ac132a99f28
BLAKE2b-256 33628b9e7d4f2bed61e01a447cab3800d5869fa5640d50b869537e148ccee51b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adafruit_circuitpython_thermistor-3.4.11-py3-none-any.whl
Algorithm Hash digest
SHA256 695015ebf4534f5c0aac4b1afb4e99b7bc73c9a53af7f9600b6f19d2517f8fb2
MD5 743af2339feea917a918241f785cffb8
BLAKE2b-256 23f3cbe439abbd019063db9105fe55bccac0db5c4f456ae5b1fa74641fb523bf

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