Measuring Temperature Below 0 with a Sensirion. . .?
everest
Posts: 141
Can the Sensirion sensor measure temperatures below freezing? I've got one wired up exactly like the demo, running the demo code, and everything works great until I hit the below 0C point, then things get crazy!
SHT1x Demo
soT...... 1854
tC....... 6532.1º
tF....... 6546.9º
soRH..... 1924
rhLin.... 63.7%
rhTrue... 449.5%
Any ideas on where I might find out why this is happening?
-Jeff
SHT1x Demo
soT...... 1854
tC....... 6532.1º
tF....... 6546.9º
soRH..... 1924
rhLin.... 63.7%
rhTrue... 449.5%
Any ideas on where I might find out why this is happening?
-Jeff
Comments
Note that I only handle below zero temps in Celsius. . .I don't need F so I didn't update that code. But you'll get the idea when you look at it. . .pretty easy.
Here's what I'm reading NOW in my freezer:
SHT1x Demo
soT...... 2363
tC....... -16.3º
soRH..... 1236
rhLin.... 41.8%
rhTrue... 40.9%
-Jeff
Post Edited (everest) : 9/14/2009 7:47:06 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Andrew Williams
WBA Consulting
WBA-TH1M Sensirion SHT11 Module
I like to leave the temperature in twos complement form, and display it using a debug command that can handle either the positive or the negative:
Your approach is fine, but it does take unnecessary (IMHO) lines of code to separately compute and flag the positive and negative temperatures, and also separate routines to display them.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
-Jeff
@Tomvn, that should be its own thread topic, and I see you have one already. Maybe you should edit the title of your thread so that it also focuses on the radio aspect.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
-Jeff