Skip to content

Conversation

@Kristabel28
Copy link

Error in HX300_HUMD_MULTY
Original Value: 0.006163516
Correct Value: 0.0061038882

HS3xxx Datasheet states: image

Calculation: 100/(2^(14)-1)=100/(16384-1)=100/16383=0.0061038882

Error in HX300_HUMD_MULTY
Original: 0.006163516
HS3xxx Datasheet states: Humidity (%RH) = ( (Humidity[13:0])/(2^(14)-1) ) * 100
Correct: 100/(2^(14)-1)=100/(16384-1)=100/16383=0.0061038882
@CLAassistant
Copy link

CLAassistant commented Nov 18, 2024

CLA assistant check
All committers have signed the CLA.

@per1234 per1234 added the bug Something isn't working label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants