templog 2.0.0.0
|
Temp-Log click is a precise ambient temperature measurement device, equipped with 8Kbit (1024 bytes) of EEPROM memory, which can be used to permanently store system configuration or log application specific or user preference data.
We provide a library for the TempLog 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 TempLog Click driver.
- Initialization function.void templog_cfg_setup ( templog_cfg_t *cfg );
TEMPLOG_RETVAL templog_init ( templog_t *ctx, templog_cfg_t *cfg );
void templog_default_cfg ( templog_t *ctx );
- This function converts temperature data to celsius value.uint16_t temp_log_read_temp_dec ( templog_t *ctx, uint16_t resolution);
float temp_log_convert_to_celsius ( uint16_t temperature_data);
uint8_t temp_log_get_alert ( templog_t *ctx);
This example returns values of the temperature from the sensor.
The demo application is composed of two sections :
Initializes click driver.
Reads temperature from temperature register in decimal value in 9-bit resolution, converts that decimal value in celsius value and checks Alert pin witch goes active (low) if the measured temperature meets or exceeds the high temperature limit.
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.