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

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
MIKROE-3635

MIKROE-3635

  • 厂商:

    MIKRO

  • 封装:

  • 描述:

    HTU21DF 湿度,温度 传感器 mikroBUS™ Click™ 平台评估扩展板

  • 详情介绍
  • 数据手册
  • 价格&库存
MIKROE-3635 数据手册
TEMP&HUM 13 CLICK PID: MIKROE-3635 Weight: 17 g Temp&Hum 13 Click is a Click board™ which is perfectly suited for measuring the relative humidity (RH) and temperature. The Click board™ is equipped with the HTU21DF, an accurate and reliable sensor IC, packed in a miniature 3x3mm DFN package. This sensor is fully calibrated and features fast response time, low power consumption, full interchangeability with no calibration required, instantaneous desaturation after long periods in saturation phase and many more. This Click board™ can be used for the development of the many different relative humidity and temperature measuring applications, including weather stations, reliable monitoring systems, asset tracking, HVAC/R based applications, and more. Temp&Hum 13 click is supported by a mikroSDK compliant library, which includes functions that simplify software development. This Click board™ comes as a fully tested product, ready to be used on a system equipped with the mikroBUS™ socket. Temp&Hum 13 click can measure the humidity in the range from 0 to 100 %RH and temperature in the range from -40 °C to +125 °C, with the typical accuracy of ±2 %RH and ±0.3 ℃. It consumes small amounts of power while in operation, delivering processed and calibrated measurement values over the I2C interface. Thanks to its high reliability and long-term stability, Temp&Hum 13 click is perfectly suited for various applications, including battery operated weather stations, reliable monitoring systems, asset tracking, HVAC/R based applications, and more. Due to its low power consumption, this Click board™ is a good solution for development of IoT-based and battery powered applications. HOW DOES IT WORK? The sensor IC used on the Temp&Hum 13 click is the HTU21DF, a digital relative humidity sensor with temperature output from TE connectivity. This sensor is factory calibrated to ±2% relative humidity and ±0.3°C temperature accuracy. It has an integrated heating element that is used for functionality diagnosis as well. This heating element can be simply activated by setting a bit in the appropriate register. In the case when the heater is powered on, the typical power consumption is about 5.5mW. Internally, two sensors are connected to the two separated ADC sections with variable resolution of 12 -14 bits for the temperature and 8-12 bits for relative humiditiy measurement. The OTP memory holds the calibration coefficients that are applied to the measured value and the results are stored on the output registers, in the MSB/LSB format. These values are then used in formulas found in the HTU21DF datasheet so that the final temperature or relative humidity data can be calculated. It is also possible to correct the offsets with custom values. Temp&Hum 13 click uses the I2C protocol to communicate with the host MCU. Its I2C bus pins are routed to the mikroBUS™ I2C pins and are pulled to a HIGH logic level by the onboard resistors. The final I2C address of this IC is factory determined. There are two different operation modes to communicate with the HTU21D sensor: Hold Master mode and No Hold Master mode. In the first case, the SCK line is blocked (controlled by HTU21D(F) sensor) during measurement process while in the second case the SCK line remain open for other communication while the sensor is processing the measurement. The HTU21DF IC itself is a very low power consumption device and it can work in two modes: sleep and active (measurement) mode. The device enters the sleep the mode as soon as possible, to save power. This makes the HTU21DF suitable to be used in battery-powered applications. In these applications, the HTU21DF spends most of the time in sleep mode, with the typical current consumption of 20 nA. While in the active mode, the typical current consumption is 450µA. The provided Click board™ library contains simple and easy to use functions, which simplify configuring and reading of the measurement data. These functions are demonstrated in the included example application and can be used as a reference for custom projects. These functions can be used in mikroC, mikroBasic and mikroPascal compilers for all MCU architectures, supported by MikroElektronika. This Click Board™ is designed to be operated only with 3.3V logic level. A proper logic voltage level conversion should be performed before the Click board™ is used with MCUs with logic levels of 5V. It is ready to be used as soon as it is inserted into a mikroBUS™ socket of the development system. SPECIFICATIONS Type Temperature & humidity Applications An ideal solution for development of various applications, including battery operated weather stations, reliable monitoring systems, asset tracking, HVAC/R based applications, and more. On-board modules HTU21DF, a relative humidity and temperature sensor with I²C Interface, by TE connectivity. Key Features High accuracy, good linearity, proven reliability, long-term stability, excellent repeatability, a low power consumption, no calibration required, instantaneous desaturation after long periods in saturation phase, etc. Interface I2C Input Voltage 3.3V Click board size S (28.6 x 25.4 mm) PINOUT DIAGRAM This table shows how the pinout on Temp&Hum 13 click corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns). Notes Pin Pin Notes NC 1 AN PWM 16 NC NC 2 RST INT 15 NC NC 3 CS RX 14 NC NC 4 SCK TX 13 NC NC 5 MISO SCL 12 SCL I2C Clock NC 6 MOSI SDA 11 SDA I2C Data Power Supply 3.3V 7 3.3V 5V 10 NC Ground GND 8 GND GND 9 GND Ground ONBOARD SETTINGS AND INDICATORS Label Name Default LD1 PWR - Description Power LED Indicator TEMP&HUM 13 CLICK ELECTRICAL SPECIFICATIONS Description Temperature Accuracy Min Typ Max - +/-0.3 - Unit °C Humidity Accuracy - +/-2 - -40 - 125 °C Relative Humidity Operating Range 0 - 100 % RH I2C clock frequency 10 - 400 kHz Operating temperature % RH SOFTWARE SUPPORT We provide a library for the Temp&Hum 13 click on our LibStock page, as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards. Library Description Library contains functions for getting temperature and humidity. Library contains functions for getting and setting user register. Library contains functions for changing resolution and soft reset. Library contains functions for enabling/disabling heater and OTP. Key functions: • float temphum13_getTemperature(void) - This function issues hold temperature measurement • command, calculates CRC for temperature value, compares two CRC values and calculates temperature value. float temphum13_getHumidity(void) - This function issues hold humidity measurement, calculates CRC for humidity value, compares two CRC values and calculates humidity value. void temphum13_setUserRegister( uint8_t register_content ) - sets user register content. • Examples description The application is composed of three sections : • System Initialization - Initializes I2C and LOG modules. • Application Initialization - Initializes I2C driver and issues soft reset command • Application Task - Measures temperature and humidity values, checks if they are valid and logs them if they are void applicationTask( ) { temperature = temphum13_getTemperature( ); humidity = temphum13_getHumidity( ); if (temperature != 65536.0) { FloatToStr( temperature, text ); FloatCut( ); mikrobus_logWrite( "> Temperature : ", _LOG_TEXT ); mikrobus_logWrite( text, _LOG_TEXT ); mikrobus_logWrite( celsius, _LOG_LINE ); } if (humidity != 65536.0) { FloatToStr( humidity, text ); FloatCut( ); mikrobus_logWrite( "> Humidity : ", _LOG_TEXT ); mikrobus_logWrite( text, _LOG_TEXT ); mikrobus_logWrite( " %RH", _LOG_LINE ); } mikrobus_logWrite( " ", _LOG_LINE ); Delay_ms(500); } Additional Functions : • FloatCut() - Rounds float number to two decimals The full application code, and ready to use projects can be found on our LibStock page. Other Mikroe Libraries used in the example: • I2C • UART • Conversions Additional notes and informations Depending on the development board you are using, you may need USB UART click, USB UART 2 click or RS232 click to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all MikroElektronika compilers, or any other terminal application of your choice, can be used to read the message. MIKROSDK This Click board™ is supported with mikroSDK - MikroElektronika Software Development Kit. To ensure proper operation of mikroSDK compliant Click board™ demo applications, mikroSDK should be downloaded from the LibStock and installed for the compiler you are using. For more information about mikroSDK, visit the official page. DOWNLOADS mikroBUS™ Standard specification LibStock: mikroSDK Click board catalog Temp&Hum 13 click Libstock HTU21DF Datasheet Temp&Hum 13 click 2D and 3D files Temp&Hum 13 click schematic https://www.mikroe.com/temphum-13-click/7-12-19
MIKROE-3635
物料型号为HTU21DF,是一款由TE Connectivity生产的数字相对湿度传感器,带有温度输出。

Temp&Hum 13 Click是一款基于HTU21DF的Click board,适用于测量相对湿度和温度。

以下是Temp&Hum 13 Click的相关信息:

- 器件简介:Temp&Hum 13 Click是一款Click board,非常适合用于测量相对湿度(RH)和温度。

它配备了HTU21DF传感器IC,该传感器IC具有高精度和可靠性,封装在微型3x3mm DFN封装中。

该传感器完全校准,响应速度快,功耗低,具有很好的互换性,无需校准,长时间饱和后能立即解饱和等特性。

- 引脚分配:Temp&Hum 13 Click的I2C总线引脚连接到mikroBUS™ I2C引脚,并通过板上电阻拉至高电平逻辑级别。

HTU21DF的最终I2C地址是工厂确定的。

- 参数特性:Temp&Hum 13 Click可以测量0到100%RH的湿度和-40°C到+125°C的温度,典型精度为±2%RH和±0.3℃。

在操作中消耗少量功率,通过I2C接口提供处理和校准的测量值。

- 功能详解:HTU21DF传感器IC具有集成加热元件,用于功能诊断。

该加热元件可以通过设置适当寄存器中的位来激活。

在加热器通电的情况下,典型功耗约为5.5mW。

- 应用信息:Temp&Hum 13 Click非常适合各种应用,包括电池操作的天气站、可靠的监控系统、资产跟踪、基于HVAC/R的应用等。

由于其低功耗,这款Click board是开发基于物联网和电池供电应用的良好解决方案。

- 封装信息:Temp&Hum 13 Click的尺寸为S(28.6 x 25.4 mm),设计为仅与3.3V逻辑电平操作。

在与5V逻辑电平的MCU一起使用之前,应执行适当的逻辑电压电平转换。


更多详细信息和软件支持,请访问Mikroe官网。
MIKROE-3635 价格&库存

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

免费人工找货
MIKROE-3635
  •  国内价格
  • 1+107.01259
  • 5+104.86734

库存:2

MIKROE-3635
    •  国内价格
    • 1+52.69785

    库存:16

    MIKROE-3635
    •  国内价格 香港价格
    • 1+118.190081+14.66143

    库存:1