temphum11 2.0.0.0
|
Temp-hum 11 click is a temperature and humidity sensing Click boardâ„¢, equipped with the HDC1080, a high accuracy digital humidity, and temperature sensor. Its key features are its low power consumption, and the measurement accuracy achieved with that much energy.
We provide a library for the TempHum11 Click as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Package can be downloaded/installed directly form compilers IDE(recommended way), or downloaded from our LibStock, or found on mikroE github account.
This library contains API for TempHum11 Click driver.
- Initialization function.void temphum11_cfg_setup ( temphum11_cfg_t *cfg );
TEMPHUM11_RETVAL temphum11_init ( temphum11_t *ctx, temphum11_cfg_t *cfg );
void temphum11_default_cfg ( temphum11_t *ctx );
- This function reads relative huminidy datafloat temphum11_get_temperature ( temphum11_t *ctx, uint8_t temp_in );
float temphum11_get_humidity ( temphum11_t *ctx );
uint16_t temphum11_read_data ( temphum11_t *ctx, uint8_t reg );
This click has two sensors which can be set to sample measurements with the resolution of 8, 11 or 14 bits, based on the measurement time. Calibration coefficients that are applied to the measured value and the results are stored in the MSB/LSB format, on the output registers. These values are then used in formulas so that the final temperature or relative humidity data can be calculated.
The demo application is composed of two sections :
Initializes driver init, test comunication and configuration chip for measurement.
Reads Temperature and Humidity data. This data logs to USBUART every 1500ms.
The full application code, and ready to use projects can be installed directly form compilers IDE(recommneded) or found on LibStock page or mikroE GitHub accaunt.
Other mikroE Libraries used in the example:
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.