LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sensirion ek-h5 or Humidity Sensor SHT21 for labview

Hey davekorpi,

 

thanks for the fast reply!

 

I was trying to modify the llb shared before in this thread in order to work with the SHT21.

I tried to put in the valueconversion for the SHT21 (red) rather than the one for the SHT75 (blue) but as said, I only get weird numbers.

It is in the IOWarrior_SHT75_GetTempHumid.vi of the attached llb.

 SHT21.JPG

Funny thing is: when I use the conversion for the SHT75 I get the same wrong numbers as when I use the Sensirion USB-Software and tell it that a SHT75 is attached (as in: 10 degC lower Temperature readings, some % off RH readings).

But when I use the "right" conversions as in the attachment I get weird numbers way off something meaningful.

 

0 Kudos
Message 11 of 16
(3,776 Views)

for sht21 you need to write 2^14

(T=-46.85 + 175.72* rawT/(2*2*2*2*2*2*2*2*2*2*2*2*2*2)

 

 

 

Message 12 of 16
(3,688 Views)

and for humidity 2^12

linRH=-6 + 125 * RHO/(2*2*2*2*2*2*2*2*2*2*2*2);

Message 13 of 16
(3,666 Views)

Thanks a lot guys!

0 Kudos
Message 14 of 16
(3,564 Views)

Does anybody know, how to read or write the "status register" of the SHT-75 sensor through EK-H5? I want to aquire data via LabView with measurement resolution of 12 bit (temperature) and 8 bit (hamidity) and on/off sensor's heating element.

Thank you very much!

0 Kudos
Message 15 of 16
(3,528 Views)

Hello all,

I have 2 sensor SHT21+ 2 EK-H5. I want to put together into a GUI in LabView but I am beginer and I don't have ideea what I supposed to do. Can you help me with that?

 

I want to run both sensors in program... I saw a few post from you but i don't understood to much.

 

Really appreciate for you'r help!

Message 16 of 16
(3,327 Views)