Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfricke/micropython-hdc1008
MicroPython driver for the Texas Instruments HDC1008 humidity and temperature sensor
https://github.com/kfricke/micropython-hdc1008
Last synced: about 16 hours ago
JSON representation
MicroPython driver for the Texas Instruments HDC1008 humidity and temperature sensor
- Host: GitHub
- URL: https://github.com/kfricke/micropython-hdc1008
- Owner: kfricke
- License: mit
- Created: 2015-06-15T19:35:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-14T17:50:20.000Z (over 8 years ago)
- Last Synced: 2024-08-02T20:45:03.566Z (3 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 4
- Watchers: 0
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mpython - micropython-hdc1008 - Driver for the Texas Instruments HDC1008 humidity and temperature sensor. (精选驱动库 / 传感器)
- awesome-micropython - micropython-hdc1008 - Driver for the Texas Instruments HDC1008 humidity and temperature sensor. (Libraries / Sensors)
README
# micropython-hdc1008
This repository contains a MicroPython "driver" class for the Texas Instruments HDC1008 humidity and temperature sensor.Currently only a reasonably small subset of the features the sensor is implemented.
## Implemented
* Read temperature or humidity alone
* Read temperature and humidity at once
* Retrieve different resolutions of the data readings. These do vary in accuracy and tme spent for acquiring the sensor data.
* Retrieve the sensor serial identifier unique to each physical sensor
* Activating and querying the builtin heater
* Query the battery low check built into the sensor## Not yet implemented
* Usage of the DRDY (data ready) pin of the sensor