Difference between revisions of "CO2 Soil Respiration Chamber"

From Hackteria Wiki
Jump to: navigation, search
Line 4: Line 4:
 
'''More about CO2 sensors:'''
 
'''More about CO2 sensors:'''
  
MH-Z16:
+
=== Nondispersive infrared sensor ===
 +
 
 +
==== MH-Z16: ====
 
* https://sandboxelectronics.com/?product=mh-z16-ndir-co2-sensor-with-i2cuart-5v3-3v-interface-for-arduinoraspeberry-pi
 
* https://sandboxelectronics.com/?product=mh-z16-ndir-co2-sensor-with-i2cuart-5v3-3v-interface-for-arduinoraspeberry-pi
  
 +
 +
==== MH-Z19: ====
 
This page is about the MH-Z19 CO2 sensor and some experiments done with it:
 
This page is about the MH-Z19 CO2 sensor and some experiments done with it:
 
* https://revspace.nl/MHZ19
 
* https://revspace.nl/MHZ19
Line 12: Line 16:
 
Using the MH-Z19 CO2 sensor PWM readout, simple arduino code:
 
Using the MH-Z19 CO2 sensor PWM readout, simple arduino code:
 
* https://electronics.stackexchange.com/questions/262473/mh-z19-co2-sensor-giving-diferent-values-using-uart-and-pwm
 
* https://electronics.stackexchange.com/questions/262473/mh-z19-co2-sensor-giving-diferent-values-using-uart-and-pwm
 +
 +
* https://www.mikrocontroller.net/topic/386920
  
 
Immerhin kann man den Sensor per Hd-Pin (7s gegen GND) auf 400ppm (Außenluft) eichen.
 
Immerhin kann man den Sensor per Hd-Pin (7s gegen GND) auf 400ppm (Außenluft) eichen.
 +
 +
 +
=== CCS811 ===
  
 
'''CCS BME combo'''
 
'''CCS BME combo'''

Revision as of 09:31, 12 April 2018

MH-Z19 working.jpg

More about CO2 sensors:

Nondispersive infrared sensor

MH-Z16:


MH-Z19:

This page is about the MH-Z19 CO2 sensor and some experiments done with it:

Using the MH-Z19 CO2 sensor PWM readout, simple arduino code:

Immerhin kann man den Sensor per Hd-Pin (7s gegen GND) auf 400ppm (Außenluft) eichen.


CCS811

CCS BME combo

2017-03-25T20-47-46.605Z-BME280 CCS811.jpg

https://learn.sparkfun.com/tutorials/ccs811bme280-qwiic-environmental-combo-breakout-hookup-guide#resources--going-further

This one I ordered 2.... but check I2C adress. and connect "WAK" to GND

  • #define CCS811_ADDR 0x5A //Alternate I2C Address
  • myBME280.settings.I2CAddress = 0x76;

https://www.tindie.com/products/onehorse/air-quality-sensors/