»óÇ°Ä«Å×°í¸® > ¼¾¼­ > ³ó¾÷¿ë

°í±Þ ³ó¾÷¿ë µðÁöÅÐ ¿Â½Àµµ ¼¾¼­ / ¿Â½Àµµ Digital Temperature & humidity sensor (With Stainless Steel Probe)
ÆǸŰ¡°Ý : 44,000¿ø (ºÎ°¡¼¼ Æ÷ÇÔ)
»óÇ°ÄÚµå : [7595]ZAS-DFR-PTW-SEN0148
¹è¼ÛÀÏ : ´çÀϹ߼Û
Á¦Á¶»ç : DFRobot
ºê·£µå : DFRobot [ºê·£µå¸ô ¹Ù·Î°¡±â]
³²Àº¼ö·® : 4°³
±¸¸Å¼ö·® :
°³
ÃÑ ±Ý¾× :
Ãß°¡&´ë·®±¸¸Å ¿äû 053-588-4080

  • »óÇ°»ó¼¼
  • °ü·Ã»óÇ°
  • ¹è¼Û/±³È¯/¹ÝÇ° ¾È³»
  • »óÇ°¸®ºä

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

 

 

 



¾ÆµÎÀÌ³ë ¼Ò½ºÄÚµå


//Arduino Sample Code for SHT1x Humidity and Temperature Sensor
//www.DFRobot.com
//Version 1.0
 
#include
 
// Specify data and clock connections and instantiate SHT1x object
#define dataPin  10
#define clockPin 11
SHT1x sht1x(dataPin, clockPin);
 
void setup()
{
   Serial.begin(38400); // Open serial connection to report values to host
   Serial.println("Starting up");
}
 
void loop()
{
  float temp_c;
  float temp_f;
  float humidity;
 
  // Read values from the sensor
  temp_c = sht1x.readTemperatureC();
  temp_f = sht1x.readTemperatureF();
  humidity = sht1x.readHumidity();
 
  // Print the values to the serial port
  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

 

¸ÞÄ«¸®¿öÁî






°ßÀû¿äû
±¸¸Å´ëÇà
Äü/¹æ¹®¼ö·É
ÈĺҰáÁ¦
±â¼ú¹®ÀÇ