Page 1 of 1

MQ7

PostPosted: Wed May 04, 2016 10:51 am
by azambo3
Hello!
I bought the MQ7 gas sensor (full packet with module )and I connect it to arduino uno ,does the reading I do get from the sensor is already in ppm or I need to do some coding to convert the sensor reading to ppm ?!
please help ,thank you :)

Re: MQ7

PostPosted: Wed May 04, 2016 5:48 pm
by Apis210
Hi. Did you use any library for the coding or you just use analog read to get the output?

Re: MQ7

PostPosted: Thu May 05, 2016 12:51 pm
by azambo3
I just used the analog output to get the reading without using any library code .

Re: MQ7

PostPosted: Thu May 05, 2016 3:51 pm
by Apis210
You can refer to this tutorial. He used MQ2 sensor but the concept is same. In this link, he explain about gas sensor in step 3.

The output that you get is only the analog value.To determine the PPM you'll need to follow the break-in and calibration procedure on the MQ-7 datasheet, as well as adjusting for relative humidity. You can refer to the datasheet to do so.

Hope it may helps. :)