webhat / HIH91XX

Update of HIH61XX code...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Honeywell HumidIconTM Digital Humidity/Temperature Sensors

Contains code written by Tomas Van Verrewegen tomasvanverrewegen@telenet.be

HIH9130/9131 and 9120/9121 Series is a digital output-type relative humidity (RH) and temperature sensor combined in the same package. The library uses I2C to connect to the sensor (see the Wire library). SPI can also be used, but is not implemented in this library.

The library consists of 2 classes (actually 2 libraries):

HIH91XX: Use this one if you just want to get the humidity/temperature. HIH91XXCommander: Use this one if you want to enter command mode and change (or even just read) some of the EEPROM registers.

If you have multiple devices connected to the I2C bus, remember that this device screws up the bus when it is not powered. One solution is to keep the device powered all the time. Another possible solution is to add an analog switch to physically disconnect the GND line or the SDA line to the device.

Uses Arduino-Makefile for building

This library has been tested, but might still contain bugs, so please be careful.

Bugs, suggestions, comments are always welcome

About

Update of HIH61XX code...


Languages

Language:C++ 84.1%Language:Arduino 15.0%Language:Makefile 0.9%