Yaya Jeremy (Talk | contribs) |
Huiyee11186 (Talk | contribs) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 11: | Line 11: | ||
<!--Page_Content--> | <!--Page_Content--> | ||
<div class="container content"> | <div class="container content"> | ||
− | + | <div class="headstyle"> | |
+ | <h1 class="head">Thermometer DS18B20</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/f/fa/T--NCKU_Tainan--temp_sensor.jpg"> | ||
<p class="pcontent"> | <p class="pcontent"> | ||
In this section, we are showing how to use DS18B20 one wire water proof | In this section, we are showing how to use DS18B20 one wire water proof | ||
Line 57: | Line 63: | ||
<ul> | <ul> | ||
− | <li>As the buffer solution wouldn’t change too much in the | + | <li class="none">As the buffer solution wouldn’t change too much in the |
environment, we used the buffer solution to calibrate the pH meter to | environment, we used the buffer solution to calibrate the pH meter to | ||
ensure that the deviation would be the same every time.</li></br> | ensure that the deviation would be the same every time.</li></br> | ||
Line 65: | Line 71: | ||
<ul> | <ul> | ||
− | <li>We put our thermometer into the incubator. We wire the sensor | + | <li class="none">We put our thermometer into the incubator. We wire the sensor |
with the LCD to keep it closed.</li></br> | with the LCD to keep it closed.</li></br> | ||
</ul> | </ul> | ||
Line 71: | Line 77: | ||
<li>Result</li></br> | <li>Result</li></br> | ||
<ul> | <ul> | ||
− | <li>We placed the sensor in an environment of incubator 37 degrees celsius, and the | + | <li class="none">We placed the sensor in an environment of incubator 37 degrees celsius, and the |
temperature measured by the LCD display sensor was 37.06 degrees celsius. The | temperature measured by the LCD display sensor was 37.06 degrees celsius. The | ||
error is | error is | ||
Line 96: | Line 102: | ||
<li>Purpose</li></br> | <li>Purpose</li></br> | ||
<ul> | <ul> | ||
− | <li>Since the error value of the temperature sensing device is not | + | <li class="none">Since the error value of the temperature sensing device is not |
necessarily, we use multiple sampling methods, and then average the | necessarily, we use multiple sampling methods, and then average the | ||
values measured in each temperature interval to reduce the error value | values measured in each temperature interval to reduce the error value | ||
Line 105: | Line 111: | ||
<ul> | <ul> | ||
− | <li>We use the above method to take 150 strokes as training data, and use | + | <li class="none">We use the above method to take 150 strokes as training data, and use |
the basic accessories of MATLAB to find the appropriate nine | the basic accessories of MATLAB to find the appropriate nine | ||
temperature model formulas.</li></br> | temperature model formulas.</li></br> | ||
Line 114: | Line 120: | ||
<ul> | <ul> | ||
− | <li>We found a | + | <li class="none">We found a temperature curve of 7th order to reduce its error. (You can |
see more | see more | ||
information in <a href="https://2018.igem.org/Team:NCKU_Tainan/Software#Temperature" | information in <a href="https://2018.igem.org/Team:NCKU_Tainan/Software#Temperature" | ||
Line 166: | Line 172: | ||
</div> | </div> | ||
− | |||
− | |||
</div> | </div> | ||
</div> | </div> | ||
Line 176: | Line 180: | ||
<style> | <style> | ||
− | |||
.head { | .head { | ||
− | width: | + | width: 60% !important; |
} | } | ||
− | |||
− | |||
.list-group-item { | .list-group-item { | ||
margin: 10px 0 !important; | margin: 10px 0 !important; | ||
Line 192: | Line 193: | ||
$(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:31, 17 October 2018
Thermometer DS18B20