Open pjcm97 opened 1 year ago
I'm also interested in being able to apply the correction based on temperature and humidity. I found this old article online https://davidegironi.blogspot.com/2017/07/mq-gas-sensor-correlation-function.html where the method is explained, but I didn't understand much (the code for AVR is attached to the article).
Looking at the code "MQ-135-CorrectionFactorDHT11.ino" it seems that it is not complete as the functions are not used getCorrectedPPM getCorrectedResistance Why doesn't the correctionFactor also apply to R0?
It would be wonderful if the library could also include CorrectionFactor for other MQ sensors.
Congratulations go to Miguel for the excellent work done
Thank you for your interest in applying temperature and humidity correction factors to other MQ sensors. We agree that adding support for the MQ-4 and MQ-8 sensors would be a valuable enhancement to the library. If you're able to implement the correction factors for these sensors, we would greatly appreciate it if you could contribute a pull request. Your input would help expand the functionality of the library and benefit the community.
Thank you for your continued support, and we look forward to your contributions!
Hello Miguel,
I have gone through the MQ-135-CorrectionFactorDHT11 document, and there are a few parameters that are not entirely clear to me.
I would like to use the correction factor for temperature and humidity for the MQ-4 sensor, which is designed for methane detection, and the MQ-8 sensor, which is used for hydrogen detection, as well as the MQ-135 sensor for CO2 detection. Could you please provide guidance on where I can obtain these correction factors for the MQ-4 and MQ-8 sensors?
Here are the parameters I'm particularly interested in:
I greatly appreciate your work!
Thank you so much!