User Manual
12/07/2016
GroveGasSensor(O₂)Wiki
4/5
//interpolateintherightsegmentfortherest
return(val‐_in[pos‐1])*(_out[pos]‐_out[pos‐1])/(_in[pos]‐_in[pos‐1])+_out[pos‐1];
}
4.Whenthesensorisinroomair,thebuzzerwillbesilent.Blowthesensor.
Atthistime,ifOxygenconcentrationislowerthansetthreshold,the
Buzzerwillring.Youcanchecktheoutputvoltage(amplify201)after
openingtheSerialMonitor.
Wetesteditinsideoffice,sotheconcentrationofO2isabout20.5%.
Notice:Wehaveadjustedthefigureinaclearair.Wehaveupdateditin
otheprograminsteadofdatasheet.