https://github.com/kriswiner/hdc2010
Low-Power Digital Temperature and Humidity Sensor
https://github.com/kriswiner/hdc2010
arduino cpp
Last synced: 2 months ago
JSON representation
Low-Power Digital Temperature and Humidity Sensor
- Host: GitHub
- URL: https://github.com/kriswiner/hdc2010
- Owner: kriswiner
- Created: 2020-06-03T03:28:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T01:19:25.000Z (about 6 years ago)
- Last Synced: 2025-01-17T06:30:33.084Z (over 1 year ago)
- Topics: arduino, cpp
- Language: C++
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HDC2010
Low-Power Digital Temperature and Humidity Sensor
Basic Arduino sketch showing methods to configure TI's [HDC2010](http://www.ti.com/lit/ds/symlink/hdc2010.pdf) temperature and humidity sensor, configure the data ready interrupt, read and properly scale the data and output to the serial monitor. The sketch is designed to easily allow multiple HDC2010 to operate on the same I2C bus. Second sketch demonstrates this for two HDC2010 with different I2C addresses on the same I2C bus.