Sensirion SHT11 temperature calibration
jreeve
Posts: 6
Hello All. I'm using the Sensirion SHT11 temp/humidity sensor with a BOE and have a question about the calibration of the temperature. I've noticed that out of the box the sensor gives temperatures about 2 C higher than the temperature from a digital thermometer positioned right next to the sensor. Is it "normal" for the sensor to be this far off?
I've been correcting the readings by applying a little tweak to the supplied code, changing the amount that is subtracted off in the calculation below. The original version subtracts 400, rather than 418 for C or 430 for F. This does work at room temperature, but would it also work across a range of temperatures? Thanks for any help.
By the way, the SHT11 is mounted in a socket on a carrier board about six inches away from the BOE, to avoid the heat from the BOE.
Cheers, John R.
' Note: Conversion factors are multiplied by 10 to return the
' temperature values in tenths of degrees
tC = soT ** $1999 - 418 ' convert to tenths C
tF = soT ** $2E14 - 430 ' convert to tenths F
I've been correcting the readings by applying a little tweak to the supplied code, changing the amount that is subtracted off in the calculation below. The original version subtracts 400, rather than 418 for C or 430 for F. This does work at room temperature, but would it also work across a range of temperatures? Thanks for any help.
By the way, the SHT11 is mounted in a socket on a carrier board about six inches away from the BOE, to avoid the heat from the BOE.
Cheers, John R.
' Note: Conversion factors are multiplied by 10 to return the
' temperature values in tenths of degrees
tC = soT ** $1999 - 418 ' convert to tenths C
tF = soT ** $2E14 - 430 ' convert to tenths F
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Rick
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
There's nothing like a new idea and a warm soldering iron.
If you are using a stamp pin, HIGH pin, 1, you will have errors.
The sensor needs a good +5VDC or better.
I had the same issues. Once I powered it with +5VDC, the issues resolved.
The SHT11 is spot on as specified.
SJW
edit:
http://www.sensirion.com/en/pdf/product_information/Data_Sheet_humidity_sensor_SHT1x_SHT7x_E.pdf
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Rick
Post Edited (RDL2004) : 9/13/2007 2:39:12 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support