Created
May 16, 2016 17:14
-
-
Save bouob/8e2d57aa663395032484b8224027d3cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta content="IE=edge" http-equiv="X-UA-Compatible"> | |
| <meta content="width=device-width, initial-scale=1.0" name="viewport"> | |
| <title>3PI線迷宮鼠學習平台-UCH 3PI LineMaze</title> | |
| <link href="https://dreamweaver-3pi-victorzhj.c9users.io/css/bootstrap.css" rel="stylesheet" type="text/css"> | |
| <script src="https://dreamweaver-3pi-victorzhj.c9users.io/js/script.js" type="text/javascript"></script> | |
| <script src="https://dreamweaver-3pi-victorzhj.c9users.io/js/w3data.js" type="text/javascript"></script> | |
| <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | |
| <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | |
| <!--[if lt IE 9]> | |
| <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | |
| <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | |
| <![endif]--> | |
| </head> | |
| <body onload="navbarapp()"> | |
| <div w3-include-html="https://dreamweaver-3pi-victorzhj.c9users.io/navbar.html"></div> | |
| <!--導覽列--> | |
| <div class="container"> | |
| <div class="row"> | |
| <div class="col-md-10 col-xs-12 col-md-offset-1"> | |
| <div class="thumbnail"> | |
| <div class="caption" style="line-height:32px;"> | |
| <h3>紅外線的應用</h3> | |
| <p>紅外線感測器則是會發出一紅外線,並依照其反射之後的時間 來判斷出感測器與物體間的距離,紅外線感測器大致上可分為 兩個元件,分別為熱電堆與熱敏電阻。</p> | |
| <p>(1)熱電堆(Thermopile):輸出的電壓小,它的電壓值 是由目標物體之溫度及熱電堆所處在之環境溫度決定。</p> | |
| <p>(2)熱敏電阻(Thermistor):隨著環境的溫度改變而有 電阻值不同的變化。</p> | |
| <br> | |
| <br> | |
| <h3>紅外線循跡</h3> | |
| <h4>利用反射式紅外線感測器達成循跡動作</h4> | |
| <div class="col-md-12"> | |
| <div class="col-md-6"> | |
| <img class="img-rounded" src="images/infrared/red.jpg" width="100%"> | |
| <p>線循跡(上圖)</p> | |
| </div> | |
| <div class="col-md-offset-6"> | |
| <img class="img-rounded" src="images/infrared/MazeSolving.jpg" width="100%"> | |
| <p>線迷宮循跡(上圖)</p> | |
| </div> | |
| </div> | |
| <div class="col-md-12 col-xs-12"> | |
| <iframe width="100%" height="100%" src="https://www.youtube.com/embed/GnGIG1oIbHk" frameborder="0" allowfullscreen></iframe> | |
| </div> | |
| <br> | |
| <script src="https://gist.github.com/VictorZHJ/a631fe44155c86a898d09d5d094f15ee.js"></script> | |
| <br> | |
| <br> | |
| <p class="text-center text-uppercase"><a class="btn btn-success btn-lg" href="https://dreamweaver-3pi-victorzhj.c9users.io/applocaion/ultrasound.html" role="button">下個章節(超音波應用)</a></p> | |
| <br> | |
| <br> | |
| <br> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <script src="https://dreamweaver-3pi-victorzhj.c9users.io/js/jquery-1.11.3.min.js" type="text/javascript"></script> | |
| <script src="https://dreamweaver-3pi-victorzhj.c9users.io/js/bootstrap.js" type="text/javascript"></script> | |
| <script> | |
| w3IncludeHTML(); | |
| </script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment