- Mon Mar 14, 2016 3:28 pm
#43141
I added another BME280 with another I2C address. My output at the moment is:
HTU21: Temp=22.06 Hum=30.91
SHT31: Temp=21.82 Hum=31.05
BME280: Temp=22.66 Hum=33.75 Pres=103272.67
BME280/2: Temp=22.60 Hum=33.47 Pres=103227.92
HDC1008: Temp=21.80 Hum=25.82
MCP9808: Temp=22.31
The temperature is now getting close to the real temperature. I didn't do anything to accomplish this!
Humidity is still higher than the HTU/SHT, but I don't have a reference, so maybe they are off.
To recap, I installed the latest Adafruit library (I am using BME Adafruit breakouts by the way), added two pull-up resistors of 2K2 to both SDA and SCL. I am powering the ESP from my laptop through USB at the moment. I don't use Wifi in my sketch, just printing the values.
Why it is getting better?