ClosedCube_HDC1080_Arduino
ClosedCube_HDC1080_Arduino copied to clipboard
Arduino library for ClosedCube HDC1080 Low Power High Accuracy Digital I2C Humidity and Temperature Sensor breakout board
Gostaria de ler os valores de temperatura e umidade de dois sensores hdc1080 porem não identifiquei como fazer isso utilizando a biblioteca ClosedCube_HDC1080. Desde já agradeço.
A redefinition of pins is not possible, using two I2C interfaces in ESP32 also not. Possible multiple Wire.begin() should not be in a sketch, right? Same issue was solved here...
I'm using an ESP32 with PlatfromIO, and tried to use this library. When running the hdc1080demo code, I ran into an error. The output looks as follows: ``` ClosedCube HDC1080...
Added support for custom I2C pins and sampling functions
ClosedCube_HDC1080.cpp (version=1.3.2), in line 145 (delay(9);), should be 20ms delay. In this way the problem reading the wrong value is corrected. Give the credit to Ardatekin : https://github.com/bfaliszek/CJMCU-8118_InfluxDB/issues/2
Hi! First of all - thank you for this library! Works great! In file "ClosedCube_HDC1080.cpp" line 88 there is this row: `Wire.write(0x00);` Why is it needed?
I'm trying to run my project with a raspberry pi, but I cannot get the library to run, I installed the latest version (1.3.2) using the .zip archive available on...
There is an error in demo code causing continous ESP32 reboot: In PrintSerialNumber() subroutine instead of char format[12]; should be char format[13]; to have place for closing zero of sprintf....
Serial number is 13 characters and needs a null pointer
added I2C error handling. Its not a breaking feature. just addon for watching errors.