@arturo182: A rather simple project, but I love the outcome: A #RaspberryPiZero based, continuous #CO2 "Traffic Light" as an indicator when the windows need to be opened for some fresh air, especially more #oxygen: https://github.com/xtaran/co2-led-meter
It requires no soldering, just plug a bunch of components together (should all be available at https://shop.pimoroni.com/) and run a short #Python script.
Motivation was Sensirion's USB CO₂ traffic light where the IMHO rather high thresholds can't be changed.
@vox_n_thecosmos: Well, I have an off-the-shelf air filter/purifier in my computer/office room at home, but I never noticed relations between to CO₂ level and the filter's activity.
I though noticed relations of the CO₂ level with the number of persons in the room, opening the windows, cooking with gas (in a different room in the same flat), etc.
Cc @arturo182
@fritzt: Actually I had something similar on my mind (using a LED matrix to display the PPM value), too, but never went that far as it seemed to extend complexity quite a bit. There are some #BreakoutGarden compatible LED matrix breakouts like e.g. https://shop.pimoroni.com/products/11x7-led-matrix-breakout (that's the one I planned to use) or https://shop.pimoroni.com/products/led-dot-matrix-breakout
Please also note that most Breakout Garden compatible displays need the #SPI variant of the Breakout Garden HATs while I used the #I2C-only variant.
Cc @arturo182