-
Notifications
You must be signed in to change notification settings - Fork 24
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
Sensor data fusion if using more then one sensor #4
Comments
Hi Cinezaster, Katelynn |
yeah,I only tested MQ9 sensor in arduino UNO.And I don't know what will happen if you use those sensors all together.I used code in github if you need them,I can give you url.
发自网易邮箱大师
在2017年08月23日 23:59,Katelynn Campbell<mailto:[email protected]> 写道:
Hi Cinezaster,
did you ever combine those sensors to get a better reading. I am testing MQ2-MQ9 but feel we do not need to use all those sensors especially if they are repetitive gases being measured. I am curious if you have tested all together and if you got a better output?
Katelynn
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#4 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ASc6BySqOMQvWCeEdI__19zmOFV2Pgd3ks5sbExggaJpZM4NJ0ZQ>.
|
@klynkins You will notice if you combine these sensors you will get different readouts for the same gas over different sensors. Also these sensors need to be on for at least 15min before you can actually use them for reading data. And turning them on and off frequently will make them go bad pretty fast, because they heat up and cool down internally the actual sensor is oxidizing faster which will eventually degrade them to a point that getting a decent measurement out of them is hard. Check out this e-nose project from Michael Madsen. |
Thank you for the reply Cinezaster. I had a feeling they were going to give different readouts of the same gas on the sensors. We are looking for an accurate reading for carbon monoxide in PPM so I don't think we are going to continue using the MQ sensors. Thank you for the tips though. Katelynn |
@klynkins You might want to look at these sensors for CO. They are relatively cheap. Contain 3 electro chemical elements and they have internal temperature correction. |
Some of the MQ sensors sense same gasses.
If combining these data we could merge data of particular gasses
for example:
We could combine these for beter output of CH4, LPG, H2, CO, ...
The text was updated successfully, but these errors were encountered: