-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Negative temperature values when temperature must be positive #7
Comments
Hi @T365 According to the datasheet, the maximum time a high precision measurement takes is 8.3ms (see Chapter 3.1 Timings). Are these the readings directly from the SHT4x (i.e. before sending them further)? |
Thank you for your answer,
,
more....
|
Hi @T365 |
Temperature readings are ok, but sometimes it suddenly gets negative values between others,
last readings in summer where 26° , 24° , 22° , 26°, 28° then -26° -22° then 29° , 26° ...
very strange, when I use sht4x.measureHighPrecision(temperature, humidity);
maybe I have to wait for a while (seconds) to get the right value before I send it with LORA ?
The text was updated successfully, but these errors were encountered: