§ 瀏覽學位論文書目資料
  
系統識別號 U0002-2806201015005200
DOI 10.6846/TKU.2010.01041
論文名稱(中文) Octopus II 嵌入式感應器核心技術的開發與整合
論文名稱(英文) A Study of Octopus II Embedded Sensor on Core Technology Development and Integration
第三語言論文名稱
校院名稱 淡江大學
系所名稱(中文) 資訊工程學系碩士在職專班
系所名稱(英文) Department of Computer Science and Information Engineering
外國學位學校名稱
外國學位學院名稱
外國學位研究所名稱
學年度 98
學期 2
出版年 99
研究生(中文) 葉欣怡
研究生(英文) Hsin-I Yeh
學號 797410122
學位類別 碩士
語言別 繁體中文
第二語言別 英文
口試日期 2010-06-11
論文頁數 71頁
口試委員 指導教授 - 張志勇
委員 - 游國忠
委員 - 張志勇
委員 - 鄭建富
委員 - 張兆村
關鍵字(中) 嵌入式系統
無線感測器
Octopus-II
VS1000 V2
TinyOS
nesC
關鍵字(英) Embedded System
Sensor Node
Octopus-II
VS1000 V2
TinyOS
nesC
第三語言關鍵字
學科別分類
中文摘要
無線感測網路最初由加州大學柏克萊分校的「智慧粉塵(Smart Dust)」計畫提出,主應用於軍事相關的情報蒐集,之後被廣泛的應用於工業、農業、環境、安全監控、健康監控、藝術應用等領堿。目前已有多家廠投入開發Sensor node平台,其中,清大所開發的Octopus平台,有諸多有優點,亦為本論文所使用的Sensor node。
Octopus-II於外擴介面共有50Pin腳,而其中有用到的Pin腳位大部分都用來感測,這些Pin腳位雖與其它感測元件結合使其成為一個強大的感測節點,但其原始輸出裝置僅有LED,此將限制Octopus-II的功能性與應用性。因此本論文擬開發Octopus-II的輸出功能,並與音樂模組VS1000 V2整合,使Octopus-II不僅具有單純的感測能力,且具有音樂輸出功能,成為一個音樂感測節點,使其能更廣泛的擴充應用於與外部裝置連結。
本研究主要是開發及整合Octopus-II的週邊介面,以擴充Octopus-II的功能,我們將Octopus-II與音樂模組VS1000 V2結合,使Octopus-II成為一個具有音樂輸出功能的音樂感測節點。在硬體連結部分,我們將Octopus-II上UART介面與VS1000 V2上對應的UART傳輸腳位相接,並自訂封包格式做為之間溝通的橋樑。在軟體部分,我們設計一GUI程式,以此GUI介面不僅展示Octopus-II感測到的溫溼度資訊,亦可以無線傳輸方式,讓使用者控制VS1000 V2的播放功能和Octopus-II上的LED亮暗。
英文摘要
Wireless sensor network is originally proposed in "Smart Dust" program of University of California-Berkeley, which is mainly applied to military-related intelligence gathering but later is widely used in industry, agriculture, environment, safety monitoring, health monitoring ,art applications and so on fields. Currently, there are many plants devote themselves to develop Sensor node platform, in which the Octopus platform developed by National Tsing Hua University and it is the Sensor node used in this paper.
 Octopus-II external interface has total 50 Pins. Most of the Pins are used to sense. Although these Pins combined with the other sensor components become powerful sensor nodes, the original output device is just LED. This limits the functionality and applicability of Octopus-II. Therefore, this paper aims to develop Octopus-II's output function and integrate the music module VS1000 V2 to it, in order to enable Octopus-II not only the simple sensing capability but also the music output function, so that it becomes a music sensor node and can be more widely applied to connect with external devices. 
