Difference between revisions of "Team:NCKU Tainan/CO2"

 
(11 intermediate revisions by 4 users not shown)
Line 11: Line 11:
 
     <!--Page_Content-->
 
     <!--Page_Content-->
 
     <div class="container content">
 
     <div class="container content">
        <h1 class="head">CO<sub>2</sub> Sensor</h1>
+
            <div class="headstyle">
 +
                <h1 class="head">CO<sub>2</sub> Sensor</h1>
 +
            </div>
 +
            <div class="righttitle">
 +
                <h6 class="subtitle"></h6>
 +
            </div>
 
         <div class="navbar-example">
 
         <div class="navbar-example">
 
             <div class="row">
 
             <div class="row">
Line 27: Line 32:
 
                     <div data-spy="scroll" data-target="#sidelist" data-offset="0" class="scrollspy-example">
 
                     <div data-spy="scroll" data-target="#sidelist" data-offset="0" class="scrollspy-example">
 
                         <div class="container">
 
                         <div class="container">
 +
                            <img class="contentimg col-12" src="https://static.igem.org/mediawiki/2018/3/32/T--NCKU_Tainan--CO2_sensor.jpg">
 
                             <p class="pcontent">
 
                             <p class="pcontent">
                                 About this section, we are showing how to use the CO<sub>2</sub> sensor in arduino.
+
                                 About this section, we are showing how to use the CO<sub>2</sub> sensor in Arduino.
 
                             </p>
 
                             </p>
 
                             <div id="Motivation">
 
                             <div id="Motivation">
Line 55: Line 61:
  
 
                                         <ul>
 
                                         <ul>
                                             <li>Because the analog value returned by each sensor may be inaccurate, and
+
                                             <li class="none">Because the analog value returned by each sensor may be inaccurate, and
 
                                                 the carbon dioxide concentration in each area may be slightly
 
                                                 the carbon dioxide concentration in each area may be slightly
                                                 different, it must be corrected before using.</li></br>
+
                                                 different, it must be corrected before use.</li></br>
 
                                         </ul>
 
                                         </ul>
  
Line 96: Line 102:
  
 
                                         <ul>
 
                                         <ul>
                                             <li>From the graph, we have shown that V<sub>50000</sub> = 530 、V<sub>400</sub>
+
                                             <li class="none">From the graph, we have shown that V<sub>50000</sub> = 530 、V<sub>400</sub>
 
                                                 = 705</li>
 
                                                 = 705</li>
                                             <li>Therefore, we can get the slope value.</li>
+
                                             <li class="none">Therefore, we can get the slope value.</li>
                                             <li>After shifting the equation we will get</li>
+
                                             <li class="none">After shifting the equation we will get</li>
 
                                         </ul>
 
                                         </ul>
  
Line 109: Line 115:
  
 
                                         <ul>
 
                                         <ul>
                                             <li>We can then get the unknown CO<sub>2</sub> concentration from this formula.</li>
+
                                             <li class="none">We can then get the unknown CO<sub>2</sub> concentration from this formula.</li>
 
                                         </ul>
 
                                         </ul>
  
Line 115: Line 121:
  
 
                                         <ul>
 
                                         <ul>
                                             <li>We put CO<sub>2</sub> sensor into the CO<sub>2</sub> incubator and measure its analog value.</li>
+
                                             <li class="none">We put CO<sub>2</sub> sensor into the CO<sub>2</sub> incubator and measure its analog value.</li>
 
                                         </ul>
 
                                         </ul>
  
Line 130: Line 136:
 
                                         <li>Purpose</li></br>
 
                                         <li>Purpose</li></br>
 
                                         <ul>
 
                                         <ul>
                                             <li>To verify whether the logarithmic concentration of carbon dioxide is
+
                                             <li class="none">To verify whether the logarithmic concentration of carbon dioxide is
 
                                                 negatively linear with the output analog value.</li></br>
 
                                                 negatively linear with the output analog value.</li></br>
 
                                         </ul>
 
                                         </ul>
Line 137: Line 143:
  
 
                                         <ul>
 
                                         <ul>
                                             <li>Use a CO<sub>2</sub> incubator to call up the known carbon dioxide concentration
+
                                             <li class="none">Use a CO<sub>2</sub> incubator to adjust the known carbon dioxide concentration and measure its analogy to see if it is on this line.</li></br>
                                                and measure its analogy to see if it is on this line.</li></br>
+
 
                                         </ul>
 
                                         </ul>
  
Line 145: Line 150:
  
 
                                         <ul>
 
                                         <ul>
                                             <li>We put our sensor in the environment of CO<sub>2</sub> 2.7%, and we measured that
+
                                             <li class="none">We put our sensor in the environment of CO<sub>2</sub> 2.7%, and we measured that
 
                                                 the analog value 550, which is quite match with the theoretical analog
 
                                                 the analog value 550, which is quite match with the theoretical analog
 
                                                 value 552.</li></br>
 
                                                 value 552.</li></br>
 
                                         </ul>
 
                                         </ul>
 
                                        <img class="contentimg CO2img-3 col-10" src="">
 
  
 
                                     </ol>
 
                                     </ol>
Line 158: Line 161:
  
 
                                     <ul>
 
                                     <ul>
                                         <li>It is best to preheat for the first time for 24 hours, use it for more than
+
                                         <li class="none">It is best to preheat for the first time for 24 hours, use it for more than
 
                                             six hours, preheat for 1-2 hours, power off for more than 72 hours, and
 
                                             six hours, preheat for 1-2 hours, power off for more than 72 hours, and
 
                                             preheat for 24 hours.</li>
 
                                             preheat for 24 hours.</li>
Line 227: Line 230:
 
         $(document).ready(function () {
 
         $(document).ready(function () {
 
             $(window).scroll(function () {
 
             $(window).scroll(function () {
                 if ($(this).scrollTop() >= 90) {
+
                 if ($(this).scrollTop() >= 500) {
 
                     var position = $("#sidelist").position();
 
                     var position = $("#sidelist").position();
 
                     if (position == undefined) {} else {
 
                     if (position == undefined) {} else {

Latest revision as of 21:33, 17 October 2018

CO2 Sensor

Follow us

Contact us

igem.ncku.tainan@gmail.com
No.1, Daxue Rd., East Dist., Tainan City 701, Taiwan (R.O.C.)