0
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
会员中心
创作中心
发布
  • 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
DFR0066

DFR0066

  • 厂商:

    DFROBOT

  • 封装:

    -

  • 描述:

    DFR0066

  • 数据手册
  • 价格&库存
DFR0066 数据手册
  SHT1x Humidity and Temperature Sensor (SKU: DFR0066) SHT1x Humidity and Temperature Sensor (SKU: DFR0066) Contents      1 Introduction 2 Specifition 3 Applications 4 connecting diagram 5 Sample Code Introduction This is uses SHT1x sensor. SHT1x is individually calibrated in a precision humidity chamber. The calibration coefficients are programmed into an OTP memory on the chip. These coefficients are used to internally calibrate the signals from the sensors. The 2-wire serial interface and internal voltage regulation allows for easy and fast system integration. The tiny size and low power consumption makes SHT1x the ultimate choice for even the most demanding applications. Specifition             2 factory calibrated sensors for relative humidity & temperature Digital 2-wire interface Precise dewpoint calculation possible Measurement range: 0-100% RH Absolute RH accuracy: +/- 2% RH (10...90% RH) Repeatability RH: +/- 0.1% RH Temp. accuracy: +/- 0.3°C @ 25°C Fast response time < 4 sec. Low power consumption (typ. 30 µW) Low cost High precision sensor at low cost Leading CMOSens Technology for superior long-term stability Applications       Precise data logging Transmitters Automation & process control Building control and HVAC Test & Measurement Medical connecting diagram Sample Code //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); } Powered By DFRobot © 2008-2017
DFR0066 价格&库存

很抱歉,暂时无法提供与“DFR0066”相匹配的价格&库存,您可以联系我们找货

免费人工找货
DFR0066
  •  国内价格 香港价格
  • 1+79.195621+9.58286

库存:6