This study mainly develops and integrates the external interface of Octopus-II to expand the Octopus-II function. We integrate Octopus-II and music module VS1000 V2 to make Octopus-II become a music sensor node with music output function. As to the hardware connection, we connect Octopus-II’s UART interface to the corresponding UART transmission pin of the VS1000 V2 and use the custom packet method as the communication bridge. As to the part of software, we design a GUI program. This interface not only displays the information of temperature and humidity sensed by Octopus-II, but also enables the uses to control the VS1000 V2 play function by wireless transmission and the LED lightness and darkness on Octopus-II.
第三語言摘要
論文目次
目錄
第一章、簡介  1
1.1 研究動機與目的   1
1.2 研究內容     3
第二章、軟硬體背景    4
2.1 硬體背景知識    4
2.2 軟體背景知識    29
2.2.1 TinyOS    30
2.2.2 nesC    32
第三章、整合Octopus-II嵌入式感應器與VS1000 V2之實作    35
3.1 系統實作架構說明    36
3.1.1 GUI程式說明   38
3.2 硬體問題與解決方法  39
3.3 建構封包格式  40
3.4 解析UART封包格式  44
3.5 韌體設計  46
3.5.1 Base Station韌體設計   51
3.5.2 一般節點韌體設計   52
3.5.3 VS1000 V2韌體設計   54
第四章、結論   58
參考文獻   59
附錄-英文論文   63

圖目錄
圖2.1 : Octopus-II實體圖    4
圖2.2 : Octopus-II硬體架構    8
圖2.3 : MSP430F1611功能方塊圖    9
圖2.4 : 讀取Sht-11溫溼度之命令序列    21
圖2.5 : S1087-01和S1087之光譜響應    24
圖2.6 : S1087-01和S1087之電流與照度關係圖    25
圖2.7 : VS1000 V2音樂模組    27
圖2.8 : VS1000功能架構圖    28
圖2.9: TinyOS作業系統軟體架構圖    30
圖3.1 : 實作系統架構圖    37
圖3.2 : GUI程式    38
圖3.3 : 實作硬體接線示意圖    40
圖3.4 : 自訂封包格式    41
圖3.5 : 解析UART封包格式示意圖    45
圖3.6: 韌體架構圖    47
圖3.7 : IEEE 802.15.4封包格式    48

