Carte de clic Temp&Hum 15
Carte de clic Temp&Hum 15
Le La carte Temp&Hum 15 Click Board™ est une carte complémentaire compacte qui contient la 4e génération de la meilleure solution de détection d'humidité SHT de Sensirion. Cette carte comprend le SHT40, un capteur d'humidité relative 16 bits à très faible consommation d'énergie et de haute précision, et un capteur de température. Elle offre une précision de température constante, jusqu'à 0,1 °C, et affiche les meilleures performances lorsqu'elle est utilisée dans la plage de température et d'humidité moyenne recommandée de 5 à 60 °C et de 20 à 80 % d'humidité relative. Le capteur entièrement étalonné offre une sortie numérique linéarisée, une traçabilité NIST et le mode rapide I2C Plus. Il est soudable par refusion et opérationnel dans des environnements à condensation. Cette carte Click Board™ est une solution idéale pour diverses applications liées à la température et à l'humidité.
Le Temp&Hum 15 Click est pris en charge par une bibliothèque compatible mikroSDK, qui comprend des fonctions qui simplifient le développement logiciel. Cette Click Board™ est un produit entièrement testé, prêt à être utilisé sur un système équipé du socket mikroBUS™.
How Does the Temp & Hum 15 Click Board™ Work?
The Temp & Hum 15 Click Board™ as its foundation uses the SHT40, high-accuracy ultra-low-power 16-bit relative humidity and temperature sensor from Sensirion. The SHT40 builds on a wholly new and optimized CMOS chip that offers reduced power consumption and improved accuracy specifications. It provides a fully calibrated digital I2C Fast Mode Plus interface for the fastest data transfer. It covers extended operating humidity and temperature ranges from 0 to 100%RH and from -40°C to 125°C with accuracies of ±1.8%RH and ±0.2°C. The SHT40 also has a power-trimmed internal heater which can be used at three heating levels enabling sensor operation in demanding environments.
The sensor shows the best performance when operated within the recommended average temperature and humidity range of 5-60°C and 20-80%RH. Long-term exposure to conditions outside recommended normal range, especially at high relative humidity, may temporarily offset the RH signal. After returning to the recommended average temperature and humidity range, the sensor will recover to within specifications by itself.
The Temp&Hum 15 Click Board™ communicates with MCU using the standard I2C 2-Wire interface. Since the sensor for operation requires a 3.3V logic voltage level only, this Click board™ also features the PCA9306 voltage-level translator from Texas Instruments. The I2C interface bus lines are routed to the dual bidirectional voltage-level translator, allowing this Click board™ to work with both 3.3V and 5V MCUs properly.
The Temp&Hum 15 Click Board™ can operate with both 3.3V and 5V logic voltage levels selected via the VIO SEL jumper. This way, it is allowed for both 3.3V and 5V capable MCUs to use the I2C communication lines properly. However, the Click board™ comes equipped with a library that contains easy-to-use functions and an example code that can be used, as a reference, for further development.
SPECIFICATIONS
Type | Temperature & humidity |
Applications | Can be used in various temperature and humidity-related applications |
PINOUT DIAGRAM
This table shows how the pinout on Temp&Hum 15 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 | 5V | Power Supply |
Ground | GND | 8 | GND | GND | 9 | GND | Ground |
ONBOARD SETTINGS AND INDICATORS
Label | Name | Default | Description |
---|---|---|---|
LD1 | PWR | - | Power LED Indicator |
JP1 | VIO SEL | Left | Logic Level Voltage Selection 3V3/5V: Left position 3V3, Right position 5V |
TEMP&HUM 15 CLICK ELECTRICAL SPECIFICATIONS
Description | Min | Typ | Max | Unit |
---|---|---|---|---|
Supply Voltage | 3.3 | - | 5 | V |
Temperature Accuracy | - | ±0.2 | - | °C |
Relative Humidity Accuracy | - | ±1.8 | - | %RH |
Resolution | - | 0.01 | - | %RH |
Operating Humidity Range | 0 | - | 100 | %RH |
Operating Temperature Range | -40 | +25 | +125 | °C |
Software Support
We provide a library for the Temp&Hum 15 Click Board™ as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
The package can be downloaded/installed directly from NECTO Studio The package Manager (recommended), downloaded from our LibStock™ or found on the mikroE Github account.
Library Description
This library contains API for the Temp&Hum 15 Click Board™ driver.
Key Functions
temphum15_cfg_setup
- Config Object Initialization function.temphum15_init
- Initialization function.temphum15_default_cfg
- Click the Default Configuration function.
Example Description
This demo app represents the performance of the Temp&Hum 15 Click Board™. The log displays the temperature and humidity obtained from the sensor.
The demo application is composed of two sections :
void application_task ( void ) { err_t status_data; status_data = temphum15_get_temp_and_hum( &temphum15, TEMPHUM15_MODE_HIGH_PRECISION, &temperature, &humidity ); if ( status_data == TEMPHUM15_SUCCESS ) { log_printf( &logger, "----------------------------rn" ); log_printf( &logger, "> Temperature : %.2f Crn", temperature ); log_printf( &logger, "> Humidity: %.2f %RHrn", humidity ); } else { log_printf( &logger, "----------------------------rn" ); log_printf( &logger, "> No datarn" ); } Delay_ms( 2000 ); }
The full application code, and ready to use projects can be installed directly from NECTO Studio The package Manager (recommended), downloaded from our LibStock™ or found on mikroE Github account.
Other mikroE Libraries used in the example:
- MikroSDK.Board
- MikroSDK.Log
- Click.TempHum15
Additional Notes and Information
Depending on the development board you are using, you may need a USB UART Click Board™, USB UART 2 Click Board™ or RS232 Click Board™ 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
The Temp&Hum 15 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.
Software Support
We provide a library for the Temp&Hum 15 Click Board™ as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
The package can be downloaded/installed directly from NECTO Studio The package Manager (recommended), downloaded from our LibStock™ or found on the mikroE Github account.
Library Description
This library contains API for the Temp&Hum 15 Click Board™ driver.
Key Functions
temphum15_cfg_setup
- Config Object Initialization function.temphum15_init
- Initialization function.temphum15_default_cfg
- Click the Default Configuration function.
Example Description
This demo app represents the performance of the Temp&Hum 15 Click Board™. The log displays the temperature and humidity obtained from the sensor.
The demo application is composed of two sections :
void application_task ( void ) { err_t status_data; status_data = temphum15_get_temp_and_hum( &temphum15, TEMPHUM15_MODE_HIGH_PRECISION, &temperature, &humidity ); if ( status_data == TEMPHUM15_SUCCESS ) { log_printf( &logger, "----------------------------rn" ); log_printf( &logger, "> Temperature : %.2f Crn", temperature ); log_printf( &logger, "> Humidity: %.2f %RHrn", humidity ); } else { log_printf( &logger, "----------------------------rn" ); log_printf( &logger, "> No datarn" ); } Delay_ms( 2000 ); }
The full application code, and ready to use projects can be installed directly from NECTO Studio The package Manager (recommended), downloaded from our LibStock™ or found on mikroE Github account.
Other mikroE Libraries used in the example:
- MikroSDK.Board
- MikroSDK.Log
- Click.TempHum15
Additional Notes and Information
Depending on the development board you are using, you may need a USB UART Click Board™, USB UART 2 Click Board™ or RS232 Click Board™ 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
The Temp&Hum 15 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.
Carte de clic Temp&Hum 15
Frequently Asked Questions
Have a Question?
Be the first to ask a question about this.