Skip to content
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

Ro co2 mq135 info #34

Open
lizzus opened this issue Oct 2, 2019 · 1 comment
Open

Ro co2 mq135 info #34

lizzus opened this issue Oct 2, 2019 · 1 comment

Comments

@lizzus
Copy link

lizzus commented Oct 2, 2019

float           CO2Curve[2]     =  {113.7105289, -3.019713765};  //MQ135
float           CO_secCurve[2]  =  {726.7809737, -4.040111669};  //MQ135
float           NH4Curve[2]     =  {84.07117895, -4.41107687};   //MQ135
float           C2H50H_Curve[2] =  {74.77989144, 3.010328075};   //MQ135 
float           CH3Curve[2]     =  {47.01770503, -3.281901967};  //MQ135
float           CH3_2COCurve[2] =  {7.010800878, -2.122018939};  //MQ135

Im using mq135 sensor. i get these values curve.

These are R0 and RL.

float Ro4 = 2.511;    //MQ135   2.51 this has to be tuned 10K Ohm
float RL4 = 0.990;    //MQ135   FC-22

I know that CO2 PPM default is about 400 ppm. so during calibration i have to use different R0 Value right? Ro value for co2 is 41763, so i will use r0 2.511 for other gases and 41763 for co2. Can i have an advice?

thanks

@empierre
Copy link
Owner

empierre commented Oct 3, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants