Yaya Jeremy (Talk | contribs) |
|||
(30 intermediate revisions by 5 users not shown) | |||
Line 11: | Line 11: | ||
<!--Page_Content--> | <!--Page_Content--> | ||
<div class="container content"> | <div class="container content"> | ||
− | <h1 class="head">Hardware</h1> | + | <div class="headstyle"> |
+ | <h1 class="head">Hardware</h1> | ||
+ | </div> | ||
+ | <div class="righttitle"> | ||
+ | <h6 class="subtitle"> The Mini CO<sub>2</sub> Catcher</h6> | ||
+ | </div> | ||
<div class="navbar-example"> | <div class="navbar-example"> | ||
<div class="row"> | <div class="row"> | ||
Line 21: | Line 26: | ||
<a class="list-group-item list-group-item-action" href="#Bioreactor">Bioreactor</a> | <a class="list-group-item list-group-item-action" href="#Bioreactor">Bioreactor</a> | ||
<a class="list-group-item list-group-item-action" href="#Nutrient_tank">Nutrient tank</a> | <a class="list-group-item list-group-item-action" href="#Nutrient_tank">Nutrient tank</a> | ||
+ | <a class="list-group-item list-group-item-action" href="#Electromagnetic valve">Electromagnetic valve</a> | ||
<a class="list-group-item list-group-item-action" href="#Materials_required">Materials required</a> | <a class="list-group-item list-group-item-action" href="#Materials_required">Materials required</a> | ||
<a class="list-group-item list-group-item-action" href="#"><i class="fa fa-arrow-up fa-1x" | <a class="list-group-item list-group-item-action" href="#"><i class="fa fa-arrow-up fa-1x" | ||
Line 53: | Line 59: | ||
<h3>Introduction</h3> | <h3>Introduction</h3> | ||
<div id="pt"> | <div id="pt"> | ||
− | <p class="hpcontent">Nearly | + | <p class="hpcontent">Nearly 30% of CO<sub>2</sub> emissions are attributable to |
industries. | industries. | ||
The goal of our | The goal of our | ||
project is to solve the CO<sub>2</sub> problem by using engineered <i>E. coli</i> | project is to solve the CO<sub>2</sub> problem by using engineered <i>E. coli</i> | ||
− | to fix | + | to fix CO<sub>2</sub> emitted from |
− | + | ||
industries and convert it into bio-product, pyruvate. To accomplish our goal, | industries and convert it into bio-product, pyruvate. To accomplish our goal, | ||
we designed a device | we designed a device | ||
Line 69: | Line 74: | ||
and <a href="https://2018.igem.org/Team:NCKU_Tainan/Temperature" style="color:#28ff28;">temperature</a> | and <a href="https://2018.igem.org/Team:NCKU_Tainan/Temperature" style="color:#28ff28;">temperature</a> | ||
then use the | then use the | ||
− | <a href="https://2018.igem.org/Team:NCKU_Tainan/wi_fi" style="color:#28ff28;"> | + | <a href="https://2018.igem.org/Team:NCKU_Tainan/wi_fi" style="color:#28ff28;">Wi-Fi |
sensor</a> to upload to the <a href="https://2018.igem.org/Team:NCKU_Tainan/Software#Database" | sensor</a> to upload to the <a href="https://2018.igem.org/Team:NCKU_Tainan/Software#Database" | ||
style="color:#28ff28;">database</a>. Last but not least, we can monitor the | style="color:#28ff28;">database</a>. Last but not least, we can monitor the | ||
− | + | condition of our device by showing data in our <a href="https://2018.igem.org/Team:NCKU_Tainan/Software#App" style="color:#28ff28;">App</a>.</p> | |
</div> | </div> | ||
<img class="contentimg" src="https://static.igem.org/mediawiki/2018/e/ec/T--NCKU_Tainan--enterprise_hardware1.jpg"> | <img class="contentimg" src="https://static.igem.org/mediawiki/2018/e/ec/T--NCKU_Tainan--enterprise_hardware1.jpg"> | ||
+ | <p class="pcenter">Fig 1.Design of our device </p> | ||
</div> | </div> | ||
Line 83: | Line 89: | ||
<img class="contentimg" src="https://static.igem.org/mediawiki/2018/f/fa/T--NCKU_Tainan--Deviceintro.png"> | <img class="contentimg" src="https://static.igem.org/mediawiki/2018/f/fa/T--NCKU_Tainan--Deviceintro.png"> | ||
+ | <p class="pcenter">Fig 2.Perspective schematic view of our device </p> | ||
<div id="pt"> | <div id="pt"> | ||
− | <p class="pcontent">Our device consists of 4 main parts: a bioreactor, a nutrient | + | <p class="pcontent">Our device consists of 4 main parts : a bioreactor, a nutrient |
tank, a collection | tank, a collection | ||
− | tank and Arduino.The flue gas contains high concentration of CO<sub>2</sub> | + | tank and Arduino sensors. The flue gas from industrial contains high concentration of CO<sub>2</sub> |
− | + | which will | |
− | inhibit the growth | + | inhibit the growth |
− | of E.coli. Thus, we | + | of <i>E.coli</i>. Thus, we will decrease CO<sub>2</sub> concentration level to less |
− | + | than 5% at the inlet of bioreactor. With a flowmeter, we can measure the flow of gases | |
− | + | in | |
− | + | ||
pipelines.</p> | pipelines.</p> | ||
</div> | </div> | ||
<img class="contentimg" src="https://static.igem.org/mediawiki/2018/f/f0/T--NCKU_Tainan--device.jpg"> | <img class="contentimg" src="https://static.igem.org/mediawiki/2018/f/f0/T--NCKU_Tainan--device.jpg"> | ||
− | + | <p class="pcenter">Fig 3.Circuit diagram</p> | |
<div id="pt"> | <div id="pt"> | ||
− | <p class="pcontent">For Arduino, we use thermometer(DS18B20)、pH meter and | + | <p class="pcontent">For Arduino, we use thermometer (DS18B20)、pH meter and |
− | CO<sub>2</sub> sensor(MG811) to | + | CO<sub>2</sub> sensor (MG811) to |
− | monitor our device. Besides, | + | monitor our device. Besides, the LCD will print datum while the Wi-Fi |
− | sensor(ESP8266 Nodemcu) | + | sensor (ESP8266 Nodemcu) will |
− | upload our records to database | + | upload our records to database. You can see more information about |
− | + | arduino code in <a href="https://2018.igem.org/Team:NCKU_Tainan/Software" style="color:#28ff28;">software</a>.</p> | |
</div> | </div> | ||
</div> | </div> | ||
Line 114: | Line 120: | ||
<h3>Bioreactor</h3> | <h3>Bioreactor</h3> | ||
<div id="pt"> | <div id="pt"> | ||
− | <p class="pcontent">We developed a closed bioreactor | + | <p class="pcontent">We developed a closed system on in our bioreactor design and implemented online |
− | + | real time monitoring system | |
− | which can | + | which can determine the progress condition of bioreactor.</p> |
− | + | ||
</div> | </div> | ||
− | |||
− | |||
<div id="pt"> | <div id="pt"> | ||
− | <p class="pcontent"> | + | <p class="pcontent">The gas inlet port is located on the bioreactor’s lower part while |
− | outlet port | + | outlet port is |
located on the bioreactor’s upper lid. As low concentration CO<sub>2</sub> | located on the bioreactor’s upper lid. As low concentration CO<sub>2</sub> | ||
enters the | enters the | ||
Line 133: | Line 136: | ||
control implementation. | control implementation. | ||
Besides, the CO<sub>2</sub> concentration level of exhaust gas is monitored by | Besides, the CO<sub>2</sub> concentration level of exhaust gas is monitored by | ||
− | a CO<sub>2</sub> | + | a CO<sub>2</sub> |
sensor, which is | sensor, which is | ||
mounted on the upper lid. These sensor’s output is connected to an Arduino | mounted on the upper lid. These sensor’s output is connected to an Arduino | ||
Line 145: | Line 148: | ||
<img class="contentimg" src="https://static.igem.org/mediawiki/2018/6/69/T--NCKU_Tainan--Capture.PNG"> | <img class="contentimg" src="https://static.igem.org/mediawiki/2018/6/69/T--NCKU_Tainan--Capture.PNG"> | ||
− | + | <p class="pcenter">Fig 4.Perspective schematic view of magnetic stir</p> | |
<div id="pt"> | <div id="pt"> | ||
<p class="pcontent">To prevent sedimentation of cells at the bottom of bioreactor, | <p class="pcontent">To prevent sedimentation of cells at the bottom of bioreactor, | ||
we build our own | we build our own | ||
− | + | slow speed magnetic stirrer of 3D printed materials which permits gentle mixing of | |
microcarrier cell cultures. | microcarrier cell cultures. | ||
The 3D printed magnet bed is designed specifically for two magnets and can be | The 3D printed magnet bed is designed specifically for two magnets and can be | ||
Line 160: | Line 163: | ||
to control the input | to control the input | ||
voltage to the motor by using PWM signal.</p> | voltage to the motor by using PWM signal.</p> | ||
+ | <img class="contentimg" src="https://static.igem.org/mediawiki/2018/8/8b/T--NCKU_Tainan--magntic_stir_real.PNG"> | ||
+ | <p class="pcenter">Fig 5.Design of our magnetic stir</p> | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | </br></br> | ||
<div id="Nutrient_tank"> | <div id="Nutrient_tank"> | ||
</br></br></br></br> | </br></br></br></br> | ||
Line 174: | Line 182: | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | </br></br> | |
+ | <div id="Electromagnetic valve"> | ||
+ | </br></br></br></br> | ||
+ | <h3>Electromagnetic valve</h3> | ||
+ | <div id="pt"> | ||
+ | <p class="pcontent">In order to simulate the situation of the industry, two electromagnetic valves are installed on the input and output of the collection tank and the medium tank, they can be controlled by the App.</p> | ||
+ | </div> | ||
+ | </div> | ||
<div id="Materials_required"> | <div id="Materials_required"> | ||
Line 187: | Line 202: | ||
<li>Rotameter</li> | <li>Rotameter</li> | ||
<li>pH meter</li> | <li>pH meter</li> | ||
− | <li>Thermometer(DS18B20)</li> | + | <li>Thermometer (DS18B20)</li> |
− | <li>CO<sub>2</sub> sensor(MG811)</li> | + | <li>CO<sub>2</sub> sensor (MG811)</li> |
− | <li>Wi- | + | <li>Wi-Fi sensor (ESP8266 NodeMcu)</li> |
<li>Geared DC Motor</li> | <li>Geared DC Motor</li> | ||
<li>Tubes</li> | <li>Tubes</li> | ||
Line 212: | Line 227: | ||
$(document).ready(function () { | $(document).ready(function () { | ||
$(window).scroll(function () { | $(window).scroll(function () { | ||
− | if ($(this).scrollTop() >= | + | 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:42, 17 October 2018
Hardware
The Mini CO2 Catcher