博碩士論文 102522094 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:144 、訪客IP:18.188.108.54
姓名 陳皓(Hao Chen)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 應用於物聯網之低成本嵌入式Wi-Fi平台設計實作
(Low-cost Embedded Wi-Fi Platform Development for Internet of Things)
相關論文
★ 具多重樹狀結構之可靠性群播傳輸★ 在嵌入式行動裝置上設計與開發跨平台Widget
★ 在 ARM 架構之嵌入式系統上實作輕量化的手持多媒體播放裝置圖形使用者介面函式庫★ 基於網路行動裝置所設計可擴展的服務品質感知GStreamer模組
★ 針對行動網路裝置開發可擴展且跨平台之GSM/HSDPA引擎★ 於單晶片多媒體裝置進行有效率之多格式解碼管理
★ IMS客戶端設計與即時通訊模組研發:個人資訊交換模組與即時訊息模組實作★ 在可攜式多媒體裝置上實作人性化的嵌入式小螢幕網頁瀏覽器
★ 以IMS為基礎之及時語音影像通話引擎的實作:使用開放原始碼程式庫★ 電子書嵌入式開發: 客制化下載服務實作, 資料儲存管理設計
★ 於數位機上盒實現有效率訊框參照處理與多媒體詮釋資料感知的播放器設計★ 具數位安全性的電子書開發:有效率的更新模組與資料庫實作
★ 適用於異質無線寬頻系統的新世代IMS客戶端軟體研發★ 在可攜式數位機上盒上設計並實作重配置的圖形使用者介面
★ Friendly GUI design and possibility support for E-book Reader based Android client★ Effective GUI Design and Memory Usage Management for Android-based Services
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 ( 永不開放)
摘要(中) 近年來,物聯網(IoT)的快速發展,讓傳統網路有了巨大的變化。所有真實的物體在物聯網中都可以辨識得出它們,並可透過環境智慧來達到自主控制。隨著無線感測網路(WSN)的出現和傳統網路進入到可以支援幾乎無限定址需求的IPv6技術後,開始帶來這個巨大的改變。為了要讓每個人周圍的裝置皆可以連上網路,所以可以幫助各種裝置連網的無線裝置需求開始不斷增加。同時物聯網的應用十分廣泛,例如以下幾個主要應用領域:智慧車、智慧家庭、智慧辦公,甚至是到大範圍的智慧城市。所以為了達到以上應用願景,裝置於所有真實物體的無線溝通傳輸平台應該要是價格較低廉且具有相當安全性。
因此,我們在本篇論文提出了一個嵌入式Wi-Fi的架構來滿足讓所有真實物體連線至物聯網中的願景。在我們所提出的架構中,使用成本較低之SPI硬體介面來完成低功率的Wi-Fi晶片及價格較低廉的微控制器之間的溝通。在物聯網環境中擔任連線溝通角色的嵌入式Wi-Fi有幾個主要的問題會在本篇論文中解決並提出討論,我們會平衡Wi-Fi晶片與微處理器之間的工作量及資源使用。除此之外,所有相關任務無論是傳送還是接收也都需要即時被處理。
摘要(英) Recent years, the rapid development of Internet of Things (IoT) make the huge revolution of the Internet. All things in the IoT make themselves recognizable and they obtain intelligence by making or enabling context related decisions. This transformation is concomitant with the emergence of wireless sensor network and the transition of the Internet towards IPv6 with an almost unlimited addressing capacity. For connecting the objects around people into Internet, the number of connectivity requirement will increase. In order to the vision of widely used, such as Smart Mobility, Smart Home, Smart Buildings, even Smart Cities, the communication platform should be low price and safety.
Therefore, we propose an Embedded Wi-Fi architecture to satisfy the vision of connectivity. In the proposed architecture, we use low-cost SPI-based interface to communicate between a low-power Wi-Fi chip and an inexpensive Micro Controller Unit (MCU). We balance the workload and the resource, such as code, storage, and address register, between Wi-Fi chip and MCU, and complete Wi-Fi functions in limited hardware resource. Moreover, the response time of tasks is in real time.
關鍵字(中) ★ 物聯網
★ SPI
★ Wi-Fi
★ 嵌入式Wi-Fi
★ 微控制器
關鍵字(英) ★ Internet of Things
★ IoT
★ SPI interface
★ Wi-Fi
★ Embedded Wi-Fi
★ Micro Controller Unit
論文目次 中文摘要 i
Abstract ii
Acknowledgement iii
Table of Contents iv
List of Figures vi
List of Tables ix
1. Introduction 1
2. Background and Related Work 10
2.1 SPI Interface 10
2.2 Embedded Wi-Fi 16
2.2.1 MCU 16
2.2.2 Wi-Fi Chip 19
2.2.3 Using in IoT Environment 20
2.3 Existing Researches of IoT Platform 21
3. System Design 24
3.1 Experimental Device 25
3.2 Software Overview 26
3.2.1 Architecture of SPI Interface 27
3.2.2 Behavior of the SPI Communication 28
3.2.3 Software Frameworks 29
3.3 Debug Tool 32
4. Implementation and Evaluation 33
4.1 SPI Commands Implementation and Initialization 33
4.1.1 CMD 0 Function 34
4.1.2 CMD 5 Function 36
4.1.3 CMD 52 Function 39
4.1.4 CMD 53 Function 42
4.1.5 Initialize SPI Interface 47
4.2 Wi-Fi Module Initialization and Interaction 49
4.2.1 Interrupt Service Routines (ISRs) 49
4.2.2 BT5503 Initialization 51
4.3 Internet Transmission via TCP/IP Stack 53
4.3.1 The Super Loop 55
4.3.2 The TCP/IP Stack 57
4.4 Evaluation 60
5. Future Work and Conclusion 65
List of References 66
參考文獻 [1] Atzori, a. Iera, and G. C. Morabito, "The internet of things: a survey, " Computer Network, Volume 54, Issue 15, Pages 2787–2805, Oct.2010, Elsevier.
[2] "What Exactly Is The Internet of Things?, " [Online]. Available: http://postscapes.com/what-exactly-is-the-internet-of-things-infographic
[3] Cisco IBSG, 2011.
[4] "European Research Cluster on the Internet of Things, " [Online]. Available: http://cordis.europa.eu/fp7/ict/enet/rfid-iot_en.html
[5] X. Jia, Q. Feng, T. Fan, Q. Lei, "RFID technology and its applications in Internet of Things (IoT), " IEEE 2nd International Conference on Consumer Electronics, Communications and Networks—CECNet, 2012, pp. 1282–1285.
[6] A. Nettstraeter, J. R. Nopper, C. Prasse, and M. t. Hompel, "The internet of things in logistics, " in Smart Objects: Systems, Technologies and Applications (RFID Sys Tech), 2010 European Workshop on, June 2010, pp. 1–8.
[7] K. Finkenzeller, RFID Handbook: Fundamentals and Applications in Contactless Smart Cards, Radio Frequency Identification and Near-Field Communication, New York: Wiley, 2010.
[8] I.F. Akyildiz, W. Su, Y. Sankarasubramaniam, E. Cayirci, "Wireless Sensor Networks: A Survey, " Comput Netw. 38 (2002) 393–422.
[9] T. Savolainen, et al, " IPv6 Addressing Strategies for IoT," in IEEE Sensors Journal, Vol. 13, No. 10, October 2013.
[10] L. Li et al., “The applications of WIFI-based wireless sensor network in internet of things and smart grid,” in Proc. 6th IEEE Conf. Ind. Electron. Appl. (ICIEA), 2011, pp. 789–793.
[11] M. Castro, A. J. Jara, and A. F. Skarmeta, "An Analysis of M2M Platforms: Challenges and Opportunities for the Internet of Things, " Innovative Mobile and Internet Services in Ubiquitous Computing (IMIS), 2012 6th Int. Conf. July 2012, pp.757-762.
[12] Sunil Kumar Vuppala, Kiran Kumar HS, "Service Applications - Exploiting the Internet of Things, " Global Conference (SRII), 2014 Annual SRII, April 2014, pp. 195-202.
[13] F. Leens, "An Introduction to I2C and SPI Protocols, " IEEE Instrumentation & Measurement Magazine, pp. 8-13, February 2009.
[14] M. Coperation, 88w8787 DataSheet, Marvell, 2010.
[15] M. Coperation, SD Specifications Part 1, Marvell, 2009.
[16] M. Coperation, SD Specifications Part E1, Marvell, 2010.
[17] "Pandaboard, " Pandaboard.org. [Online]. Available: http://pandaboard.org/
[18] "DevKit8000 Evaluation Kit, " Texas Instrucments, [Online]. Available: http://www.ti.com/devnet/docs/catalog/thirdpartydevtoolfolder.tsp?actionPerformed=productFolder&productId=7025
[19] "Microchip – PIC32MX460F512L, " [Online]. Available: http://www.microchip.com/wwwproducts/Devices.aspx?product=PIC32MX460F512L
[20] MIPS Technologies Inc, MIPS32 M4K Processor Core, Sunnyvale, CA, 2008.
[21] L. Li, X. Hu, K. Chen, and K. He, "The applications of wifi-based wireless sensor network in internet of things and smart grid, " in Proc. IEEE Conf. Ind. Electron. Appl. (ICIEA), 2011, pp. 789–793.
[22] "Golden IC – Embedded Wi-Fi, " [Online]. Available: http://www.golden-ic.com/big5/products_show.php?p_sn=18
[23] A. Iera et al., Ed., "Special Issue on the Internet of Things, " IEEE Wireless Commun, vol. 17, no. 6, 2010, pp. 8–9.
[24] "Axeda Application and Data Integration Platform, " Axeda Inc., [Online]. http://www. axeda.com
[25] "Intelligent Operations Center, " IBM, [Online]. http://www.ibm.com
[26] Y. Chen and V. Dinavahi, “Multi-FPGA digital hardware design for detailed large-scale real-time electromagnetic transient simulation of power systems,” IET Gener. Transmiss. Distrib., vol. 7, no. 5, pp. 451–463, 2013.
[27] Elisa Spanò, Luca Niccolini, Stefano Di Pascoli, and Giuseppe Iannaccone, “Last-Meter Smart Grid Embedded in an Internet-of-Things Platform”, IEEE Transactions on smart grid, vol. 6, no. 1, January 2015, pp. 468-476.
[28] Milinkovic Aleksandar, Stevan Milinkovic, and Ljubomir Lazic. "Some experiences in building IoT platform." Telecommunications Forum Telfor (TELFOR), 2014 22nd. IEEE, 2014.
[29] "Microchip Libraries for Applications (MLA), " Microchip Technology Inc. [Online]. http://www.microchip.com/pagehandler/en-us/devtools/mla/home.html
[30] "MPLAB Harmony, " Microchip Technology Inc. [Online]. http://www.microchip.com/pagehandler/en-us/devtools/mplabharmony/home.html
[31] "MRF24WB0MA - rfPIC, " Microchip Technology Inc. [Online]. http://www.microchip.com/mrf24wb0ma
指導教授 吳曉光(Hsiao-Kuang Wu) 審核日期 2015-7-14
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明