-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I apply ozone to the MQ131 sensor instead of increasing the value it drops #31
Comments
Can you elaborate a bit? :-) Can you share the wiring, the test protocol and the program? |
hi, change the sensor (high concentration) and work good the new one, I think was damaged for high temp soldering, the problem now are with the zero level ozone, using RL 1M resistor or 10K the zero are in 18 PPM or 16 PPM, when apply ozone at 15 ppm rise to 24. Now leave the sensor in heating process with 5V directly for 48 hrs to make test again |
MQ131.setEnv(27,65); // temp 27o RH = 65% // Init the sensor MQ131.calibrate(); |
The high concentration version of the MQ131 is designed for the high concentration of ozone. It means that the low ozone concentration will produce erratic values. According to the datasheet, the minimal concentration detected is 10ppm. Knowing that it is a chemical sensor, you will have an high variability at such a low concentration. I’m not surprized that you cannot reach the 0ppm with the high concentration sensor as it is not designed for this. Try again with high ozone concentration (> 100 ppm) after calibration & burn-in time to validate your results. |
I had the same issue. I suspect your sensor might be a SnO2 sensor where the resistance of the sensor decreases with an increase in O3 concentration. |
@acavolina It seems that @Kesavaram is right. He added the code to support the SnO2 version (release 1.5.0). Can you try your low concentration sensor with the model |
thanks I will buy it and try it
… El 1 nov. 2020, a las 11:05, Olivier Staquet ***@***.***> escribió:
@acavolina <https://github.com/acavolina> It seems that @Kesavaram <https://github.com/Kesavaram> is right. He added the code to support the SnO2 version (release 1.5.0).
Can you try your low concentration sensor with the model SN_O2_LOW_CONCENTRATION ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#31 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AREHDK4V22RY5OSEXJKIQUTSNV2K7ANCNFSM4RY46KBA>.
|
some help ?
The text was updated successfully, but these errors were encountered: