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.
  • epierreE epierre

    @tantt2810 said:

    Hi everyone,
    I have an CO2 MG811 sensor. I don't know where tcm pin connect with ?
    Please help me. Thank you so much !!!!

    this is an analogic sensor, so VCC/Gnd to power it, and readings on analogic Aout

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

    @epierre
    Thank you. Your mean is Vcc->5V, GND->GND, Dout->Digital pin, Aout->Analog pin. Is it right?
    But I don't know the tcm pin connect with ? I have read datasheet but I don't find any info about tcm pin. Please help me. Thank you so much !!!

    epierreE 1 Reply Last reply
    0
    • alexsh1A Offline
      alexsh1A Offline
      alexsh1
      wrote on last edited by
      #165

      @epierre

      Readings of my MQ135 are going up and down like a yo-yo. Not sure how to read them really?
      What do you think?

      0_1457656109114_Screenshot (18).png

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

        I am confused with MiCS 4514 sensor. What I had done is :

        using MiCS quick start evaluation board, measured ADC value
        calculated Vout and from that calculated R0.
        Rs/R0 concentration gives me high value, which is not possible, My data is as follows
        clean air file is used for the purpose of R0 value
        https://drive.google.com/file/d/0B8sF8a6FHoseWjhWOHRoYzIxakk/view?usp=sharing
        and Polluted file is used to calculate the actual pollution
        https://drive.google.com/file/d/0B8sF8a6FHoseR1BnclhCUHdibEU/view?usp=sharing

        I am confused. Please help me

        VirV 1 Reply Last reply
        0
        • tantt2810T tantt2810

          @epierre
          Thank you. Your mean is Vcc->5V, GND->GND, Dout->Digital pin, Aout->Analog pin. Is it right?
          But I don't know the tcm pin connect with ? I have read datasheet but I don't find any info about tcm pin. Please help me. Thank you so much !!!

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

          @tantt2810 said:

          @epierre
          Thank you. Your mean is Vcc->5V, GND->GND, Dout->Digital pin, Aout->Analog pin. Is it right?
          But I don't know the tcm pin connect with ? I have read datasheet but I don't find any info about tcm pin. Please help me. Thank you so much !!!

          do not use the digital pin !!! it only reacts with the potentiometer in on/off mode, so useless... you need to power the device with Vcc/Gnd, and read the output with Aout (A stands for analog). The last one forget it.

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

          tantt2810T 1 Reply Last reply
          1
          • alexsh1A alexsh1

            @epierre

            Readings of my MQ135 are going up and down like a yo-yo. Not sure how to read them really?
            What do you think?

            0_1457656109114_Screenshot (18).png

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

            @alexsh1 is that raw ADC output or with a calculation ? normaly this should go up or down but not in sucha drastic way

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

            alexsh1A 1 Reply Last reply
            0
            • epierreE epierre

              @alexsh1 is that raw ADC output or with a calculation ? normaly this should go up or down but not in sucha drastic way

              alexsh1A Offline
              alexsh1A Offline
              alexsh1
              wrote on last edited by
              #169

              @epierre

              This is a value gw.send(msg.set(MQ135_DEFAULTPPM+(int)ceil(valAIQ))) reported to Domoticz.
              It does not make any sense to me at all.

              epierreE 1 Reply Last reply
              0
              • epierreE epierre

                @tantt2810 said:

                @epierre
                Thank you. Your mean is Vcc->5V, GND->GND, Dout->Digital pin, Aout->Analog pin. Is it right?
                But I don't know the tcm pin connect with ? I have read datasheet but I don't find any info about tcm pin. Please help me. Thank you so much !!!

                do not use the digital pin !!! it only reacts with the potentiometer in on/off mode, so useless... you need to power the device with Vcc/Gnd, and read the output with Aout (A stands for analog). The last one forget it.

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

                @epierre
                Thanks you so much !!! Good job, Good boy =)).

                1 Reply Last reply
                0
                • alexsh1A alexsh1

                  @epierre

                  This is a value gw.send(msg.set(MQ135_DEFAULTPPM+(int)ceil(valAIQ))) reported to Domoticz.
                  It does not make any sense to me at all.

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

                  @alexsh1 said:

                  @epierre

                  This is a value gw.send(msg.set(MQ135_DEFAULTPPM+(int)ceil(valAIQ))) reported to Domoticz.
                  It does not make any sense to me at all.

                  same for mle, sometime it is good to have two piece to compare their behavior... I have 3 o them ...

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

                  1 Reply Last reply
                  0
                  • alexsh1A Offline
                    alexsh1A Offline
                    alexsh1
                    wrote on last edited by
                    #172

                    @epierre do you think it is a faulty sensor though?

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

                      Hello,

                      Can I use pinMode(digitalpin, OUTPUT) to turn off sensor? Or Is there any way to wirte a function that turn off sensor?

                      I want to remote it on web to turn on or off it.

                      Thank you so much !!!

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

                        For those who are trying to use an MQ135 module from e-bay or other sellers, on a small pcb with a chip, LED and potmeter:
                        It took me a while until I figured out that the little chip has a very big influence on the value that you read on the A-out pin.
                        Only after removing the connection between the A-out pin and the little chip, I got normal measurements.

                        I also replaced the small resistor marked "102" with a 10k resistor, to make measurements more compatible with code that uses a 10k pull down resistor. But that was already a known issue, found on many other places.

                        1 Reply Last reply
                        1
                        • tantt2810T tantt2810

                          Hello,

                          Can I use pinMode(digitalpin, OUTPUT) to turn off sensor? Or Is there any way to wirte a function that turn off sensor?

                          I want to remote it on web to turn on or off it.

                          Thank you so much !!!

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

                          @tantt2810 said:

                          Hello,

                          Can I use pinMode(digitalpin, OUTPUT) to turn off sensor? Or Is there any way to wirte a function that turn off sensor?

                          I want to remote it on web to turn on or off it.

                          Thank you so much !!!

                          well no, powering is through Vcc/GND, so you whould use a switch on this. Digital pins do not gives enough power for such sensors.

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

                          1 Reply Last reply
                          0
                          • alexsh1A alexsh1

                            @epierre do you think it is a faulty sensor though?

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

                            @alexsh1 said:

                            @epierre do you think it is a faulty sensor though?

                            coud be, hard to know without possibility to compare to another one.

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

                            1 Reply Last reply
                            0
                            • alexsh1A Offline
                              alexsh1A Offline
                              alexsh1
                              wrote on last edited by
                              #177

                              @epierre

                              This is what I discovered. When nobody is around the sensor 'settles' on a particular value. However, when there is anyone around in the room, the sensor reading goes up and down - see the snapshot attached. Any idea what the problem may be?

                              0_1459957501388_Untitled.jpg

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

                                @alexsh1 hard to say, could be something moving inside if someone makes vibration around and thus this strange reaction... the down curve at the end is correct, the in between not

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

                                1 Reply Last reply
                                0
                                • E Offline
                                  E Offline
                                  Elfnoir
                                  wrote on last edited by
                                  #179

                                  Hi,
                                  Can you check the reception level?
                                  I had same behaviour with an old temperature/humidity module; need to move it to another place in the room, and works perfectly now :-)

                                  epierreE 1 Reply Last reply
                                  0
                                  • E Elfnoir

                                    Hi,
                                    Can you check the reception level?
                                    I had same behaviour with an old temperature/humidity module; need to move it to another place in the room, and works perfectly now :-)

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

                                    @Elfnoir said:

                                    ; need to move it to another place in the room, and works perfectly now

                                    temp/hum are "less" sensitive on environment, here the sensors heats up to 40-60° (or more) so temp/hum is not the most impacting (I can be wrong anyway ;-)

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

                                    1 Reply Last reply
                                    0
                                    • alexsh1A Offline
                                      alexsh1A Offline
                                      alexsh1
                                      wrote on last edited by
                                      #181

                                      @epierre I wonder if you looked at this sensor Figaro TGS8100:

                                      http://www.figarosensor.com/products/entry/tgs8100.html

                                      Looks like it is perfect for a low-powered platform.

                                      epierreE R 2 Replies Last reply
                                      0
                                      • alexsh1A alexsh1

                                        @epierre I wonder if you looked at this sensor Figaro TGS8100:

                                        http://www.figarosensor.com/products/entry/tgs8100.html

                                        Looks like it is perfect for a low-powered platform.

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

                                        @alexsh1 said:

                                        @epierre I wonder if you looked at this sensor Figaro TGS8100:

                                        http://www.figarosensor.com/products/entry/tgs8100.html

                                        Looks like it is perfect for a low-powered platform.

                                        as a replacement for MQ in low power yes could be... the bad part is how to get one ?

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

                                        alexsh1A 1 Reply Last reply
                                        0
                                        • epierreE epierre

                                          @alexsh1 said:

                                          @epierre I wonder if you looked at this sensor Figaro TGS8100:

                                          http://www.figarosensor.com/products/entry/tgs8100.html

                                          Looks like it is perfect for a low-powered platform.

                                          as a replacement for MQ in low power yes could be... the bad part is how to get one ?

                                          alexsh1A Offline
                                          alexsh1A Offline
                                          alexsh1
                                          wrote on last edited by
                                          #183

                                          @epierre said:
                                          the bad part is how to get one ?

                                          How about http://www.soselectronic.com/?str=371&artnum=170939&name=figaro-tgs8100 ?

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


                                          10

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.0k

                                          Posts


                                          Copyright 2019 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