-
Notifications
You must be signed in to change notification settings - Fork 1
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
SHT25 sensor temperature resolution #1
Comments
This issue was correctly solved by adding SMBus_read_i2c_block and SMBus_write_i2c_block method to python-smbus module. This code improvement was verified on ODROID-C1+ with SHT31 sensor which has the same problem with data readout.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SHT25 temperature sensor output seem to have improper granularity around 0.75 deg.
The text was updated successfully, but these errors were encountered: