簡易檢索 / 詳目顯示

研究生: 周志恆
Zhi-Heng Zhou
論文名稱: 結合影像辨識和自主移動機器人之玉米生長狀態辨識與自動灌溉應用
Integration of Image Recognition and Autonomous Mobile Robot for Corn Growth Identification and Automatic Irrigation Application
指導教授: 蘇順豐
Shun-Feng Su
郭重顯
Chung-Hsien Kuo
口試委員: 蘇順豐
Shun-Feng Su
陳美勇
Mei-Yung Chen
周榮源
Rong-Yuan Jou
吳世琳
S. L. Wu
郭重顯
Chung-Hsien Kuo
學位類別: 碩士
Master
系所名稱: 電資學院 - 電機工程系
Department of Electrical Engineering
論文出版年: 2023
畢業學年度: 111
語文別: 中文
論文頁數: 95
中文關鍵詞: 物聯網智慧農業自動灌溉自主移動機器人影像辨識
外文關鍵詞: Internet of Things (IoT), smart agriculture, Automated irrigation, Autonomous mobile robot, Image recognition
相關次數: 點閱:302下載:0
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 本研究設計了一台結合影像辨識玉米生長狀態以及自動灌溉應用的自主移動機器人。該機器人的前輪部分採用平行四連桿機構,並搭配電動窗馬達進行轉向控制,後輪則透過齒輪和鏈條的驅動方式實現前後控制。
    本研究的控制中樞為機器人頂部的 Intel NUC 小型電腦,並在系統 Ubuntu 18.04 的 ROS 平台上運作,透過 ROS 中的分析影像中心,可以判斷機器人中心的偏移角度,再搭配 Teensy 4.0 微型處理器(MCU),對前輪進行左右角度修正,使得機器人能夠在田間道路中順利移動。
    為了實現更精確的灌溉,田間道路的兩側各設置了四個感測盒,共計八個用於收集土壤資訊。每個感測盒每分鐘負責接收並換算校正三組環境資料訊號,這些資料被整合成字串,並通過 HTTP 協定封裝,使用 ESP-8266 模組上傳至雲端資料庫。控制中樞的電腦可以每 30 秒從資料庫中獲取當前土壤濕度值,並搭配機器人透過影像辨識獲取當前區域的玉米生長狀態,判定出各區域的需求水量並換算缺水量,再進行機器人速度控制。如此,便能實現機器人自主灌溉系統之情境。
    最後,本研究建立一網站,實現物聯網資訊的透明化。農民可以通過手機或電腦直接觀察田地中作物的生長狀態以及相關的土壤資訊,提供了方便和即時的資訊。
    此研究,成功地開發出一個整合影像辨識與自主移動機器人的自動灌溉應用系統,為農業生產提供了一種高效、智能且節省人力及時間資源的解決方案。整體澆灌實驗成功率為 84.8%,實際澆灌濕度總體誤差率 6.55%,未來, 希望能進一步改進系統的性能和功能,以滿足不同地區和作物的需求。


    This study designs an autonomous mobile robot that combines image recognition of corn growth status with automatic irrigation application. The front wheels of the robot utilize a parallel four-bar linkage mechanism and are controlled for steering using vehicle window motors, while the rear wheels achieve forward and backward motion control through a gear and chain drive system.
    The central control unit for this study is an Intel NUC mini-computer located on
    the top of the robot, operating on the ROS platform of Ubuntu 18.04 system. By
    analyzing the image center in ROS, the offset angle of the robot's center can be
    determined. With the Teensy 4.0 microcontroller unit (MCU), the angles of the front
    wheels are adjusted for left and right turns, enabling the robot to navigate smoothly on field roads.
    To achieve more precise irrigation, four sensor boxes are installed on each side of the field road, totaling eight boxes for collecting soil information. Each sensor box is responsible for receiving and converting three sets of environmental data signals every minute. These data are integrated into strings and encapsulated using the HTTP protocol, and then uploaded to a cloud database using the ESP-8266 module. The central control computer can retrieve the current soil moisture value from the database every 30 seconds and, combined with the robot's image recognition of the current corn growth status in the area, determine the water demand and calculate the water shortage for each region. This information is used for robot speed control, enabling the realization of an autonomous robot irrigation system.
    Finally, a website was created to achieve the transparency of IoT information.
    Farmers can directly observe the growth status of crops and related soil information in the field through their mobile phones or computers, providing convenient and real-time information.
    This study successfully developed an automatic irrigation application system that
    integrates image recognition with autonomous mobile robots, providing an efficient,
    intelligent, and resource-saving solution for agricultural production. The overall
    success rate of the irrigation experiment was 84.8%, with an overall error rate of 6.55% in the actual irrigation humidity. In the future, improvements in system performance and functionality are desired to meet the requirements of different regions and crops.

    指導教授推薦書 i 口試委員審定書 ii 誌謝 iii 摘要 iv Abstract v 目錄 vii 圖目錄 x 表目錄 xiii 符號說明 xiv 第一章 緒論 1 1.1 研究背景與動機 1 1.2 文獻回顧 3 1.2.1 智慧農業之相關研究 3 1.2.2 自動灌溉機器人之相關研究 4 1.3 論文架構 7 第二章 系統架構與方法 8 2.1 系統架構與流程 8 2.1.1 自主灌溉移動機器人 8 2.1.2 物聯網端 9 2.1.3 Robot Operating System 機器人作業系統 11 2.1.4 系統運作流程圖 13 2.2 機構設計 15 2.2.1 機器人架構 15 2.2.2 機器人配置架構 18 2.2.3 機器人前輪機構設計 19 2.2.4 機器人後輪機構設計 23 2.2.5 防水殼設計 26 2.3 電路板設計 27 2.3.1 機器人電路設計 27 2.3.2 物聯網電路設計 28 2.4 硬體設備 31 2.4.1 機器人硬體設備 31 2.4.2 物聯網硬體設備 39 2.5 機器人實體組裝 43 第三章 研究方法 44 3.1 影像辨識玉米生長狀態系統 44 3.1.1 影像前處理 44 3.1.2 影像標註 46 3.1.3 數據增強 46 3.1.4 訓練結果 48 3.2 影像路徑導航 52 3.3 前輪平行四連桿角度控制 56 3.4 物聯網感測器資料檢測及上傳 58 3.5 資料分析及計算機器人移動速度 60 3.6 網頁設計 63 第四章 實驗結果與分析 65 4.1 影像辨識玉米生長狀態實驗 65 4.2 影像導航路徑計算實驗 66 4.3 自動灌溉測試 69 第五章 結論 74 第六章 未來研究方向 75 參考文獻 76

    [1]S. Namani and B. Gonen, "Smart Agriculture Based on IoT and Cloud Computing," 2020 3rd International Conference on Information and Computer Technologies (ICICT), San Jose, CA, USA, 2020, pp. 553-556
    [2]B. Kumhet, P. Rakluea, P. Sangmahamad, V. Pirajnanchai, T. Pechrkool and T. Sutham, "IoT-based Automatic Brightness and Soil Moisture Control System for Gerbera Smart Greenhouse," 2022 International Electrical Engineering Congress (iEECON), Khon Kaen, Thailand, 2022, pp. 1-4
    [3]O. Channumsin, J. Trancharoen, S. Sonchaiyaphum, J. Pimpol and W. Tangsrirat, "Automatic Monitoring and Controlling System for Hydroponics Greenhouse Environments Through Smartphone Application," 2022 International Symposium on Intelligent Signal Processing and Communication Systems (ISPACS), Penang, Malaysia, 2022, pp. 1-4
    [4]D.V.Sarath Chandra, G. Kaur and M. Bhattacharya, "Smart Irrigation Management System for Precision Agriculture," 2023 International Conference on Advances in Intelligent Computing and Applications (AICAPS), Kochi, India, 2023, pp. 1-5
    [5]B. A. Reddy, G. S. Krishna, K. P. Saraswathi, I. Sadhvika, V. Udutalapally and D. Das, "dScout : Unmanned Ground Vehicle for Automatic Disease Detection and Pesticide Atomizer," 2022 IEEE 7th International conference for Convergence in Technology (I2CT), Mumbai, India, 2022, pp. 1-6
    [6]S. Chen, X. Li, C. Liu, X. Yang, A. Xu and C. Chen, "Design of Intelligent Greenhouse Planting Management Robot," 2019 International Conference on Virtual Reality and Intelligent Systems (ICVRIS), Jishou, China, 2019, pp. 350-353
    [7]T. Chen and F. Meng, "Development and Performance Test of a Height-Adaptive Pesticide Spraying System," in IEEE Access, vol. 6, 2020,pp. 12342-12350
    [8]M. Arivalagan, M. Lavanya, A. Manonmani, S. Sivasubramanian and P. H. Princye, "Agricultural Robot for Automized Fertilizing and Vigilance for Crops," 2020 IEEE International Conference on Advances and Developments in Electrical and Electronics Engineering (ICADEE), Coimbatore, India, 2020, pp. 1-3
    [9]J.mao,W.niu,Hongyan wang,Bai zhang,Zhen cao,Zhen guo, Hu zhao,Chunyan zhou and Xin gong, "A Agricultural Spraying and Fertilization Robot based on Visual Navigation," 2020 15th IEEE Conference on Industrial Electronics and Applications (ICIEA), Kristiansand, Norway, 2020, pp. 586-591
    [10]S. Xu and Y. Cui, "Design of Intelligent Control System for Wheeled Drug Spraying Robot," 2023 3rd International Conference on Consumer Electronics and Computer Engineering (ICCECE), Guangzhou, China, 2023, pp. 799-802
    [11]F. Nasir, M. Haris, B. Khan, M. Tufail, M. T. Khan and Z. Dong, "Real-Time Plant Recognition and Crop Row Navigation for Autonomous Precision Agricultural Sprayer Robot," 2023 International Conference on Robotics and Automation in Industry (ICRAI), Peshawar, Pakistan, 2023, pp. 1-7
    [12]H. M. Yasin, S. R. M. Zeebaree and I. M. I. Zebari, "Arduino Based Automatic Irrigation System: Monitoring and SMS Controlling," 2019 4th Scientific International Conference Najaf (SICN), Al-Najef, Iraq, 2019, pp. 109-114
    [13]C. Hu, S. Xie, D. Song, J. A. Thomasson, R. G. H. IV and M. Bagavathiannan, "Algorithm and System Development for Robotic Micro-Volume Herbicide Spray Towards Precision Weed Management," in IEEE Robotics and Automation Letters, vol. 7, no. 4, 2022, pp. 11633-11640
    [14]S. Chen, X. Li, C. Liu, X. Yang, A. Xu and C. Chen, "Design of Intelligent Greenhouse Planting Management Robot," 2019 International Conference on Virtual Reality and Intelligent Systems (ICVRIS), Jishou, China, 2019, pp. 350-353
    [15]R. Berenstein and Y. Edan, "Automatic Adjustable Spraying Device for Site-Specific Agricultural Application," in IEEE Transactions on Automation Science and Engineering, vol. 15, no. 2,2022,pp. 641-650
    [16]F. K. Shaikh, S. Karim, S. Zeadally and J. Nebhen, "Recent Trends in Internet-of-Things-Enabled Sensor Technologies for Smart Agriculture," in IEEE Internet of Things Journal, vol. 9, no. 23, 2022,pp. 23583-23598, 2022
    [17]L. Kumar and P. Kumar, "Webcam based Secure Surveillance system for the smart agriculture using Raspberry pi,"2022 International Conference on Smart Generation Computing, Communication and Networking (SMART GENCON), Bangalore,India,2022,pp.1-6
    [18]S. Senthil, M. R. Kumar, R. S. Kumar, A. K. Jabakumar and K. Madhan, "Design and Implementation of Smart Agriculture Management Intelligent Things Using NB-IOT," 2022 Third International Conference on Smart Technologies in Computing, Electrical and Electronics (ICSTCEE), Bengaluru, India, 2022, pp. 1-5
    [19]H. M. Rai, D. Gupta, S. Mishra and H. Sharma, "Agri-Bot: IoT Based Unmanned Smart Vehicle for Multiple Agriculture Operation," 2021 International Conference on Simulation, Automation & Smart Manufacturing (SASM), Mathura, India, 2021, pp. 1-6
    [20]G. Saxena, C. Sahu, A. Joshi and S. P. Mohanty, "Food-Care: An Optoelectronic Device for Detection of Fertilizer Contamination in Fruits and Vegetables in Smart Agriculture Framework," 2022 IEEE International Symposium on Smart Electronic Systems (iSES), Warangal, India, 2022, pp. 451-452
    [21]M. R. M. Kassim, "IoT Applications in Smart Agriculture: Issues and Challenges," 2020 IEEE Conference on Open Systems (ICOS), Kota Kinabalu, Malaysia, 2020, pp. 19-24
    [22]P. Supanirattisai, K. U-Yen, A. Pimpin, W. Srituravanich and N. Damrongplasit, "Smart Agriculture Monitoring and Management System using IoT-enabled Devices based on LoRaWAN," 2022 37th International Technical Conference on Circuits/Systems, Computers and Communications (ITC-CSCC), Phuket, Thailand, 2022, pp. 679-682
    [23]M. Pyingkodi et al., "Sensor Based Smart Agriculture with IoT Technologies: A Review," 2022 International Conference on Computer Communication and Informatics (ICCCI), Coimbatore, India, 2022, pp. 1-7
    [24]C. Nicolas, B. Naila and R. -C. Amar, "TinyML Smart Sensor for Energy Saving in Internet of Things Precision Agriculture platform," 2022 Thirteenth International Conference on Ubiquitous and Future Networks (ICUFN), Barcelona, Spain, 2022, pp. 256-259
    [25]L. Edwin, Hui J. Lee, Pin. J. Ker,Md Z. Jamaludin,Mohd Anif Akhmal Abu Bakar,Ramlah Awang and Farah A.M. Yusuf "LoRa System with IOT Technology for Smart Agriculture System," 2022 IEEE 20th Student Conference on Research and Development (SCOReD), Bangi, Malaysia, 2022, pp. 39-44
    [26]P. Mahajan, "Internet of things revolutionizing Agriculture to Smart Agriculture," 2021 2nd Global Conference for Advancement in Technology (GCAT), Bangalore, India, 2021, pp. 1-6
    [27]N. Panuganti, P. Ranjan, K. S. Batra and J. K. Rai, "Automation in Agriculture and Smart Farming Techniques using Deep Learning," 2022 IEEE Conference on Interdisciplinary Approaches in Technology and Management for Social Innovation (IATMSI), Gwalior, India, 2022, pp. 1-5
    [28]R. Hartono, R. E. Fata, R. F. Ulwan, R. J. Nur Iman, N. R. Perdana and R. C. Wulan, "Development of Prototype Smart Control Systems to Support IoT and LoRA-Based Smart Farming in Smart Agriculture Applications," 2022 1st International Conference on Smart Technology, Applied Informatics, and Engineering (APICS), Surakarta, Indonesia, 2022, pp. 186-190
    [29]S. Namani and B. Gonen, "Smart Agriculture Based on IoT and Cloud Computing," 2020 3rd International Conference on Information and Computer Technologies (ICICT), San Jose, CA, USA, 2020, pp. 553-556
    [30]M. Pyingkodi, K. Thenmozhi, M. Karthikeyan, T. Kalpana, S. Palarimath and G. B. A. Kumar, "IoT based Soil Nutrients Analysis and Monitoring System for Smart Agriculture," 2022 3rd International Conference on Electronics and Sustainable Communication Systems (ICESC), Coimbatore, India, 2022, pp. 489-494
    [31]F. Liu and X. Yan, "The application of Machine Learning and IOT in Smart Agriculture," 2022 Global Conference on Robotics, Artificial Intelligence and Information Technology (GCRAIT), Chicago, IL, USA, 2022, pp. 50-53
    [32]S. Kumar, G. Chowdhary, V. Udutalapally, D. Das and S. P. Mohanty, "gCrop: Internet-of-Leaf-Things (IoLT) for Monitoring of the Growth of Crops in Smart Agriculture," 2019 IEEE International Symposium on Smart Electronic Systems (iSES) (Formerly iNiS), Rourkela, India, 2019, pp. 53-56
    [33]S. Kaur, J. N. R, K. Joshi, H. Anandaram, P. Kanti and R. Pandey, "Humidity Prediction in Crop Monitoring System through Machine Learning and web based application in finance and Smart Agriculture 4.0," 2022 International Conference on Fourth Industrial Revolution Based Technology and Practices (ICFIRTP), Uttarakhand, India, 2022, pp. 226-229
    [34]D. V. Sarath Chandra, G. Kaur and M. Bhattacharya, "Smart Irrigation Management System for Precision Agriculture," 2023 International Conference on Advances in Intelligent Computing and Applications (AICAPS), Kochi, India, 2023, pp. 1-5
    [35]M. Liu, "On the Application of Internet of Things in Smart Agriculture," 2020 2nd International Conference on Artificial Intelligence and Advanced Manufacture (AIAM), Manchester, United Kingdom, 2020, pp. 113-116
    [36]A. Srivastava, D. K. Das and R. Kumar, "Monitoring of Soil Parameters and Controlling of Soil Moisture through IoT based Smart Agriculture," 2020 IEEE Students Conference on Engineering & Systems (SCES), Prayagraj, India, 2020, pp. 1-6
    [37]I. Ahmad and K. Pothuganti, "Smart Field Monitoring using ToxTrac: A Cyber-Physical System Approach in Agriculture," 2020 International Conference on Smart Electronics and Communication (ICOSEC), Trichy, India, 2020, pp. 723-727
    [38]R. Dagar, S. Som and S. K. Khatri, "Smart Farming – IoT in Agriculture," 2018 International Conference on Inventive Research in Computing Applications (ICIRCA), Coimbatore, India, 2018, pp. 1052-1056
    [39]W. -M. Cheng,Huai-Jen Liu,Robert Chen,Wei-Chin Chang, Jyh-Juan Yuan,Jimmy Chen and Janice Jiang ,"A Real and Novel Smart Agriculture Implementation with IoT Technology," 2021 9th International Conference on Orange Technology (ICOT), Tainan, Taiwan, 2021, pp. 1-4
    [40]A. Muniasamy, "Machine Learning for Smart Farming: A Focus on Desert Agriculture," 2020 International Conference on Computing and Information Technology (ICCIT-1441), Tabuk, Saudi Arabia, 2020, pp. 1-5
    [41]S. Pandey, A. Gehlot, V. Pandey, N. Kathuria, G. Chhabra and P. K. Malik, "Subsuming AI, IoT and Big Data in Smart Farm Practices," 2023 IEEE Devices for Integrated Circuit (DevIC), Kalyani, India, 2023, pp. 229-232
    [42]F. K. Shaikh, S. Karim, S. Zeadally and J. Nebhen, "Recent Trends in Internet-of-Things-Enabled Sensor Technologies for Smart Agriculture," in IEEE Internet of Things Journal, vol. 9, no. 23,2022, pp. 23583-23598
    [43]T. Manglani, A. Vaishnav, A. S. Solanki and R. Kaushik, "Smart Agriculture Monitoring System Using Internet of Things (IoT)," 2022 International Conference on Electronics and Renewable Systems (ICEARS), Tuticorin, India, 2022, pp. 501-505
    [44]J. Treboux, R. Ingold and D. Genoud, "Towards Retraining of Machine Learning Algorithms: An Efficiency Analysis Applied to Smart Agriculture," 2020 Global Internet of Things Summit (GIoTS), Dublin, Ireland, 2020, pp. 1-6
    [45]K. Il Ko, M. Hun Lee and H. Yoe, "CWSI-based Smart Irrigation System Design," 2023 International Conference on Artificial Intelligence in Information and Communication (ICAIIC), Bali, Indonesia, 2023, pp. 037-040
    [46]O. K. Ogidan and K. R. Afia, "Smart irrigation system with an Android-based remote logging and control," 2019 IEEE AFRICON, Accra, Ghana, 2019, pp. 1-4
    [47]H. Youness, G. Ahmed and B. E. Haddadi, "Machine Learning-based Smart Irrigation Monitoring System for Agriculture Applications Using Free and Low-Cost IoT Platform," 2022 International Conference on Microelectronics (ICM), Casablanca, Morocco, 2022, pp. 189-192
    [48]T. P. D. Pieris and K. V. D. S. Chathuranga, "Design and Evaluation of a Capacitive Sensor for Real Time Monitoring of Gravimetric Moisture Content in Soil," 2020 5th International Conference on Information Technology Research (ICITR), Moratuwa, Sri Lanka, 2020, pp. 1-6
    [49]Z. Shi, J. Tian, Q. Wang and C. Huang, "Design of Tracked Agricultural Robots for Apple Orchards," 2021 International Conference on Computer Network, Electronic and Automation (ICCNEA), Xi'an, China, 2021, pp. 235-238
    [50]F. Wu, L. Cao, S. Guo and J. Zhang, "Design and Application of 3D Path Planning Model of Agricultural Automatic Robot," 2020 International Conference on Computer Information and Big Data Applications (CIBDA), Guiyang, China, 2020, pp. 408-411

    無法下載圖示 全文公開日期 2028/07/31 (校內網路)
    全文公開日期 2028/07/31 (校外網路)
    全文公開日期 2028/07/31 (國家圖書館:臺灣博碩士論文系統)
    QR CODE