Driver for the Si7021 humidity and temperature sensor
Project description
Driver for the Si7021 humidity and temperature sensor.
Usage:
Dependencies
smbus-cffi (or some compatible library)
See https://github.com/bivab/smbus-cffi/blob/master/README.rst for install instructions.
Installation
1. pip install from PyPi
pip install Si7021
2. pip install from git
pip install git+https://github.com/herm/Si7021
3. Clone the repository and run setup.py
git clone https://github.com/herm/Si7021 python setup.py install
Usage
If you have a sensor connected to I2C bus 1, you may run
>>> from si7021 import Si7021
>>> from time import sleep
>>> from smbus import SMBus
>>> sensor = Si7021(SMBus(1))
>>> print("%.1f %%RH, %.1f °C" % sensor.read())
>>> sensor.heater_mA = 50
>>> sleep(10)
>>> print("%.1f %%RH, %.1f °C" % sensor.read())
>>> sensor.heater_mA = 0
Bug Reporting
To submit a bugreport use the GitHub bugtracker for the project:
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Si7021-0.1.1.tar.gz.
File metadata
- Download URL: Si7021-0.1.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9fcc4a4a852321a6e2c2ecde051f3dc172a0acc3e7947e759bdcf6ac1f161fe
|
|
| MD5 |
647f80647890cc0d809f5e28009344f9
|
|
| BLAKE2b-256 |
88e9ded02a04e99b7d8c7c9adc7828f6c0e6538350f5d62a773a36315e411112
|
File details
Details for the file Si7021-0.1.1-py2.py3-none-any.whl.
File metadata
- Download URL: Si7021-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99922911c98a6e96db253f3a76dcdfedd4764331f7c88e85b69f652b7211845a
|
|
| MD5 |
7e7870219d77e2718a224cb7a82bcc49
|
|
| BLAKE2b-256 |
68045b613f05d2e4744de25efd454c0b1871ca06d73616a7070990006bdd3746
|