§ 瀏覽學位論文書目資料
系統識別號 U0002-1007201916540500
DOI 10.6846/TKU.2019.00230
論文名稱(中文) 蛋雞飼養之物聯網軟體平台與硬體建置與實現
論文名稱(英文) Construction and Implementation of IoT Hardware and Software Platform for Laying Hens
第三語言論文名稱
校院名稱 淡江大學
系所名稱(中文) 電機工程學系碩士班
系所名稱(英文) Department of Electrical and Computer Engineering
外國學位學校名稱
外國學位學院名稱
外國學位研究所名稱
學年度 107
學期 2
出版年 108
研究生(中文) 許家睿
研究生(英文) Jia-Rui Hsu
學號 607440020
學位類別 碩士
語言別 繁體中文
第二語言別
口試日期 2019-06-26
論文頁數 53頁
口試委員 指導教授 - 李揚漢
委員 - 許獻聰
委員 - 梁祐全
關鍵字(中) 物聯網
雲端資料庫
環境感測
手機應用程式
關鍵字(英) IoT
Cloud Database
Environmental monitoring
Application
第三語言關鍵字
學科別分類
中文摘要
台灣中南部雞隻養殖的業者大致上分為兩類,一個是蛋雞,一個是肉雞飼養。但這兩種雞隻在飼養上有很大的差別,肉雞只需要放入雞舍內養殖約40天左右的成長期就可以上市出貨;但是蛋雞方面成長期約有125天,125天之後才會開始產蛋,蛋雞的成長環境以及產蛋率十分需要注意,產蛋率受到溫度、濕度、氨氣等等環境因素影響,因此想設計出一個App可以遠端監控跟紀錄蛋雞出生至淘汰的數據。
設計出一套App系統以便養殖業者管理農場、養殖場將環境變數建構在手機平台以及雲端,內部含有即時監控系統,可以遠端監控雞舍內部的環境變數,以及生產週期表、遠端控制風扇。可以記錄蛋雞出生到淘汰的過程中所有的環境變數以及產蛋量,藉此交叉比對出哪個環境因素會對產蛋率影響最多。不僅可以使農場、養殖場的管理更加方便,也因為場域的環境變數以及資訊統整在平台上方,能使年輕人口更能快速有效的融入傳統農業和畜牧業,不再因為世代的隔閡導致人口老化而缺少人力造成的損失,達到智慧管控使的蛋雞飼養更加的智慧以及有效率的便利性。
英文摘要
In Southern and Central areas of Taiwan, the regional chicken farming industry operates under two objectives- breeding chickens as either layers or broilers. These two types of poultry, however, follow two rather different breeding methods. For broilers, it requires a 40-day nurturing period before going into market. For layers, it takes approximately 125 days for chicks to reach laying stage. Regarding the latter, it has many factors to consider. Breeding environment and laying rate can be affected by variables such as temperature, humidity, ammonia gas level and many other environmental factors/ etc. For this reason, I plan to design a phone software to monitor and record the weight of the layers and the number of eggs laid from afar.
This software model will allow breeders to gain access of relevant information to better manage breeding farms while having variable data installed onto both phone and Cloud platforms. It also has instant monitoring function that can keep track of the internal environmental variables of target chicken farms. In addition, it can also be used as a ventilation remote control and laying cycle reference. These will be carried out by keeping record of the growing cycle of a chick from hatchling until the end of its laying stage; crosschecking to identify the affecting environmental variables. In sum, this software will benefit the existing poultry farmers by enhancing a smoother management and bridging the generation gap amongst this field by attracting new blood.
第三語言摘要
論文目次
目錄
致謝	I
中文摘要	II
ABSTRACT	III
目錄	IV
圖目錄	VII
表目錄	X
第一章 緒論	1
1.1 研究動機	1
1.2 研究目的	2
1.3 章節介紹	2
第二章 研究背景	3
2.1 雞舍養殖環境介紹	3
2.1.1 開放式雞舍	3
2.1.2 密閉水簾式雞舍	4
2.2 蛋雞全生產週期	5
2.3 雞舍的環境參數	5
2.3.1 溫度	5
2.3.2 濕度	5
2.3.3 氨氣	5
2.3.4 二氧化碳	6
2.4 文獻回顧	6
第三章 研究方法	10
3.1 系統架構與流程	10
3.1.1 系統架構	10
3.1.2 感測器模組硬體流程圖	11
3.1.3 遠端控制模組硬體流程圖	12
3.1.4 軟體流程圖	13
3.2 硬體設備介紹	14
3.2.1 Arduino D1開發版	14
3.2.2 DHT22溫濕度感測器	15
3.2.3 MG811 CO2 二氧化碳感測器	15
3.2.4 MQ137 氨氣感測器	16
3.3 軟體介紹	17
3.3.1 硬體開發平台	17
3.3.2 雲端資料庫開發平台	17
3.3.3 手機應用程式開發平台	19
3.4 資料傳輸方法	19
3.5 室內模擬環境	20
3.6 蛋雞實測環境	23
第四章 研究結果	24
4.1 網頁場域即時資訊	24
4.1.1 實驗室場域	25
4.1.2 蛋雞實測場域	27
4.2 手機場域資訊顯示介面	29
4.2.1 室內模擬場域	35
4.2.2 蛋雞實測場域	40
4.2.3 其他功能	47
第五章 結論與未來展望	49
5.1 結論	49
5.2 未來展望	49
參考文獻	50
 
