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

File metadata

File hashes

Hashes for adafruit-circuitpython-thermistor-3.4.10.tar.gz
Algorithm Hash digest
SHA256 2bede1b91240819f49e7f116f41307b164ba1455d670a67335ea8a1080ecc9ec
MD5 1dce686d3a331bfe1ed6eb70bbbc3684
BLAKE2b-256 b051fcfb9cfdc57e91eb2d6baa9617707f16ed708ae38f025664d1b42c0f490e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adafruit_circuitpython_thermistor-3.4.10-py3-none-any.whl
Algorithm Hash digest
SHA256 dea60bf73bb525db3e41cf123eb8d0c736a57d26b554d505f98026ff2651f3b9
MD5 ede3d339fec313021806ba81aad36645
BLAKE2b-256 9fd567af33b2f089f67768eaef50e490a21a9775ed5adda253810ab59dbbab4e

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