表目錄
表2.1:  Octopus-II與它家感測節比較表   5
表2.2:  WDT時間間隔   12
表2.3:  計數模式選擇   15
表2.4:  輸出電壓格式   17
表2.5:  Sht-11命令列表   20
表2.6:  Sht-11讀取溫溼度對應延遲時間   21
表2.7:  相對溼度補償系數   22
表2.8:  溼度之溫度補償系數   22
表2.9:  溫度值轉換實際溫度對照表   23
表3.1:  控制VS1000 V2封包類型   43
表3.2:  溫溼度讀取及控制Led封包類型   43
表3.3:  message_t結構   49
表3.4:  I-ROM函式庫位址向量表   55
表3.5:  KeyEventHandler函式庫內含功能   55
參考文獻
[1]K.S.J. Pister, J.M. Kahn and B.E. Boser,“Smart Dust: Wireless networks of millimeter-scale sensor nodes,”in 1999 UCB I B Electronics Research Laboratory Research Summary, 1999.
[2]潘貞君、林致廷,“無線感測網路概論與示範應用, ”自動化科技學會會刊,10~17頁,2009年4月
[3]潘貞君、林致廷、吳文中、郭茂坤,“無線感測器網路平台及應用,”科學發展,第447期,16 ~ 21頁,2010年3月
[4]http://en.wikipedia.org/wiki/Wireless_sensor_network
[5]I. F. Akyildiz, W. Su, Y. Sankarasubramaniam, and E. Cayirci,“A Survey on Sensor Networks,”IEEE Communications Magazine, Vol. 40, pp. 102-114,August 2002.
[6]	http://www.bandwavetech.com/c_solution_1.htm
[7]	Fontana,B.,Harmonic Bridge, available at http://www.tate.org.uk/ modern/ exhibitions/fontana /
[8]	Berk, J. and Mitter, N., “Autonomous light air vessels (ALAVs),” The 14th ACM International Conference on Multimedia.
[9]	http://en.wikipedia.org/wiki/List_of_wireless_sensor_nodes.
[10]許健平、張家濟,“無線感測網路平台設計與實作,”科學發展,第447期,22 ~ 27頁,2010年3月
[11]無線感測網路中心,available at http://www.wsnc.ntu.edu. tw/skill_spec.php
[12]Wine, V2 Digital music player design board VS1000,Ver 1.0 , December 2008
[13]Crossbow Technology Inc., MPR-MIB Users Manual, available at http://www. xbow .com ,Revision A , June 2007
[14]Moteiv Corporaton, Tmote Sky: Datasheet, available at http://www. bandwavetech. com/download/tmote-sky-datasheet.pdf, Revision A , June 2006
[15]Atmel Corporation, ATmega128L: Datasheet, available at http:// www.csd-electronics.de/data/pdf/ATMEGA128.pdf,Revision S , July 2006
[16]Texas Instruments Inc.,MSP430F15x MSP430F16x MSP430F161x Mixed Signal Microcontroller, available at http://focus.ti.com/ lit/ds/symlink/ msp430f1611.pdf, Rev.F, MAY 2009
[17]Hamamatsu Corporation, available at http://sales.hamamatsu.com /assets/pdf/ parts_S/S1087_etc.pdf , 2001
[18]SENSIRION Inc., Datasheet SHT1x, available at http://www. sensirion.com/en/pdf/product_information/Datasheet-humidity- sensor-SHT1x.pdf, Rev.4.3, April 2009
[19]林典凱, “全天空太陽輻射能量與照度模型之建立以淡水地區為例,”私立淡江大學建築學系研究所碩士論文, 2001
[20]蔡尚燐, “光敏素B 與在植物發育中所扮演的角色,” 慈濟大學生命科學研究所碩士論文, 2008
[21]http://www.gsy-tech.com/techdoc-2.html
[22]http://zh.wikipedia.org/zh/ZigBee
[23]電子工程專輯,Chipcon具有ZigBee功能的射頻收發器符合802.15.4標準, available at http://www.eettaiwan.com/     ART_8800323435_617723_NP_07e23e54.HTM 
[24]Yung-Ghiao Tseng , Chao-Chun Chen , Chiang Lee, “TinyGIDE: A Graphical Integrated Development Environment for nesC /TinyOS,” in Proceedings of the 12-the Mobile Computing Workshop, Taichung, Taiwan, March 2006
[25]孫殿堂,蔡孟伸,“架構於無線感測網路資料收集系統之設計與實現,”臺北科技大學學報第四十之一期,2006
[26]VLSI Solution,VS1000 Programmer's Guide, available at http://www.vlsi.fi/uploads/media/guide_vs1000_01.pdf, Rev.0.15, June 2008
[27]VLSI Solution, VS DSP2 USER’S MANUAL, available at http://www.vlsi.fi/fileadmin/software/VS10XX/vskit120.zip, Rev.2.6, March 2001
[28]Philip Levis, message_t , available at http://www.tinyos.net/ tinyos- 2.1.0/doc/html/tep111.html ,tep 111
[29]Chipcon AS SmartRF,CC2420 Preliminary Datasheet, available at http://inst.eecs.berkeley.edu/~cs150/Documents/CC2420.pdf, Rev .1.2,June 2004
[30]http://www.bandwavetech.com/c_solution_4.htm
[31]沈建華、楊艷琴,“MSP430系列16位超低功耗單片機原理與實踐,”北京航空航天大學出版,2008
[32]孫宗瀛、許益敏、林正緯,“TI MSP430混合信號微控器入門,”全華圖書股份有限公司,2008
論文全文使用權限
校內
校內紙本論文立即公開
同意電子論文全文授權校園內公開
校內電子論文於授權書繳交後4年公開
校外
同意授權
校外電子論文於授權書繳交後4年公開

如有問題,歡迎洽詢!
圖書館數位資訊組 (02)2621-5656 轉 2487 或 來信