圖目錄
圖 1 開放式雞舍	3
圖 2 場域介紹	4
圖 3 感測流程圖	8
圖 4 感測器架構方塊圖	8
圖 5 感測器接法	9
圖 6 系統架構圖	10
圖 7 硬體流程圖	11
圖 8 遠端控制流程圖	12
圖 9 軟體流程圖	13
圖 10 Arduino D1開發版	14
圖 11 DHT22感測器	15
圖 12 MG811實體圖	16
圖 13 MG811電路圖	16
圖 14 MQ137感測器	17
圖 15 簡易PHP程式	18
圖 16  MySQL資料庫	18
圖 17 開發板與資料庫連結	19
圖 18 室內模擬場域平面圖	20
圖 19 模擬場域A	21
圖 20 模擬場域B	21
圖 21 模擬場域C	22
圖 22 模擬場域D	22
圖 23 蛋雞實測環境	23
圖 24 網頁首頁介面	24
圖 25 模擬場域資料顯示(1天)	25
圖 26 模擬場域資料顯示(7天)	26
圖 27 模擬場域資料顯示(30天)	26
圖 28 蛋雞實測場域資料顯示(1天)	27
圖 29 蛋雞實測場域資料顯示(7天)	28
圖 30 蛋雞實測場域資料顯示(30天)	28
圖 31 首頁與即時觀測頁面	29
圖 32 報表操作頁面	30
圖 33 應用程式首頁	31
圖 34 輸入體重與產蛋量頁面	31
圖 35 微生物檢測	32
圖 36 生理指數頁面	32
圖 37 AI智慧雲頁面	33
圖 38 遠端控制開啟	34
圖 39 遠端控制關閉	34
圖 40 即時觀測顯示頁面	36
圖 41 天報表顯示頁面	37
圖 42 7天報表顯示頁面	38
圖 43 30天報表顯示頁面	39
圖 44 蛋雞實測場域網頁資料顯示(1天)	41
圖 45 蛋雞實測場域網頁資料顯示(7天)	41
圖 46 蛋雞實測場域網頁資料顯示(30天)	42
圖 47 實測場域即時觀測頁面	43
圖 48 天報表顯示頁面	44
圖 49 7天報表顯示頁面	45
圖 50 30天報表顯示畫面	46
圖 51體重與產蛋量頁面	47
圖 52 錯誤日期處理	48
表目錄
表 1 四季對雞隻的影響	7
表 2 環境因素對雞隻的影響	7
參考文獻
[1].	Davis, R. H., Hassan, O. E. M., & Sykes, A. H. (1973). Energy utilization in the laying hen in relation to ambient temperature. The Journal of Agricultural Science, 81(1), 173-177.
[2].	Nicholson, F. A., Chambers, B. J., & Walker, A. W. (2004). Ammonia emissions from broiler litter and laying hen manure management systems. Biosystems Engineering, 89(2), 175-185.
[3].	Kocaman, B., Esenbuga, N., Yildiz, A., Laçin, E., & Macit, M. (2006). Effect of environmental conditions in poultry houses on the performance of laying hens. International Journal of Poultry Science, 5(1), 26-30.
[4].	Wang, Y., & Chi, Z. (2016, July). System of wireless temperature and humidity monitoring based on Arduino Uno Platform. In 2016 Sixth International Conference on Instrumentation & Measurement, Computer, Communication and Control (IMCCC)(pp. 770-773). IEEE.
[5].	Zeiger, F., & Huber, M. F. (2014, April). Demonstration abstract: Participatory sensing enabled environmental monitoring in smart cities. In IPSN-14 Proceedings of the 13th International Symposium on Information Processing in Sensor Networks (pp. 337-338). IEEE.
[6].	Lan, S., Qilong, M., & Du, J. (2008, December). Architecture of wireless sensor networks for environmental monitoring. In 2008 International Workshop on Education Technology and Training & 2008 International Workshop on Geoscience and Remote Sensing (Vol. 1, pp. 579-582). IEEE.
[7].	Kang, J., Kim, Y., Kim, H., Jeong, J., & Park, S. (1997, June). Comfort sensing system for indoor environment. In Proceedings of International Solid State Sensors and Actuators Conference (Transducers' 97) (Vol. 1, pp. 311-314). IEEE.

[8].	Li, H., Wang, H., Yin, W., Li, Y., Qian, Y., & Hu, F. (2015). Development of a remote monitoring system for henhouse environment based on IoT technology. Future Internet, 7(3), 329-341.
[9].	Spirjakin, D., Baranov, A., Karelin, A., & Somov, A. (2015, July). Wireless multi-sensor gas platform for environmental monitoring. In 2015 IEEE Workshop on Environmental, Energy, and Structural Monitoring Systems (EESMS) Proceedings (pp. 232-237). IEEE.
[10].	Liu, Y. M., Zhang, J., Zhou, D. M., Gong, H. L., & Li, X. J. (2011, May). The establishment of SWAT database in Guishui River basin, Beijing, China. In 2011 International Symposium on Water Resource and Environmental Protection (Vol. 4, pp. 2721-2724). IEEE.
[11].	Lashari, M. H., Memon, A. A., Shah, S. A. A., Nenwani, K., & Shafqat, F. (2018, November). IoT Based Poultry Environment Monitoring System. In 2018 IEEE International Conference on Internet of Things and Intelligence System (IOTAIS) (pp. 1-5). IEEE.
[12].	Shah, J., & Mishra, B. (2016, January). IoT enabled environmental monitoring system for smart cities. In 2016 International Conference on Internet of Things and Applications (IOTA) (pp. 383-388). IEEE.
[13].	Patil, S. R. (2017, September). Smart Environmental Monitoring through Internet of Things (IoT) using RaspberryPi 3. In 2017 International Conference on Current Trends in Computer, Electrical, Electronics and Communication (CTCEEC) (pp. 595-600). IEEE.
[14].	Lita, I., Visan, D. A., Cioc, I. B., Mazare, A. G., & Teodorescu, R. M. (2016, June). Indoor environmental parameters monitoring for building automation systems. In 2016 8th International Conference on Electronics, Computers and Artificial Intelligence (ECAI) (pp. 1-4). IEEE.
[15].	Priya, C. G., AbishekPandu, M., & Chandra, B. (2017, April). Automatic plant monitoring and controlling system over GSM using sensors. In 2017 IEEE Technological Innovations in ICT for Agriculture and Rural Development (TIAR) (pp. 173-176). IEEE.
[16].	Pallavi, S., Mallapur, J. D., & Bendigeri, K. Y. (2017, December). Remote sensing and controlling of greenhouse agriculture parameters based on IoT. In 2017 International Conference on Big Data, IoT and Data Science (BID) (pp. 44-48). IEEE.
[17].	Islam, M. S. (2018, February). An Intelligent System on Environment Quality Remote Monitoring and Cloud Data Logging Using Internet of Things (IoT). In 2018 International Conference on Computer, Communication, Chemical, Material and Electronic Engineering (IC4ME2) (pp. 1-4). IEEE.
[18].	Tsai, C. F., & Liang, T. W. (2018, November). Application of IoT Technology in The Simple Micro-farming Environmental Monitoring. In 2018 IEEE International Conference on Advanced Manufacturing (ICAM) (pp. 170-172). IEEE.

[19].	Vaughan, J., Green, P. M., Salter, M., Grieve, B., & Ozanyan, K. B. (2017, October). Floor sensors of animal weight and gait for precision livestock farming. In 2017 IEEE SENSORS (pp. 1-3). IEEE.
[20].	Hualong, L., Miao, L., Kai, Z., Xuanjiang, Y., Shizhuang, W., Yuan, Y., ... & Huiyi, G. (2015). Intelligent monitoring system for laminated henhouse based on Internet of Things.
論文全文使用權限
校內
紙本論文於授權書繳交後5年公開
同意電子論文全文授權校園內公開
校內電子論文於授權書繳交後5年公開
校外
同意授權
校外電子論文於授權書繳交後5年公開

如有問題,歡迎洽詢!
圖書館數位資訊組 (02)2621-5656 轉 2487 或 來信