CircuitPython library for Thermistor thermal resistor temperature sensor.
Project description
Introduction
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
Release history Release notifications | RSS feed
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.12.tar.gz
.
File metadata
- Download URL: adafruit_circuitpython_thermistor-3.4.12.tar.gz
- Upload date:
- Size: 26.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc6946abe3fa1ee20e44fbb9348894137aa0f5d4e73a9f89e8a7bf19c71a720b |
|
MD5 | f362a9d40c16a1073cff5563f362084d |
|
BLAKE2b-256 | 24d467c1070a91545a638c7ae423dfec8d2e006edd9fb6ef9a78100f23311951 |
Provenance
File details
Details for the file adafruit_circuitpython_thermistor-3.4.12-py3-none-any.whl
.
File metadata
- Download URL: adafruit_circuitpython_thermistor-3.4.12-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd267fa67de05f3d100cb2f34416fdbae21cf80422cd291bc70e7b1b43d4ea90 |
|
MD5 | 6b4a080125e2259ac298799343d18971 |
|
BLAKE2b-256 | 608c9ac72bd7eff22e3fd51718f8663ad7f895cd70f6b12110701b9fe370f182 |