姓名 |
陳文昇(Wun-sheng Chen)
查詢紙本館藏 |
畢業系所 |
資訊工程學系 |
論文名稱 |
以RFID為基礎建構資訊服務平台–行動數位巡檢系統於嵌入式Linux之實現 (A RFID-based Information Service Platform - Implementation on Embedded Linux System)
|
相關論文 | |
檔案 |
[Endnote RIS 格式]
[Bibtex 格式]
[相關文章] [文章引用] [完整記錄] [館藏目錄] [檢視] [下載]- 本電子論文使用權限為同意立即開放。
- 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
- 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。
|
摘要(中) |
傳統上,森林資源的管理與保育方式,仍以人工的方式到現場去巡邏檢查、蒐集資料,再將資料帶回到後端的工作站,提供工作站的管理人員更新數據。但此作法需要巡檢人員到現場,因此顯得浪費人力與時間。最主要的是,由於後端的工作人員無法立即得知現場狀況,故也無法在林木被盜伐時,立即做出回應。若把RFID的辨識技術導入到此種應用中,將可以簡化了巡檢人員的工作流程與時間。
因此提出以RFID的辨識技術為基礎架構,並建構一個RFID資訊服務平台,讓使用者可以於電腦前,透過網路直接監控遠端的系統;另一方面,前端的巡檢人員,只要具備有支援WiFi無線上網的PDA或者手機,甚至是小型電腦,就可以到現場執行巡檢任務,而非是採用專屬的攜帶式讀取器。
本研究將待監測環境劃分成許多區域,每個區域包含了一個讀取器與數個貼附在待測物上之標籤,每個讀取器均以一台無線網路存取點連接,讓巡檢人員可以透過無線網路加入此系統。另外,在系統佈建初期,巡檢人員會先貼附標籤於所有待測物上,然後讓後端工作站的工作人員,選擇最佳的讀取器安置區域,試圖用最少量的讀取器達到最佳的讀取效果。
系統的規劃分成三大部份,包含了RFID硬體設備、後端工作站伺服器與前端巡檢人員所使用的軟體平台。前端RFID為本系統之基礎,用於辨識各個物件。後端工作站伺服器作為前端RFID的資料接收站與屬性資料庫。前端巡檢人員則可透過網路從工作站中下載對應區域的底圖、標籤屬性與任務等。本研究之重點為設計並實現給巡檢人員所使用的軟體平台,以嵌入式Linux作業系統作為目標的作業環境,並提供地圖顯示功能、GPS服務、RFID裝置資訊管理、巡檢任務管理以及後端伺服器同步之數位巡檢系統。
|
摘要(英) |
Traditionally, forestry and resource conservation needs staff member to inspect and collect data personally, and then bring the information back to workstation for updating database.
However, the traditional practices needs staff member to inspect personally, it is waste of manpower and time. Also, most important of all, the staff member in the workstation cannot reflect on-the-spot, if the tree was felled illegally. Moreover, it simplifies workflow by introducing the RFID technology.
Therefore, construct a RFID Information Service Platform which based on the RFID technology, allows user to stay in the office and monitor the remote forest over the network. On the other hand, the inspection staff member can easily add to the system by using PDA, cell phone or even notebook which supports WiFi wireless network technology, instead of using specific portable reader.
In this study, the forest divided into many regions, each region contains a reader and many RFID tags. Also, each reader connects a wireless access point which allows inspection staff member to adjust the system through wireless network. The primary stages of system construction, all the RFID tags will be attached with location information. Thus, staff member from workstation will be able to report information includes the best location of each reader, in order to get the best results.
The system contains three components, including RFID hardware device, back-end server and the mobile software platform for inspection staff. RFID hardware device is the fundamental of this system for identification of various objects. The server is a repository of RFID system which keeps the attribute of all tags. Inspection staff member can download the attribute of tag and reader and the maps of current area. The main goal of this paper is design and implement software platform for inspection staff member, and it is based on the embedded Linux. The mobile platform provides function such as display map, GPS service, RFID device management, task management and synchronization with server.
|
關鍵字(中) |
★ 嵌入式系統 ★ 電子巡檢系統 ★ 無線射頻辨識 |
關鍵字(英) |
★ RFID ★ Embedded System ★ Linux |
論文目次 |
摘 要 i
Abstract iii
誌 謝 v
目 錄 vi
圖目錄 List of Figures viii
表目錄 List of Tables x
一、 緒論 1
1-1 RFID資訊服務平台 1
1-2 RFID與數位巡檢系統 2
1-3 實例探討 3
1-4 研究動機與目的 5
1-5 論文架構 6
二、 相關文獻與背景技術 7
2-1 無線射頻辨識系統 7
2-1-1 簡介 7
2-1-2 技術原理 9
2-1-3 其他相關辨識原理與比較 10
2-2 嵌入式系統 (Embedded System) 12
2-2-1 嵌入式處理器 13
2-2-2 嵌入式週邊設備 14
2-2-3 嵌入式作業系統 15
2-2-4 嵌入式應用軟體 16
2-3 大地基準座標 16
2-4 全球定位系統 19
2-4-1 衛星定位原理 20
2-4-2 NMEA-0183訊息格式 20
2-5 資料庫管理系統 25
2-5-1 資料庫模型 25
2-5-2 嵌入式系統上的資料庫 26
三、 系統架構 27
3-1 系統規劃 27
3-1-1 系統運作情境 28
3-1-2 系統軟硬體規劃 30
3-2 硬體簡介 31
3-2-1 嵌入式系統開發平台 31
3-2-2 GPS接收器 32
3-2-3 主動式RFID模組 32
3-2-4 無線網路基地台 35
3-3 軟體簡介 36
3-3-1 嵌入式資料庫SQLite: 36
3-3-2 Qt Framework 36
3-4 系統規格 37
四、 系統實作 39
4-1 建立開發環境 39
4-2 編譯與安裝Qt工具 42
4-3 編譯SQLite 43
4-4 資料庫規劃 44
4-5 Qt程式設計 49
4-6 實際連線距離測試 58
五、 成果展示 63
5-1 情境說明 63
5-2 系統介面 64
5-3 系統功能 65
5-3-1 RFID資訊檢索與管理 65
5-3-2 資訊展示 67
5-3-3 檢測與回報介面 71
5-3-4 後端伺服器資料同步 72
六、 結論與未來展望 75
參考文獻 78
|
參考文獻 |
[1] RFID ABC, http://pmlab.iecs.fcu.edu.tw/~martial/RFIDelearning/home.htm
[2] 岸上順一,圖解RFID, 全華科技圖書股份有限公司, 2006年
[3] 蔡穗山,「可調輻射功率於RFID多重標籤應用之研究」,國立高雄大學碩士論文,2008年1月
[4] 林宗明,「RFID技術應用於停車管理之規劃」,國立中央大學碩士論文,2007年7月
[5] Zigbee, http://zh.wikipedia.org/wiki/ZigBee
[6] Zigbee Alliance, http://www.zigbee.org/
[7] Digi-Key, http://parts.digikey.com/1/parts/638811-board-rs232-zigbee-mod-pro-xbib-r.html
[8] 嵌入式系統, http://zh.wikipedia.org/wiki/嵌入式系统
[9] 嵌入式系統導覽, http://www.study-area.org/linux/embedded/artICles/Embedded_Linux_Introduction/Embedded_System_Introduction.html
[10] 走進嵌入式Linux的世界, http://www-128.ibm.com/developerworks/cn/linux/l-embed/part1/index.html
[11] 嵌入式處理器, http://baike.baIDu.com/view/1258964.htm
[12] 上河文化:大地座標系統與二度分帶座標, http://www.sunriver.com.tw/grID_tm2.htm
[13] Global Positioning System, http://en.wikipedia.org/wiki/Global_Positioning_System
[14] Garmin GPS教室, http://www.garmin.com.tw/aboutGPS/index.htm
[15] NMEA 0183, http://en.wikipedia.org/wiki/NMEA
[16] NMEA標準格式, http://blog.xuite.net/walker/proview/144163
[17] Database management system, http://en.wikipedia.org/wiki/Database_management_system
[18] 關聯式資料庫, http://www.geo.ntnu.edu.tw/faculty/hchou/class/gis/NOTES/DMRDB.HTM
[19] SQLite wiki, http://zh.wikipedia.org/w/index.php?title=SQLite&variant=zh-tw
[20] Shapefile, http://en.wikipedia.org/wiki/Shapefile
[21] 蔡翔陵,「嵌入式車用資訊系統平台之開發」,元智大學碩士論文,2007年7月
[22] 郭俊宏,,「無線射頻辨識(RFID)應用於古蹟修護決策支援管理系統之研發」,台灣科技大學碩士論文,2005年7月
|
指導教授 |
陳錕山、曾裕強 (Kun-Shan Chen、Yu-Chang Tzeng)
|
審核日期 |
2009-7-30 |
推文 |
facebook plurk twitter funp google live udn HD myshare reddit netvibes friend youpush delicious baidu
|
網路書籤 |
Google bookmarks del.icio.us hemidemi myshare
|