博碩士論文 104552029 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:93 、訪客IP:52.14.61.160
姓名 賴俊達(Chun-Ta Lai)  查詢紙本館藏   畢業系所 資訊工程學系在職專班
論文名稱 具精密時間同步的無線即時資料收集網路
(Wireless Real-Time Data Collection Network with Precision Time Protocol)
相關論文
★ 整合GRAFCET虛擬機器的智慧型控制器開發平台★ 分散式工業電子看板網路系統設計與實作
★ 設計與實作一個基於雙攝影機視覺系統的雙點觸控螢幕★ 智慧型機器人的嵌入式計算平台
★ 一個即時移動物偵測與追蹤的嵌入式系統★ 一個固態硬碟的多處理器架構與分散式控制演算法
★ 基於立體視覺手勢辨識的人機互動系統★ 整合仿生智慧行為控制的機器人系統晶片設計
★ 嵌入式無線影像感測網路的設計與實作★ 以雙核心處理器為基礎之車牌辨識系統
★ 基於立體視覺的連續三維手勢辨識★ 微型、超低功耗無線感測網路控制器設計與硬體實作
★ 串流影像之即時人臉偵測、追蹤與辨識─嵌入式系統設計★ 一個快速立體視覺系統的嵌入式硬體設計
★ 即時連續影像接合系統設計與實作★ 基於雙核心平台的嵌入式步態辨識系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 如何開創出基於物聯網的架構,滿足資料傳輸的需求,確保資料的連續性、一致性,是物聯網時代即時大數據收集的重要課題。本研究設計了一個具精密時間同步的藍牙即時資料收集網路,系統由三個功能模組所組成,包括檔案系統模組、時間同步模組、和資料同步模組,該系統採主從架構,在面對藍牙網路的低可靠度資料通訊問題,確保從屬端與主控端斷線期間還能獨立運作且資料具備連續性和一致性。我們將原本基於以太網的IEEE-1588精密時間同步協定導入藍牙物聯網中,以降低時間誤差並有效提高資料的正確性。通過一系列實驗,驗證藍牙即時資料收集、傳輸和儲存的連續性和一致性需求。
摘要(英) How to create a web-based architecture, meet the need for adequate data transmission and achieve the continuity and consistency of information, is an important topic of instant data collection in the Internet Era. The research designed a Bluetooth instant data collection network with precise time synchronization, the system consists of three functional modules, including the file system module, time synchronization module and data synchronization module. The system takes the master-slave architecture. In this way, the system can operate independently and achieve data continuity and consistency when the subordinate end and the main control end are disconnected, thus avoiding Bluetooth network low reliability data communication problems. We will introduce the Ethernet based IEEE-1588 Precision Time Synchronization Protocol into Bluetooth Internet of Things to reduce time error and effectively improve data correctness. Through a series of experiments, we verify the continuity and consistency requirements of Bluetooth real-time data collection, transmission and storage.
關鍵字(中) ★ 物聯網
★ 精密時間同步
★ 即時資料收集
關鍵字(英) ★ IOT
★ Precision Time Protocol
★ Real-Time Data Collection
論文目次 目錄
摘要 .............................................................................................................................................i
Abstract ...................................................................................................................................... ii
誌謝 ........................................................................................................................................... iii
目錄 ........................................................................................................................................... iv
圖目錄 ...................................................................................................................................... vii
表目錄 ....................................................................................................................................... ix
第一章、諸論 ........................................................................................................................... 1
1.1 研究背景與動機 ............................................................................................................ 1
1.2 研究目的 ........................................................................................................................ 3
1.3 論文架構 ........................................................................................................................ 4
第二章、相關技術回顧 ........................................................................................................... 5
2.1 檔案系統 ........................................................................................................................ 5
2.1.1 檔案配置表 ............................................................................................................. 5
2.1.2 檔案配置文件系統 ................................................................................................. 6
2.2 結構化查詢語言 ............................................................................................................ 7
2.2.1 語法元件 ................................................................................................................. 8
2.3 STM32F429 FLASH Control 介紹 ................................................................................ 9
2.3.1 控制STM32F429快閃記憶體[11] ........................................................................ 9
2.4 低功耗藍芽Bluetooth Low Energy (BLE) ............................................................... 10
2.4.1 Physical Layer (實體層) ......................................................................................... 12
2.4.2 Link Layer (鏈路控制層) ....................................................................................... 12
2.4.3 Logical Link Control Adaptation Protocol (L2CAP) ............................................. 13
2.4.4 Generic Access Profile (GAP) ................................................................................ 13
2.4.5 Attribute Protocol (ATT) ........................................................................................ 14
2.4.6 Generic Attribute Profile (GATT) .......................................................................... 14
v
2.4.7 Security Manager Protocol (SMP) ......................................................................... 15
2.5 時間同步技術 .............................................................................................................. 15
2.5.1 IEEE 1588協定 ..................................................................................................... 16
2.5.2 PTP封包格式 ........................................................................................................ 17
第三章、嵌入式即時資料收集設計 ..................................................................................... 20
3.1 MIAT嵌入式設計方法論 ............................................................................................ 20
3.1.1 IDEF0階層式架構設計 ........................................................................................ 21
3.1.2 Grafcet離散事件建模 ........................................................................................... 23
3.2 具精密時間同步的無線即時資料收集網路系統架構 .............................................. 25
3.3具精密時間同步的無線即時資料收集網路系統模組設計 ....................................... 26
3.3.1時間同步模組 ........................................................................................................ 26
3.3.2資料同步模組 ........................................................................................................ 28
3.3.3檔案系統模組 ........................................................................................................ 30
第四章、系統驗證 ................................................................................................................. 33
4.1 實驗環境 ...................................................................................................................... 33
4.1.1 MCU開發板 .......................................................................................................... 33
4.1.2 BLE藍芽模組........................................................................................................ 34
4.1.3 溫度感測器 ........................................................................................................... 35
4.1.4 Micro SD模組 ....................................................................................................... 36
4.1.5 USB to UART 模組 .............................................................................................. 37
4.2系統實作與驗證 ........................................................................................................... 38
4.2.1檔案系統模組驗證:從屬端檔案系統模組 ........................................................... 40
4.2.2時間同步模組驗證 ................................................................................................ 40
4.2.3資料同步模組驗證 ................................................................................................ 43
4.2.4檔案系統模組驗證:主控端檔案系統模組 ........................................................... 44
4.3 實驗結果與討論 .......................................................................................................... 45
第五章、結論與未來方向 ..................................................................................................... 46
5.1 結論 .............................................................................................................................. 46
vi
5.2 未來方向 ...................................................................................................................... 47
參考文獻 ................................................................................................................................. 48
參考文獻 [1]Shanzhi Chen, Hui Xu, Dake Liu, Bo Hu, Hucheng Wang, "A Vision of IoT: Applications, Challenges, and Opportunities With China Perspective", IEEE Internet of Things Journal, VOL.1, pp. 349-359, 2014
[2]CASAGRAS Standards "CASAGRAS Standards", [Online] http://www.iot-casagras.org/
[3]Pornpat Paethong, Mikiko Sato, Mitaro Namiki, “Low-power Distributed NoSQL Database for loT Middleware”, 2016 Fifth ICT International Student Project Conference (ICT-ISPC)
[4]Stephen H. Kaisler, Frank J. Armour, Alberto J. Espinosa, "Big Data And Analytics: Concepts, Techniques, Methods, and Applications", 2016 49th Hawaii International Conference on System Sciences (HICSS), pp. 1059-1060 2016
[5]Douglas, Laney. 3D Data Management: Controlling Data Volume, Velocity and Variety (PDF). Gartner. [2001-02-06].
[6]Gartner, "Hunting & Harvesting in a Digital World: The 2013 CIO Agenda", 2013
[7]陳祥輝, 資料庫系統設計與實務:SQL Server 2008, 博碩文化股份有限公司, ISBN. 978-986-201-353-3, 2010
[8]J. Pedro Amaro, Sergio Patrao, Fernando Moita; Luis Roseiro, "Bluetooth low energy profile for MPU9150 IMU data transfers", 2017 IEEE 5th Portuguese Meeting on Bioengineering (ENBENG), 2017 pp.1-4
[9]MCU, "MCU", [Online] https://en.wikipedia.org/wiki/Microcontroller
[10] 林孜怡, Design of An Embedded Database Engine for Internet-of-Things Devices, 國立中央大學資訊工程研究所碩士論文, 2014
[11]STMicroelectronics, "STM32F429 Reference manual(PDF), 2015
[12]歐陽駿, 陳子龍, 黃寧淋, "藍芽4.0 BLE 開發完全手冊 物聯網開發技術實戰", 化學工業出版社, ISBN. 712-216-527-2 2013.4
[13]Microsoft Corporation, "Microsoft Extensible Firmware Initiative FAT32 File System Specification FAT: General Overview of On-Disk Format (WORD)", [2000-12-06]
[14]ChaN, "FatFs - Generic FAT File System Module", [Online] http://elm-chan.org/fsw/ff/00index_e.html
[15]D. Mills, J. Martin, J. Burbank and W. Kasch, "Network time protocol version 4: Protocol and algorithms specification", Internet Engineering Task Force (IETF), RFC 5905, 2010.
[16]D. Mills, "Simple Network Time Protocol (SNTP) Version 4 for IPv4, IPv6 and OSI", Internet Engineering Task Force (IETF), RFC 4030, 2006.
[17]IEEE 1588-2008, "IEEE Standard for Precision Clock Synchronization Protocol for Networked Measurement and Control Systems", 2008.
[18]P. Ferrari; A. Flammini; S. Rinaldi, "Architecture of an Embedded Time Gateway between PTP and SNTP", IEEE SIES, pp. 15-17, 2011
[19]張偉彬,Time Synchronization with Wireless Sensor Actuator Networks, 國立中央大學資訊工程研究所碩士論文, 2014
[20]陳慶瀚, "嵌入式系統設計1-MIAT方法論"(ppt), 2015
[21]R.J. Mayer, “IDEF0 Function Modeling”, Air Force Systems Command, 1992
[22]C.H. Chen, J.H. Dai, "Design and high-level synthesis of hybrid controller", Sensing and Control, 2004 IEEE International Conference on Networking, vol.1, pp.21-23, 2004
[23]陳慶瀚, "離散事件系統建模"(ppt), 2015
[24]謝欣蓓, "Integrated GRAFCET Virtual Machine the Smart I/O Controller Development Platform", 國立中央大學資訊工程學系碩士論文, 2011.
[25]卓卿安, "Design of a Virtual Machine of Real-Time Embedded System for IoT Applications", 國立中央大學資訊工程學系碩士論文, 2013
指導教授 陳慶瀚(Ching-Han Chen) 審核日期 2017-7-24
推文 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聯絡  - 隱私權政策聲明