airquality3 2.0.0.0
|
Air quality 3 click is the air quality measurement device, which is able to output both equivalent CO2 levels and total volatile organic compounds (TVOC) concentration in the indoor environment.
We provide a library for the AirQuality3 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 AirQuality3 Click driver.
- Initialization function.void airquality3_cfg_setup ( airquality3_cfg_t *cfg );
AIRQUALITY3_RETVAL airquality3_init ( airquality3_t *ctx, airquality3_cfg_t *cfg );
void airquality3_default_cfg ( airquality3_t *ctx );
- Temperature and humidity data settingsuint8_t airquality3_get_co2_and_tvoc ( airquality3_t *ctx, airquality3_air_data_t *air_data );
void airquality3_set_environment_data ( airquality3_t *ctx, uint32_t env_data );
void airquality3_set_measurement_mode ( airquality3_t *ctx, uint8_t mode );
The demo application shows air quality measurement.
The demo application is composed of two sections :
Configuring clicks and log objects. Settings the click in the default configuration. Call the procedure the wakeup function of the chip.
Reads CO2 and TVOC value in the air and logs this data on the USBUART.
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.