[Firebug-cvs] mts400/apps/TestSensirion Makefile,1.1,1.2 Sensirion.nc,1.2,1.3
Brought to you by:
doolin
From: <do...@us...> - 2003-11-24 19:19:58
|
Update of /cvsroot/firebug/mts400/apps/TestSensirion In directory sc8-pr-cvs1:/tmp/cvs-serv27473/apps/TestSensirion Modified Files: Makefile Sensirion.nc Log Message: Worked on some documentation for the sht11, got the nesdoc system running. Index: Makefile =================================================================== RCS file: /cvsroot/firebug/mts400/apps/TestSensirion/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile 5 Nov 2003 15:57:00 -0000 1.1 --- Makefile 24 Nov 2003 19:19:53 -0000 1.2 *************** *** 3,5 **** include ../Makelocal include $(TOSROOT)/apps/Makerules ! --- 3,5 ---- include ../Makelocal include $(TOSROOT)/apps/Makerules ! topdir=/cygdrive/c/cygwin/usr/local/src/tinyos-1.x Index: Sensirion.nc =================================================================== RCS file: /cvsroot/firebug/mts400/apps/TestSensirion/Sensirion.nc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Sensirion.nc 22 Nov 2003 01:06:46 -0000 1.2 --- Sensirion.nc 24 Nov 2003 19:19:53 -0000 1.3 *************** *** 7,10 **** --- 7,11 ---- * The Sensirion SHT11 sensor is manufactured by: * + * <pre> * Sensirion AG * Eggbuehlstrasse 14 *************** *** 15,36 **** * in...@se... * http://www.sensirion.com * * Spec sheet is located at: ! * @url http://www.sensirion.com/en/sensors/humidity/sensors_devices/sensorSHT11.htm * - * Characteristics of the sensor, from the web page given above: * ! * - 2 sensors for relative humidity & temperature ! * - Precise dewpoint calculation possible ! * - Measurement range: 0-100% RH ! * - Absolute RH accuracy: +/- 3.5% RH ! * - Temp. accuracy: +/- 0.5°C @ 25 °C ! * - Calibrated & digital output (2-wire interface) ! * - Fast response time < 4 sec. ! * - Low power consumption (typ. 30 µW) ! * - Low cost * ! * From the PDF spec sheet, the combined sensor is 14 bit ADC. * * ===== Relative humidity ===== * Range: 0 to 100 % RH --- 16,42 ---- * in...@se... * http://www.sensirion.com + * </pre> * * Spec sheet is located at: ! * <a href="http://www.sensirion.com/en/sensors/humidity/sensors_devices/sensorSHT11.htm">Sensirion</a>. * * ! * <p>Characteristics of the sensor, from the web page given above:</p> * ! * <ul> ! * <li>2 sensors for relative humidity & temperature</li> ! * <li>Precise dewpoint calculation possible</li> ! * <li>Measurement range: 0-100% RH</li> ! * <li>Absolute RH accuracy: +/- 3.5% RH</li> ! * <li>Temp. accuracy: +/- 0.5°C @ 25 °C</li> ! * <li>Calibrated & digital output (2-wire interface)</li> ! * <li>Fast response time < 4 sec.</li> ! * <li>Low power consumption (typ. 30 µW)</li> ! * <li>Low cost</li> ! * </ul> ! * ! * <p>From the PDF spec sheet, the combined sensor is 14 bit ADC.</p> * + * <pre> * ===== Relative humidity ===== * Range: 0 to 100 % RH *************** *** 59,63 **** * * ===== Physics ===== ! * Might have to get patent data for this stuff. * * The temperature sensor works by: --- 65,69 ---- * * ===== Physics ===== ! * (Might have to get patent data for this stuff.) * * The temperature sensor works by: *************** *** 69,72 **** --- 75,81 ---- * Misc. SHT11 is a surface mountable CMOS component. * They claim it is pre-calibrated. + * </pre> + * + * @author David M. Doolin */ |