CO2 3 Click Board
CO2 3 Click Board
Key Features:
- Utilizing the photoacoustic spectroscopy principle, high accuracy, compact size, direct ppm readout thanks via onboard MCU, operating range up to 32.000ppm, vast lifetime, selectable communication interface, and more
- Based on the XENSIV™ PASCO2V01BUMA1 - CO2 sensor module from Infineon Technologies
- Can be used for air purifiers, thermostats, and HVAC (heating, ventilation, and air conditioning) systems
- mikroBUS: I2C, PWM, Analogue and UART Interfaces
The CO2 3 Click Board™: Measure Indoor Air Quality with Precision and Reliability
Introducing the CO2 3 Click Board™, the compact add-on board that gives precise and reliable indoor air quality measurements. Powered by the advanced XENSIV™ PASCO2V01BUMA1 CO2 sensor module from Infineon Technologies, this board utilizes cutting-edge photoacoustic spectroscopy technology to ensure accurate indoor air quality readings.
Highly Accurate Sensor Module
The CO2 3 Click Board™ features the state-of-the-art XENSIV™ PASCO2V01BUMA1 CO2 sensor module. Developed by Infineon Technologies, this module incorporates a gas measuring cell, an IR emitter, a microphone, and a powerful microcontroller for data processing. With in-house development, we guarantee the highest quality and performance for your air quality measurements.
Key Features:
- High Accuracy: Rest assured with precise CO2 measurements for your indoor environment.
- Low Power Consumption: Enjoy long-term usage without draining your power resources.
- Versatile Configuration: Customize the Click board™ to suit your specific needs.
Applications:
The CO2 3 Click Board™ is the ideal choice for various applications, including:
- Building automation
- Smart home appliances
- Air quality monitoring
Ready for Seamless Integration
With the support of a mikroSDK-compliant library, developing software for the CO2 3 Click Board™ is a breeze. Our comprehensive library includes functions that simplify the development process, allowing you to focus on what matters most - providing accurate air quality data.
Order your fully tested CO2 3 Click Board™ today and experience the ultimate precision and reliability in indoor air quality measurements. Get started with ease on any system equipped with the mikroBUS™ socket.
Software Support
We provide a library for the CO2 3 Click Board™ and a demo application (example), developed using MIKROE compilers. The demo can run on all the main MIKROE development boards.
The package can be downloaded/installed directly from NECTO Studio The package Manager (recommended), downloaded from our LibStock™ or found on the MikroE Github account.
Library Description
This library contains API for the CO2 3 Click Board™ driver.
Key functions
-
co23_get_co2_ppm
CO2 3 get CO2 concentration function. -
co23_set_meas_cfg
CO2 3 set measurement configuration function. -
co23_set_pressure_ref
CO2 3 set reference pressure function.
Example Description
This library contains API for the CO2 3 Click Board™ driver. This driver provides the functions for sensor configuration and reading the CO2 gas concentration in the air.
void application_task ( void )
{
co23_meas_cfg_t meas_cfg;
meas_cfg.op_mode = CO23_OP_MODE_SINGLE;
co23_set_meas_cfg( &co23, meas_cfg );
Delay_ms( 1000 );
uint16_t co2_ppm = 0;
co23_get_co2_ppm( &co23, &co2_ppm );
log_printf( &logger, " CO2: %d ppmrn", co2_ppm );
log_printf( &logger, "-----------------------rn" );
Delay_ms( 100 );
}
The full application code, and ready to use projects can be installed directly from NECTO Studio. The package Manager (recommended), downloaded from our LibStock™ or found on MikroE Github account.
Other MikroE Libraries used in the example:
- MikroSDK.Board
- MikroSDK.Log
- Click.CO23
Additional Notes and Information
Depending on the development board you are using, you may need USB UART Click Board™, 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. UART terminal is available in all MIKROE compilers.
MIKROSDK
The CO2 3 Click Board™ is supported with mikroSDK - MIKROE Software Development Kit, that needs to be downloaded from the LibStock and installed for the compiler you are using to ensure proper operation of mikroSDK compliant Click board™ demo applications.
CO2 3 Click Board
Frequently Asked Questions
Ask a Question-
Can the CO2 3 Click Board™ be used with other mikroBUS™ compatible boards?
Yes, the CO2 3 Click Board™ is designed to be compatible with the mikroBUS™ socket. It can be easily integrated into systems that support the mikroBUS™ interface, allowing you to combine it with other mikroBUS™ compatible boards for enhanced functionality.
-
Is the CO2 3 Click Board™ ready to use?
Yes, the CO2 3 Click Board™ comes as a fully tested product, ready for use on a system equipped with the mikroBUS™ socket. This means you can start using the board without the need for additional testing or calibration.
-
What is the mikroSDK library?
The CO2 3 Click Board™ is supported by a mikroSDK-compliant library. The mikroSDK library includes functions that simplify software development, making it easier to integrate the CO2 3 Click Board™ into your system.
-
What applications is the CO2 3 Click Board™ suitable for?
The CO2 3 Click Board™ is suitable for a range of applications, including air purifiers, thermostats, and HVAC (heating, ventilation, and air conditioning) systems. It can be used in building automation systems and smart home appliances where indoor air quality monitoring is required.
-
What are the main features of the CO2 3 Click Board™?
The CO2 3 Click Board™ offers high accuracy, low power consumption, and versatile configuration options. It is designed to provide precise and reliable indoor air quality measurements for various applications in building automation, smart home appliances, and air quality monitoring.
-
What are the key components of the CO2 3 Click Board™?
The key components of the CO2 3 Click Board™ include a gas measuring cell, an IR emitter, a microphone, and a microcontroller for data processing. These components are developed in-house to ensure the highest quality and performance.
-
What is the CO2 3 Click Board™?
The CO2 3 Click Board™ is a compact add-on board that allows precise and reliable indoor air quality measurements. It features the XENSIV™ PASCO2V01BUMA1 CO2 sensor module from Infineon Technologies, which utilizes photoacoustic spectroscopy technology to measure indoor air quality.