wemos / WEMOS_SHT3x_Arduino_Library

45 stars 27 forks source link

Negative measurement value? #6

Open beicnet opened 6 years ago

beicnet commented 6 years ago

Hi there,

I'm trying to read outdoor values, but something is wrong, I'm getting wrong readings.

SHT3x readings:

Temperature: 3.59c
Humidity: 68.50%

But, the real values should be:

Temperature: -0.90c
Humidity: 96.00 %

So, can you tell me what is wrong here?

Already tryied a second sensor, but got same reagings.

Using: Arduino IDE v1.8.2, ESP8266 Core v2.3.0 with WeMos D1 mini board and SHT30 Shield.

Kind Regards, Viktor

gruselglatz commented 6 years ago

Needs more Info.

Code samples, or see #2 , maybe affected?

beicnet commented 6 years ago

I don't know, I'm using the code from the WeMos example for it. Also tried other sensors like DHT21, AM2320, etc... and neither can display me a correct value outdoor. But, if I read the values indoor, they give me all the same values, like 24c for all of them, weird stuff.