templog5 2.0.0.0
|
Temp-Log 5 click is a temperature measuring Click boardâ„¢ featuring the CAT34TS02, an accurate temperature sensor IC with integrated Serial Presence Detect EEPROM. Temperature Sensor measures and store temperatures at least 10 times in second. Temperature measurement results can be retrieved by the host MCU via I2C interface, and are compared to critical limits stored into internal registers. It also features programmable event output function and supports three modes.
We provide a library for the TempLog5 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 TempLog5 Click driver.
- Initialization function.void templog5_cfg_setup ( templog5_cfg_t *cfg );
TEMPLOG5_RETVAL templog5_init ( templog5_t *ctx, templog5_cfg_t *cfg );
void templog5_default_cfg ( templog5_t *ctx );
void templog5_write_eeprom ( templog5_t *ctx, uint8_t start_addr, uint8_t *data_in, uint8_t n_byte );
void templog5_read_eeprom ( templog5_t *ctx, uint8_t start_addr, uint8_t *data_out, uint8_t n_byte );
uint16_t templog5_read_data ( templog5_t *ctx, uint8_t reg );
Measures and stores temperatures values at least 10 times in second and logs it on terminal.
The demo application is composed of two sections :
Initializes driver init, tests comunication and EEPROM read/write and sets default configuration parameters.
Reads Temperature data and logs data to the terminal every 1 sec.
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.