<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://student-wiki.eolab.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://student-wiki.eolab.de/feed.php">
        <title>HSRW EOLab Students Wiki amc2021:groupl:extras:r0</title>
        <description></description>
        <link>https://student-wiki.eolab.de/</link>
        <image rdf:resource="https://student-wiki.eolab.de/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-16T06:20:21+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://student-wiki.eolab.de/doku.php?id=amc2021:groupl:extras:r0:start&amp;rev=1672925936&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://student-wiki.eolab.de/lib/tpl/dokuwiki/images/favicon.ico">
        <title>HSRW EOLab Students Wiki</title>
        <link>https://student-wiki.eolab.de/</link>
        <url>https://student-wiki.eolab.de/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://student-wiki.eolab.de/doku.php?id=amc2021:groupl:extras:r0:start&amp;rev=1672925936&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-05T14:38:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>amc2021:groupl:extras:r0:start</title>
        <link>https://student-wiki.eolab.de/doku.php?id=amc2021:groupl:extras:r0:start&amp;rev=1672925936&amp;do=diff</link>
        <description>Finding Rzero

The below code is used to get the Rzero value of a particular MQ135 sensor, this is the resistance of the sensor in the presence of clean air. 



#include &quot;MQ135.h&quot;
const int ANALOGPIN=A0;
MQ135 gasSensor = MQ135(ANALOGPIN);
void setup(){
  Serial.begin(9600);      // sets the serial port to 9600
}
void loop(){
  float rzero = gasSensor.getRZero();
  Serial.println(rzero);
  delay(1000);
}</description>
    </item>
</rdf:RDF>
