personal-site/content/Custom Air Quality Monitor.md

1.7 KiB

Title: Custom Air Quality Monitor Date: 2025-01-13 Category: Creations Summary: An air quality monitor made from sensor modules. Image: airmonitor1.jpg xTags: feed

I made custom air quality monitors to track the air in my kitchen, living room, and bedroom. They use sensor modules that detect PM2.5, PM10, CO2, VOCs, Light level, pressure, temperature and humidity. The data is sent to my Sensors database once per minute.

!airmonitor1.jpg

The modules connect to an ESP8266 Arduino over I2C and UART serial. They are mounted on press-fit pegs to a 3D printed base plate I designed in FreeCAD.

The sensors used are:

The light data is used by my home automation system to know when it's night time so that motion sensors turn lights on. I also learned that the CO2 level in my bedroom was doubling from 650 ppm to 1251 ppm overnight while I slept. This is bad since high CO2 concentration affects sleep, so now my automation system turns the furnace blower on while I sleep.

Before running the blower automatically (24 hour graph, CO2 is the blue line):

!airmonitor2.png

After:

!airmonitor3.png