博碩士論文 108523010 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:52 、訪客IP:18.117.81.240
姓名 黃竣賢(Jyun-Sian Huang)  查詢紙本館藏   畢業系所 通訊工程學系
論文名稱 基於公有雲與無伺服器運算之智慧灌溉雲端系統之研究
(The Research on Smart Irrigation Cloud System based on Public Cloud and Serverless Computing)
相關論文
★ UHF頻段RFID彈藥管理系統之設計、實作與評估★ 移動物偵測與追蹤之IP Camera系統
★ SDN自適應性自動化網路安全之研究★ Wi-Fi Direct Service 應用於IoT
★ 射頻前端電路應用於載波聚合長期演進技術★ 3C無線充電裝置運用在車載系統所產生之EMI輻射
★ 基於LoRa技術的物聯網前端防盜警示感測裝置實作與評估★ DOCSIS 3.1 效能研究 與下行通道干擾阻隔之設計
★ 藍芽無線光學投影翻譯筆★ 手持裝置應用於MIMO ( 8x8 ) Wi-Fi系統之設計
★ 基於無伺服器運算之智慧農業雲端系統設計與研究★ 嵌入式系統實現電梯物聯網
★ 在802.11 Ad-Hoc網路中基於速率考量之路由協定設計★ 合作博弈與灰色模糊方法改善無線網路之性能
★ 採用拍賣策略之動態分散式方法於減少叢集小型基地台間干擾之研究★ 在LTE-A下聚合未授權頻譜及動態分配資源以優化系統效能
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 (2026-7-21以後開放)
摘要(中) 隨著物聯網技術的興起,智慧農業已成為當前重要的農業發
展技術。從感測數據的分析,無線網路的資料傳輸,結合雲端服
務的幫助,打造一套完整的智慧農業自動化灌溉系統,讓使用者
可以隨時掌握環境狀況,並減少人力及相關的成本。
本論文提出了自動化灌溉系統,結合了以無伺服器運算(AWS
Lambda)及 AWS IoT Core 為開發核心的雲架構,利用 MQTT 通訊
協定方式傳輸感測到的環境資料,同時將資料傳輸到雲端系統,
並連接外部的微服務,當雲計算完畢後,將結果傳送給其他微服
務,如:Line、Gmail、MongoDB 等等,讓使用者可以即時掌握環
境狀況,並在系統中導入了模糊理論(Fuzzy Logic),讓系統可以根
據環境狀況自動調整灌溉時間。此外,使用者可以透過 Line 應用
程式發佈命令,訊息傳送到雲端平台計算完畢後,同樣藉由
MQTT 的方式發送消息到設定好的主題並進行灌溉,使用者可以
從 Line、Gmail 等應用程式得知系統目前是否正在執行灌溉。
摘要(英) With the rise of the Internet of Things technology, smart agriculture
has become an important agricultural development technology. From the
analysis of sensor data, wireless network data transmission, combined with
the help of cloud services, we create a complete intelligent agricultural
automatic irrigation system, allowing users to keep track of environmental
conditions, and reduce manpower and related costs.
This thesis proposed an automated irrigation system, which combines
a cloud architecture with serverless computing (AWS Lambda) and AWS
IoT Core as the development core, and uses the MQTT communication
protocol to transmit the sensed environmental data and at the same time
transmit the data to the cloud system, which connects to external
microservices. After the cloud computing is completed, the results will be
sent to other microservices, such as: Line, Gmail, MongoDB, etc., so that
users can instantly grasp the environmental conditions, we also introduce
fuzzy theory into the system (Fuzzy Logic), so that the system can
automatically adjust the irrigation time according to environmental
conditions. In addition, users can issue commands through the Line
application. After the message is sent to the cloud platform for calculation,
the message is also sent to the set theme and irrigated by MQTT. The user
can learn from the Line, Gmail and other applications where the system is
currently performing irrigation.
關鍵字(中) ★ 智慧農業
★ 模糊理論
★ 自動灌溉
★ 無伺服器運算
關鍵字(英) ★ AWS IoT Core
★ MQTT
論文目次 中文摘要 i
英文摘要 ii
誌謝 iii
目錄 iv
圖目錄 vii
表目錄 x
第一章 序論 1
1-1 前言 1
1-2 研究動機 2
1-3 論文架構 3
第二章 相關研究背景 4
2-1 感測器與終端裝置 4
2-1-1 環境感測器[5][6] 4
2-1-2 嵌入式裝置—樹莓派[7][8] 7
2-1-3 繼電器(Relay) 9
2-2 AWS 雲服務簡介與無伺服器計算 10
2-2-1 AWS API Gateway[11] 12
2-2-2 AWS Lambda[12][13][14] 13
2-2-3 AWS IoT Core[15][16][17] 14
2-2-4 AWS IAM[18] 15
2-2-5 Amazon SNS[19] 16
2-3 模糊理論(Fuzzy Logic)[20] 17
2-3-1 模糊控制邏輯(Fuzzy Control Logic) 19
2-3-2 隸屬函數(Membership Function) 21
2-4 Matlab 簡介[23] 24
2-5 Line 簡介 25
2-5-1 Line_Bot 聊天機器人 25
2-6 MongoDB 資料庫簡介[24] 27
2-7 MQTT 通訊協定 28
2-8 LoRa 無線傳輸技術 30
第三章 系統情境與架構設計 32
3-1 系統架構與設計 33
3-1-1 智慧灌溉系統—感測裝置與執行端 35
3-1-2 智慧灌溉系統—雲服務端 37
3-1-3 智慧灌溉系統—使用者端 40
3-2 模糊控制邏輯使用 41
第四章 模擬與分析 45
4-1 模擬環境與硬體設備架構 45
4-2 模擬結果與分析 47
4-2-1 感測裝置端資料傳輸 47
4-2-2 無伺服器架構部署和運算 49
4-2-3 模糊控制邏輯使用結果 51
4-2-4 作物生長結果與成本評估 53
第五章 結論與未來研究方向 61
參考文獻 63
參考文獻 ﹝1﹞ NAMALA, K. K., et al, “Smart irrigation with embedded system”,2016 IEEE Bombay Section Symposium (IBSS),pp. 1-5, 2016.
﹝2﹞ CHANG, Yu-Chuan; HUANG, Ting-Wei; HUANG, Nen-Fu, “A
machine learning based smart irrigation system with lora p2p networks”, 2019 20th Asia-Pacific Network Operations and Management Symposium (APNOMS), pp. 1-4, 2019.
﹝3﹞ YOON, Chiyurl, et al, “Implement smart farm with IoT technology”, 2018 20th International Conference on advanced communication technology (ICACT), pp. 749-752, 2018.
﹝4﹞ JAIN, Prateek; KUMAR, Prakash; PALWALIA, D. K, “Irrigation management system with micro-controller application”, 2017 1st International Conference on Electronics, Materials Engineering and Nano-Technology (IEMENTech),pp. 1-6, 2017.
﹝5﹞ SEHRAWAT, Deepti; GILL, Nasib Singh, “Smart sensors: Analysis of different types of IoT sensors”, 2019 3rd International Conference on Trends in Electronics and Informatics (ICOEI), pp.523-528, 2019.
﹝6﹞ PATIL, Piyush; SACHAPARA, Vivek, “Providing smart
agricultural solutions/techniques by using Iot based toolkit”, 2017 International Conference on Trends in Electronics and Informatics (ICEI), pp. 327-331, 2017.
﹝7﹞ YAMANOOR, Narasimha Saii; YAMANOOR, Srihari, “High
quality, low cost education with the Raspberry Pi”, 2017 IEEE Global Humanitarian Technology Conference (GHTC), pp. 1-5, 2017.
﹝8﹞ 網路資料 on line resources: 嵌入式裝置—樹莓派, 取自:
https://zh.wikipedia.org/wiki/樹莓派
﹝9﹞ LINTHICUM, David S, “Cloud computing changes data integration forever: What′s needed right now”, IEEE Cloud Computing, Vol 4,pp. 50-53, 2017.
﹝10﹞ALJAMAL, Rawan; EL-MOUSA, Ali; JUBAIR, Fahed, “A user perspective overview of the top infrastructure as a service and high performance computing cloud service providers”, 2019 IEEE Jordan International Joint Conference on Electrical Engineering and Information Technology (JEEIT),pp. 244-249, 2019.
﹝11﹞網路資料 on line resources: AWS API Gateway,取自:
https://aws.amazon.com/tw/api-gateway/features/
﹝12﹞GANDHI, Saloni, et al, “Implementation and Analysis of a Serverless Shared Drive with AWS Lambda”, 2018 4th
International Conference for Convergence in Technology (I2CT), pp. 1-6, 2018.
﹝13﹞網路資料 on line resources: AWS Lambda,取自:
https://aws.amazon.com/tw/lambda/
﹝14﹞SADAVARTE, Sanket Sanjay; BODANESE, Eliane, “Pregnancy Companion Chatbot Using Alexa and Amazon Web Services”, 2019 IEEE Pune Section International Conference (PuneCon), pp. 1-5, 2019.
﹝15﹞WANG, Aibin; YUAN, Zifeng; HE, Bin, “Design and Realization of Smart Home Security System Based on AWS”, 2020 International Conference on Information Science, Parallel and Distributed Systems (ISPDS), pp. 291-295, 2020.
﹝16﹞SUPEKAR, Vishakha Subhash; AHMADINA, Ali, “Sensor Data Visualization on Google Maps using AWS, and IoT Discovery Board”, 2020 7th International Conference on Internet of Things: Systems, Management and Security (IOTSMS),pp. 1-6, 2020.
﹝17﹞網路資料 on line resources: AWS IoT Core, 取自:
https://docs.aws.amazon.com/zh_tw/iot/latest/developerguide/awsiot-how-it-works.html
﹝18﹞網路資料 on line resources: AWS IAM, 取自:
https://aws.amazon.com/tw/iam/
﹝19﹞網路資料 on line resources: Amazon SNS, 取自:
https://aws.amazon.com/tw/sns/?whats-new-cards.sortby=item.additionalFields.postDateTime&whats-new-cards.sortorder=desc
﹝20﹞BASTIAN, A., et al, “System overview and special features of FATE: fuzzy logic automatic transmission expert system”, Proceedings of 1995 IEEE International Conference on Fuzzy Systems, pp. 1063-1070, 1995.
﹝21﹞網路資料 on line resources: Lotfi A.Zadeh, 取自:
https://en.wikipedia.org/wiki/Lotfi_A._Zadeh
﹝22﹞MUTOLIB, Abdul, et al, “Design of Automatic Goods Carrier Robot System Based on Line Sensor and Fuzzy Logic Control Mamdani”, 2020 6th International Conference on Wireless and Telematics (ICWT), pp. 1-4, 2020.
﹝23﹞網路資料 on line resources: Matlab, 取自:
https://zh.wikipedia.org/wiki/MATLAB
﹝24﹞LEE, Shinho, et al, “Design of Integrated Messenger Anti-virus System using Chatbot Service”, 2020 International Conference on Information and Communication Technology Convergence (ICTC), pp. 1613-1615, 2020.
﹝25﹞PATIL, Mayur M., et al, “A qualitative analysis of the performance of MongoDB vs MySQL database based on insertion and retriewal operations using a web/android application to explore load balancing—Sharding in MongoDB and its advantages”, 2017 International Conference on I-SMAC (IoT in Social, Mobile, Analytics and Cloud)(I-SMAC), pp. 325-330, 2017.
﹝26﹞網路資料 on line resources: Karl Seguin “The Little MongoDB Book”, 取自: https://www.openmymind.net/mongodb.pdf
﹝27﹞YASSEIN, Muneer Bani, et al, “Internet of Things: Survey and open issues of MQTT protocol”, 2017 international conference on engineering & MIS (ICEMIS), pp.1-6, 2017.
﹝28﹞LAZARESCU, Mihai T, “Design of a WSN platform for long-term environmental monitoring for IoT applications”, IEEE Journal on emerging and selected topics in circuits and systems, Vol 3, pp. 45-54, 2013.
﹝29﹞DEVALAL, Shilpa; KARTHIKEYAN, A, “LoRa technology-an overview”, 2018 Second International Conference on Electronics, Communication and Aerospace Technology (ICECA), pp. 284-290, 2018
指導教授 吳中實 審核日期 2021-7-22
推文 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聯絡  - 隱私權政策聲明