How to calculate a output of mq138 sensor for Toluene gas

hi guys.

i am using a mq138 sensor with arduino mega 2560 for my project.
(datasheet:http://www.china-total.com/Product/meter/gas-sensor/MQ138.pdf)

of course i have searched source code about that.

here is get a LP sensor source using mq2

i know that is not about mq138 but i needed to know how to using mq sensors because i have not used mq sensors ever..

and next. here is another source for many sensors(mq138, mq135, TGS2600 ...)

the output PPM is 0~5 value if the source run with mq138

now, i know how to use mq sensors!
but i do not know how to get initialized value of toluene.

how to get Toluene curve, Ro, Rs like that?
the source explains to get Toluene with TGS2600.

regards.

how to get Toluene curve, Ro, Rs like that?

The only possibility is to make your own calibration curve, by placing the sensor in gas mixtures that have known concentrations of tolulene gas, and recording the readings.

These cheap sensors are not very discriminating, and are not useful for accurate measurements of gas concentrations. They are mostly useful for reporting changes in gas concentrations.

jremington:
The only possibility is to make your own calibration curve, by placing the sensor in gas mixtures that have known concentrations of tolulene gas, and recording the readings.

These cheap sensors are not very discriminating, and are not useful for accurate measurements of gas concentrations. They are mostly useful for reporting changes in gas concentrations.

Thank you for your reply.
right, this one is so cheap so we also can not trust this perfectly.
i just want to know can i get the toluene gas concentrations by using the source code uploaded github

i already have one device to get a toluene gas concentrations, i want to check that device and mq138.
thanks for your reply jremington :slight_smile:

can i get the toluene gas concentrations by using the source code uploaded github

Probably not. Who knows where all those numbers came from? I don't believe any of it, because every sensor has to be individually calibrated.

Have you seen this excellent tutorial on using MQ sensors to make an electronic nose?

thank you jremington.

but i have to keep searching the right way to get a toluene gas with mq138.
it will not give right output but calibration is next step.
i do not trust the source code has the right way.

i will see that new reference. haha

regard