SHT10 ¼¾¼´Â Àß ³ì½½Áö ¾Ê°í Á¤¹ÐÇÑ °í±Þ ¿Â½Àµµ ¼¾¼·Î, »ê¾÷ÇöÀå¿¡¼ ¸¹ÀÌ »ç¿ëµÇ°í ÀÖ½À´Ï´Ù. 2°³ÀÇ ¼±À» ¾ÆµÎÀ̳뿡 ¿¬°áÇؼ ¿Â½Àµµ¸¦ ¸ð´ÏÅ͸µÇÒ ¼ö ÀÖ½À´Ï´Ù.
INTRODUCTION
This is an anti-rust, robust and precise SHT10 sensor, which can master
enterprise-class and industrial-level applications. It can be applied in
various fields: telepoint base stations, electronic control cabinet, production
site, storehouse, machine rooms, greenhouses, animal farming, medicine stock
and etc. Metallic package enables it to deal with the very dusty or other
severe circumstance. the wall-hanging style makes it easy to install.
The metallic mesh covering the sensor adopts method of infiltering copper
during sintering to enhance the temperature resistance, pressure resistance,
and wearing resistance of it. The 2-wire serial interface and internal voltage
regulation allows for easy and fast system integration. Moreover, it's Arduino
compatible and we will supply the library for it.
Caution:
the line to the ground is blue instead of black.
Connection
¾ÆµÎÀÌ³ë ¼Ò½ºÄÚµå
#include
#define dataPin 10
#define clockPin 11
SHT1x sht1x(dataPin, clockPin);
void setup()
{
Serial.begin(38400);
Serial.println( "Starting up" );
}
void loop()
{
float temp_c;
float temp_f;
float humidity;
temp_c = sht1x.readTemperatureC();
temp_f = sht1x.readTemperatureF();
humidity = sht1x.readHumidity();
Serial.print( "Temperature: " );
Serial.print(temp_c, DEC);
Serial.print( "C / " );
Serial.print(temp_f, DEC);
Serial.print( "F. Humidity: " );
Serial.print(humidity);
Serial.println( "%" );
delay(2000);
}
SPECIFICATION
¡¤
Power consumption:
0.15mW(Average)
¡¤
Interface Type:
Two-Wire interface(Digital)
o
Red wire - 5v
o
Blue wire - GND
o
Yellow wire -
Clock wire
o
Black wire - Data
wire
¡¤
Humidity
Ranger:0-100%RH
¡¤
Temperature
ranger: -10-80¡É
¡¤
Humidity
accuracy:¡¾5.0%RH
¡¤
Temperature
accuracy:¡¾0.5¡É
¡¤
Size: 49mm x 14mm
DOCUMENTS
¡¤
wiki page
¡¤
datasheet
¡¤
sample code
& library
¡¤
sensirion home page
SHIPPING
LIST
¡¤
Digital
Temperature and humidity sensor x1
|