thermo9 2.0.0.0
|
The TSYS01 is a single chip, versatile, new technology temperature sensor. The TSYS01 provides factory calibrated temperature information. It includes a temperature sensing chip and a 24 bit Σ-ADC.
We provide a library for the Thermo9 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 Thermo9 Click driver.
- Initialization function.void thermo9_cfg_setup ( thermo9_cfg_t *cfg );
THERMO9_RETVAL thermo9_init ( thermo9_t *ctx, thermo9_cfg_t *cfg );
- Function resets and calibrates the device in order for it to work properly.void thermo9_send_cmd ( thermo9_t *ctx, uint8_t cmd_byte );
void thermo9_calibation ( thermo9_t *ctx );
float thermo9_read_temp ( thermo9_t *ctx );
This demoapp measures temperature every 3 seconds.
The demo application is composed of two sections :
Logger initialization, click initialization and calibration.
This example shows capabilities of Thermo 9 click by measuring temperature every 3 seconds and displaying temperature in degrres Celsius via USART terminal.
Calibration function must be used once in order to get calibrations!
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.