weather
2.0.0.0
|
Weather click carries BME280 integrated environmental unit from Bosch.
We provide a library for the Weather 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 Weather Click driver.
void weather_cfg_setup ( weather_cfg_t *cfg );
WEATHER_RETVAL weather_init ( weather_t *ctx, weather_cfg_t *cfg );
void weather_default_cfg ( weather_t *ctx );
void weather_get_ambient_data( weather_t *ctx, weather_data_t *weather_data );
void weather_measurement_cfg ( weather_t *ctx, weather_measurement_cfg_t *cfg );
void weather_software_reset ( weather_t *ctx );
This demo-app shows the temperature, pressure and humidity measurement using Weather click.
The demo application is composed of two sections :
Configuring clicks and log objects. Setting the click in the default configuration to start the measurement.
Reads Temperature data, Relative Huminidy data and Pressure 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.