The objective of this project was to develop a low-cost, portable AQI (Air Quality Index) monitor that logs key air quality metrics and stores them for long-term tracking.
This is driven by the worsening air quality due to climate change, particularly in regions like California where wildfires contribute to increased particulate matter in the atmosphere. Affordable sensors, such as Kairos, offer a scalable solution for monitoring air quality across large areas, providing national agencies with valuable data to analyze climate patterns, identify hotspots, and allocate resources more effectively.
A key advantage of Kairos is its portability and accessibility. Designed to be carried by individuals, it requires minimal infrastructure, reducing the overhead costs typically associated with large-scale environmental monitoring. This enables on-the-ground data collection and empowers individuals to better understand and respond to the air quality and environmental hazards in their immediate surroundings, while also meaningfully contributing to a larger, community or state-wide, AQI dataset. This version of Kairos serves as a proof of concept and has the following features:
- Embedded compute
- The ATMEL SAMD51J19, an accessible chip, with 120MHz CPU, 256 KB RAM, and plenty of IO buses to handle sensor data and logging.
- Instrumentation
- A Bosch SensorTech BME 688 — enabling high-accuracy pressure, humidity, temperature, Volatile Organic Compound (VOC) and Volatile Sulfur Compound (VSC) monitoring.
- An LTR-329ALS-01 — enabling visible- and IR-range light intensity measurements.
- Communication modalities
- A USB bus — for communication with a host computer
- A microSD bus — for time-stamped logging of sensor values. Using an external SD card allows for prolonged operation without needing to pause logging
- A display — for on the go monitoring of sensor values
- Two different power modes
- USB Power — embedded voltage regulators enable Kairos to be used in a stationary setting, say a roof of a building, for extended periods of time
- Battery Power — a 2500mAh LiPO and embedded charging circuitry allow Kairos to be taken on the go, for better-monitoring frequently travelled environments without requiring frequent charging.
While this version of Kairos demonstrates proof of concept, future iterations should expand its capabilities with the following features:
- UV Sensor: To capture sun intensity across more (and more dangerous) wavelengths, providing a more comprehensive solar exposure assessment.
- GPS Module: To enable precise tracking of Kairos’ location, facilitating the creation of accurate heatmaps for key AQI metrics.
- Bluetooth Syncing: To allow seamless data transfer to mobile phones, removing the need to manually retrieve data from an SD card.
- A Centralized Server: To aggregate data from multiple Kairos units, generating regional-level heatmaps and providing actionable insights from averaged data points across different areas.
- A rugged, waterproof, miniaturized shell for on the go use.