For better office air quality.
The detector will alarm you when the CO2 concentration is high enough to make you sleepy.
Note: The temperature and humidity sensor in the diagram is DHT22 and it is possible to replace it with DHT11 for lower costs.
In order to use DHT11, you have to edit the definition macro from
#define DHTTYPE DHT22
to #define DHTTYPE DHT11
.
The following libraries are necessary for reading sensor data and displaying.
- LiquidCrystal I2C by Marco Schwartz
- DHT sensor library by Adafruit
Both are available in Arduino IDE library manager.
The 3D mesh files are co2-detector_case.stl
and co2-detector_lid.stl
under assests directory. It is only tested on Ultimaker 2+ with adhesion option checked, infill 40% and layer height 1.5. The material is white ABS.
Note: The latch of the case is fragile. Please do not assemble the case and the lid by force.