Skip to content

scanner/HDC100X_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HDC100X_Python

Python library to read temperature and humidity from a HDC100X using the Adafruit GPIO library.

Tested specifically with the Adafruit HDC1008 sensor: https://learn.adafruit.com/adafruit-hdc1008-temperature-and-humidity-sensor-breakout/overview

To install, download the library by clicking the download zip link to the right and unzip the archive somewhere on your Raspberry Pi or Beaglebone Black. Then execute the following command in the directory of the library:

sudo python setup.py install

Make sure you have internet access on the device so it can download the required dependencies.

See examples of usage in the examples folder.

Simple usage:

from HDC100x import HDC100x hdc = HDC100x() temp, humid = hdc.data()

About

Python library to read temperature and humidity from a HDC100X using the Adafruit GPIO library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages