Grove - Gas Sensor (O2) Release date: 9/20/2015 Version: 1.0 Wiki: http://www.seeedstudio.com/wiki/Grove_-_Gas_Sensor(O%E2%82%82) Bazaar: http://www.seeedstudio.com/depot/Grove-Gas-SensorO2-p-1541.
Document Revision History Revision Date Author Description 1.0 Sep 21, 2015 Victor.
Contents Document Revision History ···································································································2 1. Introduction ···················································································································2 2. Features··························································································································3 3.
Disclaimer For physical injuries and possessions loss caused by those reasons which are not related to product quality, such as operating without following manual guide, natural disasters or force majeure, we take no responsibility for that. Under the supervision of Seeed Technology Inc., this manual has been compiled and published which covered the latest product description and specification. The content of this manual is subject to change without notice.
1. Introduction Grove-Gas Sensor (O₂) is a kind of sensor to test the oxygen concentration in air, which is based on the principle of the electrochemical cell to the original work. You can know clearly the current oxygen concentration when you output voltage values proportional to the concentration of oxygen and refer to the oxygen concentration linear characteristic graph. It’s very suitable for detecting oxygen concentration in the environment protection.
2.
3. Specifications Items Parameter Measurement Range 0-25%vol Detect Life two years Sensitivity 0.05~0.
4. Usage That requires us to use the analog port of Arduino to take the readings. We have converted the read value to the corresponding concentration of O2. It's more convenient for you to get a value of O2 directly without watching the figure. Notice: Please power the Gas Sensor(O2) more than 48 hrs before you get data from it. Here is an example of concentration control Buzzer. When Oxygen concentration gets lower than the minimum safe concentration , the Buzzer will sound. 1.
} else digitalWrite(3,LOW); delay(1000); } } 4. When the sensor is in air, the buzzer will not sound. You can blow toward the sensor, at this time, if Oxygen concentration is lower than threshold we set, the Buzzer will sound. You can check the output voltage (amplify 201) after opening the Serial Monitor. We tested it in an office, so the concentration of O2 is about 20.5%.
7
5. Resources Grove - Gas Sensor(O2) Eagle File Schematic in PDF File:ME2-O2.pdf -- Sorry, It's written in Chinese but it's better than none.