Oscarliu117 (Talk | contribs) |
Oscarliu117 (Talk | contribs) |
||
Line 37: | Line 37: | ||
4. Integrated with modelling.(連結到modeling)</br> | 4. Integrated with modelling.(連結到modeling)</br> | ||
5.Sense with Arduino.</br> | 5.Sense with Arduino.</br> | ||
− | |||
</p> | </p> | ||
</div> | </div> | ||
Line 164: | Line 163: | ||
<div id="list-item-6"> | <div id="list-item-6"> | ||
− | + | <h3>Accomplishment</h3> | |
+ | <p class="pcontent"> | ||
+ | 1. Built and characterized a functional prototype for carbon utilization system in industry sector.</br> | ||
+ | 2. Created an instructional video, a manual and lists of materials.</br> | ||
+ | 3. Implemented Bio-safety to our device.</br> | ||
+ | 4. Integrated with modelling.(連結到modeling)</br> | ||
+ | 5.Sense with Arduino.</br> | ||
+ | </p> | ||
</div> | </div> | ||
<div id="list-item-7"> | <div id="list-item-7"> | ||
− | <h3> | + | <h3>CO2 Sensor</h3> |
<div id="pt"> | <div id="pt"> | ||
<p class="pcontent"> | <p class="pcontent"> | ||
+ | Why we need to use CO2 Sensor?</br> | ||
+ | We want to detect if the CO2 concentration at the outlet is decreasing as expected.</br></br> | ||
− | </p> | + | <h8>Material used</h8></br> |
+ | 1.Arduino UNO</br> | ||
+ | 2.MG811 CO2 Sensor</br> | ||
+ | 3.Datasheet</br> | ||
+ | (1)Heating power supply: 7.5-12V</br> | ||
+ | (2) Operating Temperature: -20 – 50 °C</br> | ||
+ | (3) Measuring range: 400-10000ppm CO2</br> | ||
+ | 4. Float flowmeter</br> | ||
+ | |||
+ | <h8>Wiring</h8></br> | ||
+ | 1. MG811 CO2 Sensor red line----external battery red line</br> | ||
+ | 2. MG811 CO2 Sensor Black Wire----External Battery Black Line</br> | ||
+ | 3. MG811 CO2 Sensor Yellow Line----Arduino A0</br> | ||
+ | Remarks: Define yourself in code #define SensorPin A0</br></br> | ||
+ | <h8>Wiring diagram:</h8></br></p> | ||
+ | |||
+ | <div class="carousel-item active" style="background-image: url('http://placehold.it/1900x1080')"></div> | ||
+ | |||
+ | <p class="pcontent">See the code on github</br></br></p> | ||
+ | <p class="pcontent"><h8>Experiment</h8></br> | ||
+ | Experiment 1: Instrument calibration</br> | ||
+ | 1. Experimental purpose:</br> | ||
+ | Because the analog value returned by each sensor may be inaccurate, and the carbon dioxide concentration in each area may be slightly different, it must be corrected before use.</br> | ||
+ | 2. Experimental method:</br> | ||
+ | (1) Connect the power supply to 3.3V and use arduino to measure the analog value of output A0. Its stable value is about 3.3/5*1024=675.84.</br> | ||
+ | (2) Let the sensor enter a steady state and operate in an unventilated environment for at least 48 hours.</br> | ||
+ | (3) At this time, the analogy value of the atmospheric carbon dioxide concentration (about 400 ppm) was measured, and we measured 705.</br> | ||
+ | (4) The known carbon dioxide concentration is adjusted by a float flowmeter, and the ppm can be obtained according to the formula conversion, and the analogy value of the concentration is obtained.</br> | ||
+ | Ex: We put the carbon dioxide sensor into 100% carbon dioxide and measured its analogy value to 260.</br> | ||
+ | (5) We assume that the carbon dioxide logarithmic concentration is negatively linearly related to the output analog value, and can be found by the known two points.</br> | ||
+ | 3. Experimental formula:</br></p> | ||
+ | |||
+ | <div class="carousel-item active" style="background-image: url('http://placehold.it/1900x1080')"></div> | ||
+ | |||
+ | <p class="pcontent"> | ||
+ | Experiment 2: CO2 trend line verification</br> | ||
+ | 1. Experimental purpose: to verify whether the logarithmic concentration of carbon dioxide is negatively linear with the output analog value.</br> | ||
+ | 2. Experimental method:</br> | ||
+ | Use a float flowmeter to call up the known carbon dioxide concentration and measure its analogy to see if it is on this line.</br> | ||
+ | 3. Experimental results:</br> | ||
+ | 還沒做這星期做完實驗補</br></br> | ||
+ | <h8>Precautions</h8></br> | ||
+ | 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 preheat for 24 hours.</br></p> | ||
+ | |||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | |||
</div> | </div> |
Revision as of 05:28, 15 September 2018