Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Hardware
  3. Air Quality Sensor

Air Quality Sensor

Scheduled Pinned Locked Moved Hardware
calibrationaqigas sensorhchoair quality
270 Posts 46 Posters 308.8k Views 35 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • HeinzH Offline
    HeinzH Offline
    Heinz
    Hero Member
    wrote on last edited by
    #129

    MQ-135 with 10k results in a R0 of around 360 in my environment. So you could start experimenting with values around 300-500. I had to use a voltage regulator to get reliable values from the sensor.

    1 Reply Last reply
    0
    • epierreE Offline
      epierreE Offline
      epierre
      Hero Member
      wrote on last edited by epierre
      #130

      a little update on the MICS-6814:
      NO2: sensible
      CO: flat
      NH3 flat
      chartNO2.jpeg

      For the HCHO:
      charthcho.jpeg

      sorry for the flat part, some arduino issues at this time

      z-wave - Vera -> Domoticz
      rfx - Domoticz <- MyDomoAtHome <- Imperihome
      mysensors -> mysensors-gw -> Domoticz

      1 Reply Last reply
      0
      • mfalkviddM Offline
        mfalkviddM Offline
        mfalkvidd
        Mod
        wrote on last edited by
        #131

        Welcome @betthorn, great to have you here.

        1 Reply Last reply
        0
        • epierreE Offline
          epierreE Offline
          epierre
          Hero Member
          wrote on last edited by
          #132

          I have had some questions about converting from mg/m3 to ppm gases, here are the weight values and a proposed method:
          NH3 17.03 g/mol
          CO2 44.01
          CO 28.01
          H2S 34.08
          NO2 46.01
          NO 30.01
          O3 48.00
          C6H6 78.11
          C7H8 92.14

          you have:
          NO2 50 μg/m3 gives 26,5868821 ppm
          O3 27 μg/m3 = 0.027 mg/m3 -> (8,31441298,15)/(48101,325)*27=13,7617025 ppm

          correct me if I'm wrong

          z-wave - Vera -> Domoticz
          rfx - Domoticz <- MyDomoAtHome <- Imperihome
          mysensors -> mysensors-gw -> Domoticz

          1 Reply Last reply
          1
          • epierreE Offline
            epierreE Offline
            epierre
            Hero Member
            wrote on last edited by
            #133

            2016 is where IoT for gas sensors are moving to more maturity, Cooking Hacks / Libellium proposed so far Fibaro sensors, but are now proposing more pricey one that are calibrated.

            See https://www.cooking-hacks.com/shop/sensors/gas

            z-wave - Vera -> Domoticz
            rfx - Domoticz <- MyDomoAtHome <- Imperihome
            mysensors -> mysensors-gw -> Domoticz

            1 Reply Last reply
            0
            • epierreE Offline
              epierreE Offline
              epierre
              Hero Member
              wrote on last edited by
              #134

              CO2 with MH-Z14
              0_1455112054292_chart(7).png
              NO2 MICS-6814
              0_1455112065552_chart(8).png
              HCHO sensor
              0_1455112071878_chart(9).png

              z-wave - Vera -> Domoticz
              rfx - Domoticz <- MyDomoAtHome <- Imperihome
              mysensors -> mysensors-gw -> Domoticz

              1 Reply Last reply
              0
              • B Offline
                B Offline
                bhavika
                wrote on last edited by bhavika
                #135

                In MQ135 sensor's datasheet , which line on the curve is used to find out the concentration of benzene?

                epierreE 1 Reply Last reply
                0
                • B bhavika

                  In MQ135 sensor's datasheet , which line on the curve is used to find out the concentration of benzene?

                  epierreE Offline
                  epierreE Offline
                  epierre
                  Hero Member
                  wrote on last edited by
                  #136

                  @bhavika said:

                  In MQ135 sensor's datasheet , which line on the curve is used to find out the concentration of benzene?

                  MQ135 is sensitive to particle size, benzene is one of these. I rememer someone who used the chinese datasheet and found a chinese to translate it.

                  z-wave - Vera -> Domoticz
                  rfx - Domoticz <- MyDomoAtHome <- Imperihome
                  mysensors -> mysensors-gw -> Domoticz

                  1 Reply Last reply
                  0
                  • supersjimmieS Offline
                    supersjimmieS Offline
                    supersjimmie
                    wrote on last edited by supersjimmie
                    #137

                    @epierre I am testing a stripped-down version of your code from your AirQuality-MQ135.ino. I stripped it to make it run just stand-alone.
                    What I don't understand is how to do the calibration. When I run it in outside environment (with 10k resistor), I get these values:

                    valr 223
                    Vrl / Rs / ratio:13387 / 20875.00 / 0.00
                    

                    What would be the next step for calibration?

                    epierreE 1 Reply Last reply
                    0
                    • supersjimmieS supersjimmie

                      @epierre I am testing a stripped-down version of your code from your AirQuality-MQ135.ino. I stripped it to make it run just stand-alone.
                      What I don't understand is how to do the calibration. When I run it in outside environment (with 10k resistor), I get these values:

                      valr 223
                      Vrl / Rs / ratio:13387 / 20875.00 / 0.00
                      

                      What would be the next step for calibration?

                      epierreE Offline
                      epierreE Offline
                      epierre
                      Hero Member
                      wrote on last edited by
                      #138

                      @supersjimmie replace MQ135_DEFAULTRO by your value 20875 in the sketch

                      z-wave - Vera -> Domoticz
                      rfx - Domoticz <- MyDomoAtHome <- Imperihome
                      mysensors -> mysensors-gw -> Domoticz

                      supersjimmieS 1 Reply Last reply
                      0
                      • epierreE epierre

                        @supersjimmie replace MQ135_DEFAULTRO by your value 20875 in the sketch

                        supersjimmieS Offline
                        supersjimmieS Offline
                        supersjimmie
                        wrote on last edited by supersjimmie
                        #139

                        @epierre Thanks, I thought it would be something like that, but that didn't work.
                        I then got

                        valr 242
                        Vrl / Rs / ratio:5464 / 8520.00 / 0.00
                        

                        Nothing like around 400ppm.

                        1 Reply Last reply
                        0
                        • epierreE Offline
                          epierreE Offline
                          epierre
                          Hero Member
                          wrote on last edited by
                          #140

                          yes for the code must be updated, the value is the CO2 (or something else) detected above the 399 in atmosphere

                            gw.send(msg.set(MQ135_DEFAULTPPM+(int)ceil(valAIQ)));
                          

                          z-wave - Vera -> Domoticz
                          rfx - Domoticz <- MyDomoAtHome <- Imperihome
                          mysensors -> mysensors-gw -> Domoticz

                          1 Reply Last reply
                          0
                          • supersjimmieS Offline
                            supersjimmieS Offline
                            supersjimmie
                            wrote on last edited by
                            #141

                            Thanks, but when calibrating something strange happens when I put the module outside:

                            valr 270
                            Vrl   / Rs       / ratio  / ppm
                            61355 / 95673.00 / 0.00 / 399.00
                            valr 265
                            Vrl   / Rs       / ratio  / ppm
                            62928 / 98126.00 / 0.00 / 399.00
                            valr 260
                            Vrl   / Rs       / ratio  / ppm
                            64561 / 100673.00 / 0.00 / 399.00
                            valr 256
                            Vrl   / Rs       / ratio  / ppm
                            378 / 589.00 / 0.00 / 399.00
                            valr 252
                            Vrl   / Rs       / ratio  / ppm
                            1773 / 2764.00 / 0.00 / 399.00
                            

                            As you can see, the valr decreases slowly, but suddenly Vlr and Rs jump over.
                            Vlr is the value of 'val', which is: uint16_t val = ((float)22000*(1023-valr)/valr);
                            uint16_t is 16bit, so max 65535. It looks like my environment needs more than that?
                            (in fact, your code defines the defaultro as 68550, which is also too much for a uint16?)

                            epierreE 1 Reply Last reply
                            0
                            • supersjimmieS supersjimmie

                              Thanks, but when calibrating something strange happens when I put the module outside:

                              valr 270
                              Vrl   / Rs       / ratio  / ppm
                              61355 / 95673.00 / 0.00 / 399.00
                              valr 265
                              Vrl   / Rs       / ratio  / ppm
                              62928 / 98126.00 / 0.00 / 399.00
                              valr 260
                              Vrl   / Rs       / ratio  / ppm
                              64561 / 100673.00 / 0.00 / 399.00
                              valr 256
                              Vrl   / Rs       / ratio  / ppm
                              378 / 589.00 / 0.00 / 399.00
                              valr 252
                              Vrl   / Rs       / ratio  / ppm
                              1773 / 2764.00 / 0.00 / 399.00
                              

                              As you can see, the valr decreases slowly, but suddenly Vlr and Rs jump over.
                              Vlr is the value of 'val', which is: uint16_t val = ((float)22000*(1023-valr)/valr);
                              uint16_t is 16bit, so max 65535. It looks like my environment needs more than that?
                              (in fact, your code defines the defaultro as 68550, which is also too much for a uint16?)

                              epierreE Offline
                              epierreE Offline
                              epierre
                              Hero Member
                              wrote on last edited by
                              #142

                              @supersjimmie said:

                              Vlr is the value of 'val', which is: uint16_t val = ((float)22000*(1023-valr)/valr);

                              yes and this is why I did rewrite it to https://github.com/empierre/arduino/blob/master/AirQuality-Multiple_Gas_Sensor1_4.ino but did not updated this one...

                              z-wave - Vera -> Domoticz
                              rfx - Domoticz <- MyDomoAtHome <- Imperihome
                              mysensors -> mysensors-gw -> Domoticz

                              supersjimmieS 1 Reply Last reply
                              0
                              • epierreE epierre

                                @supersjimmie said:

                                Vlr is the value of 'val', which is: uint16_t val = ((float)22000*(1023-valr)/valr);

                                yes and this is why I did rewrite it to https://github.com/empierre/arduino/blob/master/AirQuality-Multiple_Gas_Sensor1_4.ino but did not updated this one...

                                supersjimmieS Offline
                                supersjimmieS Offline
                                supersjimmie
                                wrote on last edited by supersjimmie
                                #143

                                @epierre I striped-down that AirQuality-Multiple_Gas_Sensor1_4.ino to use only MQ135.
                                When used inside, the analogRead is 473, so a reasonble value.
                                But the MQCalibration function returns 0. Which means the MQResistanceCalculation also returns 0.

                                MQResistenceCalculation only does one calc:
                                return (long)((long)(1024 * 1000 * (long)rl_value)/raw_adc-(long)rl_value);
                                rl_value = float RL4 = 0.990
                                raw_adc = 473 (measured as said above)
                                (1024 * 1000 * 0.990) / 473 - 0.990 = 2142.266
                                I checked that raw_adc is filled with the correct value (to be sure it is not lost somewhere).

                                What looks to fix this, I changed everything to float . So:
                                return (float)((float)(1024 .* 1000. * (float)rl_value)/raw_adc-(float)rl_value);
                                Which can be simplyfied as:
                                return ((1024 * 1000*rl_value)/raw_adc-rl_value);
                                I went to float, because the function is created as float MQResistenceCalculation.

                                This now gives some ppm values that are within a reasonable range (about 2000 here).

                                Now I have to figure out how to do calibration on this method again...

                                1 Reply Last reply
                                0
                                • epierreE Offline
                                  epierreE Offline
                                  epierre
                                  Hero Member
                                  wrote on last edited by
                                  #144

                                  looks like I have to rework something... but not in the todo list right now... Imperihome is now back on top, and Particle on lipo/solar also...

                                  z-wave - Vera -> Domoticz
                                  rfx - Domoticz <- MyDomoAtHome <- Imperihome
                                  mysensors -> mysensors-gw -> Domoticz

                                  1 Reply Last reply
                                  0
                                  • tantt2810T Offline
                                    tantt2810T Offline
                                    tantt2810
                                    wrote on last edited by
                                    #145

                                    Hello,
                                    I don't know how to calculate 3 numbers of LPGCurve[]. Can you explain clearly for me? Thank you so much !!!

                                    0_1456336543192_Capture.PNG

                                    1 Reply Last reply
                                    0
                                    • epierreE Offline
                                      epierreE Offline
                                      epierre
                                      Hero Member
                                      wrote on last edited by
                                      #146

                                      @tantt2810 as explained above, if the datasheet has a logarithmic scale, you can use the power regression to approximate the curve. One tool for example to do this calculus:http://www.xuru.org/rt/powr.asp

                                      for a sensor discussed above I read this on the datasheet:
                                      H2
                                      1.3 50
                                      0.8 100
                                      0.28 400
                                      0.16 1000
                                      0.05 4000

                                      The xuru website gives me this:

                                      y = 73.59123879 x-1.355617483
                                      Residual Sum of Squares: rss = 87393.44418

                                      and thus I have::
                                      H2Curve[3] = {73.5912, -1.355617};

                                      z-wave - Vera -> Domoticz
                                      rfx - Domoticz <- MyDomoAtHome <- Imperihome
                                      mysensors -> mysensors-gw -> Domoticz

                                      tantt2810T 1 Reply Last reply
                                      0
                                      • epierreE epierre

                                        @tantt2810 as explained above, if the datasheet has a logarithmic scale, you can use the power regression to approximate the curve. One tool for example to do this calculus:http://www.xuru.org/rt/powr.asp

                                        for a sensor discussed above I read this on the datasheet:
                                        H2
                                        1.3 50
                                        0.8 100
                                        0.28 400
                                        0.16 1000
                                        0.05 4000

                                        The xuru website gives me this:

                                        y = 73.59123879 x-1.355617483
                                        Residual Sum of Squares: rss = 87393.44418

                                        and thus I have::
                                        H2Curve[3] = {73.5912, -1.355617};

                                        tantt2810T Offline
                                        tantt2810T Offline
                                        tantt2810
                                        wrote on last edited by
                                        #147

                                        @epierre Thank you so much !!!
                                        Have a nice day =)) !!!

                                        1 Reply Last reply
                                        0
                                        • epierreE epierre

                                          So tonight with these new formulae, I updated my mega sketch to get :

                                           MQ2    :LPG   :0ppm    CO    :0ppm    SMOKE :0ppm
                                           MQ6    :LPG   :0ppm    CH4   :0ppm
                                           MQ131  :CL2   :1ppm    O3    :1ppm
                                           TGS2600:H2    :0ppm    C2H5OH:0ppm    C4H10 :0ppm
                                          

                                          Going through the "clean air calibation" I have:

                                          float MQResistanceCalculation(int raw_adc)    {
                                            return ( ((float)RL_VALUE*(1023-raw_adc)/raw_adc));
                                          }
                                          

                                          Here are the readings without:

                                          MQ2:5.28
                                          MQ6:36.94
                                          MQ131:3.61
                                          TGS2600:0.04
                                          

                                          and with all is 0... BTW...

                                          What do you think of that ? nothing indicated that MQ6 should be so big, and tgs so low... same for MQ131 that should be 100k-200k per datasheet....

                                          jenbakerJ Offline
                                          jenbakerJ Offline
                                          jenbaker
                                          wrote on last edited by
                                          #148

                                          @epierre

                                          hi

                                          i am new here.

                                          sorry i am a little confused by with these new formulate.

                                          is it the key for module?

                                          epierreE 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          20

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.1k

                                          Posts


                                          Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • MySensors
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular