跳到主要內容

臺灣博碩士論文加值系統

(34.204.172.188) 您好!臺灣時間:2023/09/27 16:32
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:盧安聖
研究生(外文):LU, AN-SHENG
論文名稱:應用物聯網技術與私人雲端伺服器於小型溫室控制
論文名稱(外文):Apply IoT Technology and Private Cloud Server to Small Greenhouse Control
指導教授:許騰仁
指導教授(外文):HSU, TERNG-REN
口試委員:鄧俊修許騰仁葉邵穎
口試委員(外文):DENG, JIUN-SHIOUHSU, TERNG-RENYEH, SHAO-YING
口試日期:2023-07-27
學位類別:碩士
校院名稱:中華大學
系所名稱:電機工程學系
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2023
畢業學年度:111
語文別:中文
論文頁數:49
中文關鍵詞:物聯網環境控制嵌入式微控制器私人雲端伺服器垂直專網
外文關鍵詞:Internet of ThingsEnvironmental ControlEmbedded MicrocontrollerPrivate Cloud ServerVertical Network
相關次數:
  • 被引用被引用:0
  • 點閱點閱:18
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
隨著全球人口不斷的增長以及全球暖化造成極端氣候的影響,環境的變化使得許多農作物逐漸無法在原本的地域生長,為了解決農作物生長的問題,可以利用溫室種植。本論文使用空氣溫濕度感測器、二氧化碳感測器、土壤溫度感測器、土壤濕度感測器與亮度感測器量測溫室的環境,並使用風扇、加熱器、灑水器、LED 燈等裝置控制溫室環境,藉由嵌入式微控制系統與雲端伺服器建構自動化操作與遠距監控的功能,增加效能並降低人力的需求。
本論文使用 MTK LinkIt 7697 嵌入式微控制器開發板做為核心,開發適用於小型農業溫室的物聯網 (Internet of Things, IoT) 系統,整合溫濕度感測器、二氧化碳感測器、土壤溫度感測器、土壤濕度感測器與亮度感測器,根據感測器所得的數據,驅動風扇、加熱器、灑水器與 LED 燈等裝置確保溫室中植物得到合宜的生長環境,這些環境控制裝置都是使用脈衝寬度調變 (Pulse Width Modulation, PWM) 的方式進行驅動控制,可視需要調整裝置的輸出量。
本論文規劃透過 LinkIt 7697 內建的無線區域網路 (Wi-Fi) 模組連接無線網路的路由器,經由垂直專網上傳監控數據至私人雲端伺服器。本論文的雲端伺服器使用樹莓派單板微電腦 (Raspberry Pi 4B, RPi 4B) 為基礎建置,安裝 MQTT 伺服器傳送數值與操控指令,安裝 Node-RED 伺服器用於規劃輸入指令與觀測數值的網頁,使用者透過網頁瀏覽器讀取溫室內的環境狀態,實現溫室環境的遠端量測與控制。

With the continuous growth of the global population and the impacts of global warming leading to extreme climatic conditions, environmental changes have rendered many crops unable to thrive in their original regions. To address the issue of crop growth, greenhouse cultivation can be employed. This thesis utilizes air temperature and humidity sensors, carbon dioxide sensors, soil temperature sensors, soil moisture sensors, and light sensors to measure the greenhouse environment. Various devices such as fans, heaters, sprinklers, and LED lights are employed to control the greenhouse environment. Through the integration of embedded microcontroller systems and cloud servers, automated operations and remote monitoring capabilities are established in this research, enhancing efficiency and reducing the need for manual intervention.
This thesis utilizes the MTK LinkIt 7697 embedded microcontroller development board as the core to develop an Internet of Things (IoT) system suitable for smallscale agricultural greenhouses. It integrates temperature and humidity sensors, carbon dioxide sensors, soil temperature sensors, soil moisture sensors, and light sensors. Based on the data obtained from these sensors, the system drives devices such as fans, heaters, sprinklers, and LED lights to ensure that the greenhouse provides optimal growth conditions for plants. These environmental control devices are all operated using Pulse Width Modulation (PWM) for precise output control, allowing adjustments to the device outputs as needed.
The thesis outlines a plan to utilize the built-in Wi-Fi module of the LinkIt 7697 to establish a connection with a wireless network router. Through a dedicated vertical network, monitoring data will be uploaded to a private cloud server. The cloud server in this study is built upon the Raspberry Pi 4B single-board microcomputer (RPi 4B). An MQTT server is installed to transmit data and control commands, while a Node-RED server is set up to design web interfaces for input commands and observed data values. Users can access and manage the greenhouse's environmental conditions remotely through a web browser, achieving remote measurement and control of the greenhouse environment.

摘要 i
ABSTRACT ii
誌謝 iii
目錄 iv
圖目錄 vii
第一章 緒論 1
1.1 研究背景與動機 1
1.2 研究目的 1
1.3 論文架構 2
第二章 理論介紹 3
2.1 溫室的環境介紹 3
2.2 環境感測的原理 3
2.2.1 空氣溫度及空氣濕度感測的原理 3
2.2.2 二氧化碳感測原理 4
2.2.3 土壤溫度感測原理 4
2.2.4 土壤濕度感測的原理 4
2.2.5 亮度感測的原理 5
2.3 環境控制的原理 5
2.3.1 空氣溫度與二氧化碳濃度的控制 5
2.3.2 加熱器的控制 6
2.3.3 土壤濕度的控制 6
2.3.4 亮度的控制 6
2.4 無線通訊技術簡介 6
2.5 軟體基站與垂直專網簡介 7
2.6 物聯網簡介 7
2.6 雲端儲存空間簡介 8
第三章 系統設計與硬體架構 9
3.1 系統架構 9
3.2 嵌入式微控制系統的規劃 10
3.3 嵌入式微控制系統周邊模組的電路設計 13
3.4 環境感測器的電路設計 14
3.4.1 DHT-11 溫濕度感測器 14
3.4.2 二氧化碳感測器 15
3.4.3 土壤溫度感測器 15
3.4.4 土壤濕度感測器 16
3.4.5 亮度感測器 17
3.5 周邊硬體裝置的控制應用 18
3.5.1 PWM控制 19
3.5.2 風扇的控制 20
3.5.3 加熱系統 21
3.5.4 灑水系統的控制 22
3.5.5 LED燈的控制 22
3.6 電路整合 23
第四章 系統整合與測試 26
4.1 嵌入式微控制器的韌體規劃 26
4.2 私人雲端伺服器的建置 27
4.2.1 樹莓派單板微電腦的簡介 27
4.2.2 Apache 伺服器的架設 28
4.2.3 MySQL Server 資料庫的架設 29
4.2.4 phpMyAdmin 管理介面的安裝 30
4.2.5 Node-RED 操作及設定 31
4.2.4 MQTT Server及協定 32
4.3 私人雲端伺服器的傳輸 34
4.4 系統測試 36
第五章 結論與未來展望 38
5.1 結論 38
5.2 未來展望 38
參考文獻 39


[1] 王人正、江昭皚, “農業推廣手冊74, 智慧農業技術介紹與應用實例,” 108.
http://ntucae.ntu.edu.tw/wp-content/uploads/2020/02/%E8%BE%B2%E6%A5%AD%E6%8E%A8%E5%BB%A3%E6%89%8B%E5%86%8A%E7%AC%AC74%E6%9C%9F108%E5%B9%B4.pdf.
[2] 鄒明珆, “工業技術與資訊月刊, 全環控智慧溫室系統 打造台灣農業新藍海,” 15 5 2018.
https://www.itri.org.tw/ListStyle.aspx?DisplayStyle=18_content&SiteID=1&MmmID=1036452026061075714&MGID=1001035400521603204.
[3] 盧明智, 感測器應用與線路分析, 全華圖書, 2008.
[4] “CCS811,” 2016. https://cdn.sparkfun.com/assets/learn_tutorials/1/4/3/CCS811_Datasheet-DS000459.pdf.
[5] “DS18B20 Programmable Resolution 1-Wire® Digital Thermometer,”
https://www.analog.com/media/en/technical-documentation/data-sheets/ds18b20.pdf.
[6] 林照峰,江承恩,陳柏寰,房韋辰,林紹緯, “智慧型多工省水灌溉系統,” 亞東學報, 2018.
[7] “Seeed Studio官網,”
https://wiki.seeedstudio.com/Grove-Light_Sensor/.
[8] “Light Sensor LS06-S/M/B,”
https://www.micros.com.pl/mediaserver/info-cz%20ls06-s5.pdf.
[9] 曾煜棋、林政寬、林致宇、潘孟鉉, 無線網路--通訊協定、感測網路、射頻技術與應用服務, 碁峰資訊股份有限公司, 2011.
[10] 辜政融, “畜牧業物聯網與私人雲端伺服器的整合應用”.中華大學,2020.
[11] “3GPP官網,”
https://www.3gpp.org/dynareport?code=36-series.htm.
[12] 程致剛, 劉宜蕎, 黃靖琦, 巫國豪, “5G 企業專網新契機-從產業與政策解析電信管理法時代下之電力事業因應策略,” 2006.
[13] J. C. T. a. H. J. Hua, “Concerns, Smart World of Internet of Things (IoT) and Its Security,” 2016.
https://ieeexplore.ieee.org/document/7917092.
[14] “LinkIt 7697 HDK v1.0 User's Guide,”
https://download.kamami.pl/p571650-LinkIt_7697_HDK_Users_Guide.pdf.
[15] “SD module datasheet,”
http://datalogger.pbworks.com/w/file/fetch/89507207/Datalogger%20-%20SD%20Memory%20Reader%20Datasheet.pdf.
[16] 卓淑婷, “直流無刷馬達無感測驅動之分析,” 2009.
[17] Latifa Bachouch; Neermalsing Sewraj; Pascal Dupuis; Laurent Canale; Georges Zissis, “Pulse Width Modulation current control for LED lighting horticulture systems,” https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=9939775.
[18] “樹莓派官網,” https://www.raspberrypi.com/products/raspberry-pi-4-model-b/.
[19] “Apache官網,”https://httpd.apache.org/.
[20] “MySQL官網,”https://dev.mysql.com/.
[21] “PhpMyAdmin官網,”https://www.phpmyadmin.net/.
[22] “Node-RED官網,”https://nodered.org/.
[23] “MQTT官網,”https://mqtt.org/.
[24] “OpenAirInterface (OAI),”https://openairinterface.org/.

QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top