Low-power CCS811 + HDC1080 + BMP280 three-in-one sensor module for indoor air quality monitoring, measuring gas, temperature, and humidity.
This three-in-one sensor module provides comprehensive indoor air quality monitoring by integrating three complementary sensors on a single board with an I2C interface. It is ideal for home automation projects, connected weather stations, or intelligent ventilation systems.
The CCS811 sensor analyzes volatile organic compounds (TVOC) and estimates carbon dioxide concentration (eCO2). The HDC1080 provides precise temperature and relative humidity measurements, while the BMP280 measures barometric pressure with high resolution.
This module is compatible with Arduino, Raspberry Pi, ESP32, and any microcontroller supporting the I2C bus. Dedicated libraries are available for each sensor (Adafruit_CCS811, Adafruit_HDC1080, Adafruit_BMP280).
You might also like