Skip to content

PeteBoucher/micropython-hdc1008

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

MicroPython driver for the Texas Instruments HDC1008 humidity and temperature sensor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%