Skip to content

Cheap and simple CO2 measurement to facilitate controlling room ventilation during COVID-19 pandemic. Measurement of the CO2 level is an indicator of risk. Recommended is to keep CO2 below 800 to 1000 ppm. This design uses a minimal amount of parts. Value engineering against COVID-19

License

Notifications You must be signed in to change notification settings

RainerWinkler/CO2-Measurement-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CO2-Measurement-simple

This repository contains simple CO2 measurement devices for about than 40 Euros or 50$. There are multiple designs, the most simple needs no soldering and can be build with minor technical understanding.

The intention of this repository is to provide informations how to build a CO2 monitor which:

  • Uses easily available, cheap components - So that mass production is feasible
  • Restricts to features which are really needed for a CO2 monitor during the COVID-19 epidemic - Reduce complexity and reduce problems with wrong usage
  • Has MIT license - Can easily be copied and distributed by everyone, even commercial

Please read this document carefully to see what restrictions follow from this design.

With Display and Warning LED

This design has warning lights, a display and logic to enable it to be powered by a power bank which auto switch off logic.

See CO2 Monitor Design 3 for details.

Very simple design

This is the very simple design. It needs a conversion table to get the ppm value from the reading. No soldering needed, the connection is made with screw terminals:

Parts needed:

Tools needed:

See CO2 Monitor Design 2 for details.

Simple design

This is the simple design:

See CO2 Monitor Design 1 for details.

Further informations

Datas sheet of the sensor https://www.winsen-sensor.com/sensors/co2-sensor/mh-z19b.html. The most actual data sheet is linked there. To get older versions you may try a google search with MH-Z19B site:winsen-sensor.com

To calibrate follow the data sheet. Bring the sensor to clean ambient air for at least 20 minutes. Push the button which connects to HD for at least 7 seconds. Be careful not to breath against the device when you do this.

The auto calibrate option is the default, so the sensor will calibrate itself every 24 hours. This cannot be deactivated with m0del 1 and 2 as there is no data connection to the sensor. The data sheet writes correctly: "This method is suitable for office and home environment, not suitable for agriculture greenhouse, farm, refrigerator, etc."

The auto calibration works only reliable when the CO2 concentration is sufficiently often enough around 400 ppm. In model 3 it may be switched off. See this forum https://www.letscontrolit.com/forum/viewtopic.php?t=3736 for comparisons of MH-Z19B with other sensors and a discussion of the reliability of the MH-Z19B. The software of the sensor is updated from time to time. I use currently sensor which use version 1.5. My impression is, that some of the problems mentioned in the forum are solved now. For instance: I do not have the impression that the autocalibration calibrates always to 400 ppm after 24 hours. Maybe the algorithm is improved now.

The default range of the MH-Z19B is not specified in the manual. I deduced that it is 5000 ppm from the voltage measured with clean air. I did now a simple calibration of the device to check this assumption. I put the sensor in a bucket with a volume of 5.7 liter and added a small fan. The bucket is closed with a thin foil. I used a CO2 bottle from a soda club machine to fill a small bag with CO2. The CO2 was drawn into a syringe. I added 15 ml CO2 to the bucket. After 10 minutes the reading changed from 530 ppm to 2690 ppm. The ambient air pressure was 957 mbar. I expect an increase of 2462 ppm, the measured increase was 2160 ppm.

Formula: ( 15 ml / 5700 ml ) * ( 957 mbar / 1023 mbar ) = 0.002462 = 2462 ppm

This is 88% of the expected value. This is plausible when I assume that the syringe was not filled with pure CO2. I assume therefore that my assumption is correct that a new MH-Z19B starts with a default range of 5000 ppm.

I correct for the air pressure because the sensor measures the absorption of infrared light by CO2. With lower pressure, less CO2 will be in the chamber. So the sensor will measure less CO2 unless a correction for the air pressure is made. I guess this is not by this device.

About

Cheap and simple CO2 measurement to facilitate controlling room ventilation during COVID-19 pandemic. Measurement of the CO2 level is an indicator of risk. Recommended is to keep CO2 below 800 to 1000 ppm. This design uses a minimal amount of parts. Value engineering against COVID-19

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages