跳到主要內容

臺灣博碩士論文加值系統

(18.97.9.169) 您好!臺灣時間:2025/03/20 16:46
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:谷政融
研究生(外文):KU, CHENG-JUNG
論文名稱:物聯網微功率智慧開關於溫度監控
論文名稱(外文):Micro power switch for temperature control on Internet of thing
指導教授:陳永欽陳永欽引用關係洪龍成
指導教授(外文):CHEN, YEONG-CHINHUNG, LONG-CHEN
口試委員:陳正一陳永欽洪龍成陳兆南
口試委員(外文):CHEN, CHENG-ICHEN, YEONG-CHINHUNG, LONG-CHENCHEN, CHAO-NAN
口試日期:2019-07-09
學位類別:碩士
校院名稱:亞洲大學
系所名稱:資訊工程學系
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2019
畢業學年度:107
語文別:中文
論文頁數:55
中文關鍵詞:節能系統PWMPID智慧插座
外文關鍵詞:Energy-Saving SystemPWMPIDSmart Socket
相關次數:
  • 被引用被引用:2
  • 點閱點閱:194
  • 評分評分:
  • 下載下載:23
  • 收藏至我的研究室書目清單書目收藏:1
本研究提出遠端智慧監控插座,以溫度感測模組結合固態繼電器(SSR)開關機制,及透過Raspberry Pi伺服器達到遠端監控,實現控制電器(燈泡、熱水壺等)所輸出電功率及監測環境溫度變化。
使用者可透過網頁設定理想溫度,系統量測實際溫度,使用比例-積分-微分控制器(Proportional Integral and Derivative control,PID)及脈衝寬度調變(Pulse Width Modulation,PWM)演算法控制插座輸出之電量,讓量測之實際溫度趨近理想溫度,以達到降低電損耗及延長電器壽命。節點裝置使用感測器量測溫度,其資料透過ESP8266模組傳輸於伺服器端,伺服器端可顯示所有節點的量測數據,並描繪出曲線圖,讓使用者了解即時溫度及電力結果。

This study proposes a remote intelligent monitoring socket, with a temperature sensing module combined with a solid state relay (SSR) switching mechanism, and remote monitoring through the Raspberry Pi server to achieve output power and monitoring of control appliances (light bulbs, hot water bottles, etc.) Ambient temperature changes.
The user can set the ideal temperature through the webpage, the system measures the actual temperature, and uses the Proportional Integral and Derivative Control (PID) and the Pulse Width Modulation (PWM) to control the power output of the socket. This causes the temperature to approach the ideal set point to reduce electrical losses and extend the life of the appliance.
The node device uses the sensor to measure the temperature, and the data is transmitted to the server through the ESP8266 module. The server can display the measurement data of all nodes and draw a graph to let the user know the instantaneous temperature and power results.

目錄
中文摘要 ..................................................................i
英文摘要 .................................................................ii
目錄 ................................................................iii
圖目錄 ..................................................................v
表目錄 ................................................................vii
第一章 緒論 ..........................................................1
1.1 前言 ..........................................................1
1.2 研究背景與動機 ..................................................2
1.3 研究方法 ..........................................................3
1.4 文章架構 ..........................................................3
第二章 智慧插座元件及套件介紹 ..........................................5
2.1 電源供應 ..........................................................8
2.2 Wi-Fi網路通訊模組 .................................................11
2.3 MCU微控制器 .........................................................14
2.4 Raspberry Pi 樹莓派 .................................................15
2.5 溫度偵測電路 .........................................................17
第三章 脈衝寬度調變(Pulse Width Modulation) .........................20
3.1 PWM原理介紹 .........................................................20
3.2固態繼電器 .........................................................23
第四章 比例-積分-微分控制器(Proportional Integral and Derivative Control) .24
4.1 PID比例積分微分控制原理介紹 .........................................24
4.2 PID參數整定方法參考 .................................................28
4.3 輸出限制器 .........................................................29
4.4 專家PID控制 .........................................................30
第五章 系統實作 .........................................................33
5.1 系統架構 .........................................................33
5.2 使用者介面 .........................................................35
第六章 實驗結果與討論 .................................................37
6.1 實驗結果-數位式PID與數位式PID含限制器比較 .........................37
6.2 實驗結果-專家PID控制含限制器 .........................................39
6.3結果比較圖 .........................................................42
6.3.1 專家式PID與數位式PID控制於各溫度之響應圖 .........................42
6.3.2兩控制器於設定溫度40度之結果比較 .................................43
6.3.3兩控制器於設定溫度50度之結果比較 .................................44
6.3.4兩控制器於設定溫度60度之結果比較 .................................45
6.3.5兩控制器於設定溫度70度之結果比較 .................................46
第七章 結論與未來展望 .................................................47
7.1 結論 .........................................................47
7.2未來展望 .........................................................47
參考文獻 .................................................................49
誌謝 .................................................................55


圖目錄
圖1.1 論文研究與製作流程圖 ..........................................3
圖2.1系統架構示意圖 ..................................................5
圖2.2雲端系統架構圖 ..................................................6
圖2.3電源供應器電路圖 ..................................................8
圖2.4電源供應流程圖 ..................................................9
圖2.5 AC/DC變壓器實體 ..................................................9
圖2.6電解電容 .........................................................10
圖2.7 AMS1117-3.3V穩壓器 .................................................10
圖2.8 ESP8266晶片 .................................................11
圖2.9 PIC16F690 .........................................................14
圖2.10 Raspberry Pi .................................................15
圖2.11 DS18B20防水型溫度感測模組 .........................................17
圖2.12溫度偵測電路 .................................................18
圖3.1脈衝寬度調變示意圖 .................................................21
圖3.2 PWM佔空比示意圖 .................................................21
圖3.3 PWM佔空比與升降溫示意圖 .........................................22
圖3.4 50%佔空比輸出的電訊號 .........................................22
圖3.5固態繼電器(KC2025AX) .........................................23
圖3.6固態繼電器電路圖 .................................................23
圖4.1 PID控制系統結構 .................................................24
圖4.2比例積分控制器響應圖 .................................................25
圖4.3比例微分控制器響應圖 .................................................26
圖4.4數位PID程式流程圖 .................................................28
圖4.5具限制器之數位PID流程圖 .........................................30
圖4.6專家PID控制系統架構圖 .........................................31
圖5.1系統硬體架構圖 .................................................33
圖5.2雲端架構圖 .........................................................33
圖5.3 Raspberry Pi環境之程式流程圖 .................................34
圖5.4物聯網微功率智慧開關於溫度監控系統 .................................35
圖5.5使用者的操作介面 .................................................35
圖5.6數位式PID溫度控制系統頁面 .........................................36
圖6.1數位式PID控制輸出之量測溫度響應圖 .................................37
圖6.2數位式PID具限制器控制輸出之量測溫度響應圖 .........................38
圖6.3兩控制器之量測溫度響應圖之比較 .................................38
圖6.4專家式PID控制輸出之量測溫度響應圖 .................................40
圖6.5數位式與專家式控制器之量測溫度響應圖之比較 .........................41
圖6.6專家式PID控制系統溫度(40度-70度,初始溫度為27度)之響應圖 .........42
圖6.7數位式PID控制系統溫度(40度-70度,初始溫度為27度)之響應圖 .........42
圖6.8數位式PID與專家式PID控制系統溫度響應40度之比較圖 .................43
圖6.9數位式PID與專家式PID控制系統溫度響應50度比較圖 .........................44
圖6.10數位式PID與專家式PID控制系統溫度響應60度比較圖 .................45
圖6.11數位式PID與專家式PID控制系統溫度響應70度比較圖 .................46


表目錄
表2.1硬體元件表 ..........................................................7
表2.2 AC電源的優點 ..................................................8
表2.3 AMS1117穩壓器的特點 .........................................11
表2.4 ESP8266的特徵 .................................................12
表2.5 AT command 指令表 .................................................13
表2.6 PIC微控制器特點 .................................................14
表2.7 Raspberry Pi產品詳細硬體規格 .................................16
表6.1兩控制器之溫度輸出響應規格比較 .................................39
表6.2數位式與專家式控制器之溫度輸出響應規格比較 .........................41
表6.3兩控制器之溫度40度輸出響應規格比較 .................................43
表6.4兩控制器之溫度50度輸出響應規格比較 .................................44
表6.5兩控制器之溫度60度輸出響應規格比較 .................................45
表6.6兩控制器之溫度70度輸出響應規格比較 .................................46


[ 1 ]Q. M. Ashraf, M. I. M. Yusoff, A. A. Azman, N. M. Nor, N. A. A. Fuzi, M. S. Saharedan, and N. A. Omar, “Energy monitoring prototype for Internet of Things: Preliminary results,” 2015 IEEE 2nd World Forum on Internet of Things (WF-IoT), 2015, pp. 1-5.
[ 2 ]周碩彥,「物聯網發展趨勢展示內容」研究報告。國家教育研究院,2015。
[ 3 ]陳明僑,物聯網智慧家庭技術與應用,台東大學資工系。
[ 4 ]王嘉暐,結合藍芽模組與控制晶片之無線系統研究開發及實現,樹德科技大學電腦與通訊系碩士班碩士論文,高雄市,2013。取自https://hdl.handle.net/11296/w493z7
[ 5 ]朱竣誠,基於Wi-Fi及雲端技術之雲端智慧家庭系統,南臺科技大學電子工程系碩士論文,台南市,2014。 取自https://hdl.handle.net/11296/3c94j4
[ 6 ]Wi-Fi --https://zh.wikipedia.org/wiki/Wi-Fi (2019/05/22)
[ 7 ]R. Piyare, and S. R. Lee, “Smart Home-Control and Monitoring System Using Smart Phone,” ICCA, Vol. 24, 2013, pp. 83-86.
[ 8 ]Md. R. Islam, Md. R. Islam, and T. A. Mazumder, “Mobile Application and Its Global Impact,” International Journal of Engineering & Technology IJET-IJENS Vol. 10, No. 06, 2010,pp104-111.
[ 9 ]王嘉暐,結合藍芽模組與控制晶片之無線系統研究開發及實現,樹德科技大學電腦與通訊系碩士班碩士論文,高雄市,2013。取自https://hdl.handle.net/11296/w493z7

[ 10 ]Q. M. Ashraf, M. I. M. Yusoff, A. A. Azman, N. M. Nor, N. A. A. Fuzi, M. S. Saharedan, and N. A. Omar, “Energy monitoring prototype for Internet of Things: Preliminary results,” 2015 IEEE 2nd World Forum on Internet of Things (WF-IoT), 2015, pp. 1-5.
[ 11 ]The National Energy Technology Laboratory for the U.S. Department of Energy Office of Electricity Delivery and Energy Reliability, “NETL Modern Grid Strategy Powering our 21st-Century Economy-Advanced Metering Infrastructure,” February 2008.
[ 12 ]陳明堂,黃國恩,張國恩和吳孟奇,”電力品質低頻擾動因素量測”, 中華民國第二十三屆電力研討會論文集, 2002年12月, pp.1295-1299。
[ 13 ]A. Khare, J. Goel, N. Bhatt, and Dr. N. Kumar, “ Raspberry Pi Home Automation System Using Mobile App to Control Devices,” International Journal of Innovative Research in Science, Engineering and Technology. Vol. 6, 2014, pp. 2319-8753.
[ 14 ]S. Korbel, and V. Janes, “Interesting Applications of Atmel AVR Microcontrollers,”Euromicro Symposium on Digital System Design, 2004, pp. 499-506.
[ 15 ]R. Piyare, and S. R. Lee, “Smart Home-Control and Monitoring System Using Smart Phone,” ICCA, Vol. 24, 2013, pp. 83-86.
[ 16 ]Google Home – Wikipedia -- https://en.wikipedia.org/wiki/Google_Home(2019/05/22)
[ 17 ]Mikhail Rudinskiy, “Wi-Fi Communication Using ESP8266 & PIC32”, ECE 4999 Independent Project, Dr. dissertation, Bruce Land.

[ 18 ]S. Wei, B. Wu, F. Li, and C. Liu, “A general space vector PWM control algorithm for multilevel inverters,” Eighteenth Annual Applied Power Electronics Conference and Exposition, APEC 2003, Vol.1, 2003, pp. 562-568.
[ 19 ]陳惠貞和陳俊榮,PHP & MySQL跨裝置網站開發-超威範例集。台北市:碁峰資訊股份有限公司, 2014年。
[ 20 ]Raspberry Pi台灣樹莓派 --
http://www.raspberrypi.com.tw(2015/11/30)
[ 21 ]A. Khare, J. Goel, N. Bhatt, and Dr. N. Kumar, “ Raspberry Pi Home Automation System Using Mobile App to Control Devices,” International Journal of Innovative Research in Science, Engineering and Technology. Vol. 6, 2014, pp. 2319-8753.
[ 22 ]Mikhail Rudinskiy, “Wi-Fi Communication Using ESP8266 & PIC32”, ECE 4999 Independent Project, Dr. dissertation, Bruce Land.
[ 23 ]電源設計技術網站 ROHM TECH WEB --
https://micro.rohm.com/tw/techweb/knowledge/acdc/s-acdc/01-s-acdc/6
(2019/07/21)
[ 24 ]ac/dc adapter --
https://tc.diytrade.com/china/pd/7396631/ac_dc_adapter.html (2019/07/21)
[ 25 ]電解電容 50V 1000UF --
https://world.taobao.com/item/521764283798.htm?spm=a21wu.11804641-cat-tw.0.0.380851beeN3fLC (2019/07/21)
[ 26 ]勝特力電子零件材料AMS1117-3.3 --
http://www.100y.com.tw/product/19280.htm (2019/07/21)

[ 27 ]AMS1117 --
http://xn----ctbgeuhdtdb2b.xn--p1ai/cfiles/market/2932/1446015689.pdf (2019/07/21)
[ 28 ]ESP8266 --
https://www.robotistan.com/esp8266-economic-wifi-serial-transceiver-module (2019/07/21)
[ 29 ]ESP8266 WiFi 模組用戶手冊 V1.0 --
http://www.icshopping.com.tw/368030500646/ESP8266%20ESP-01%20%E4%B8%B2%E5%8F%A3WIFI%20%E7%84%A1%E7%B7%9A%E6%A8%A1%E7%B5%84.pdf (2019/07/21)
[ 30 ]小狐狸事務所★ ESP8266 WiFi 模組 AT command 測試 –
http://yhhuang1966.blogspot.com/2015/07/esp8266-wifi-at-command.html (2019/07/21)
[ 31 ]PIC16F690 –
https://picclick.com/10PCS-PIC16F690-I-SS-16F690-MCU-SSOP-20-New-Microchip-291640724201.html (2019/07/21)
[ 32 ]PIC微控制器 –
https://zh.wikipedia.org/wiki/PIC%E5%BE%AE%E6%8E%A7%E5%88%B6%E5%99%A8 (2019/07/21)
[ 33 ]Raspberry Pi 3 –
https://www.amazon.co.uk/Raspberry-Pi-Model-Quad-Motherboard/dp/B01CD5VC92 (2019/07/21)
[ 34 ]Raspberry Pi產品詳細硬體規格—
http://designer.mech.yzu.edu.tw/articlesystem/article/compressedfile/(2014-08-18)%20RaspberryPi%E7%B0%A1%E4%BB%8B%E5%92%8C%E5%AE%89%E8%A3%9D.pdf (2019/07/21)
[ 35 ]Raspberry Pi LAMP安裝—
http://tonyhack.familyds.net/wordpress/?p=3523(2019/05/22)
[ 36 ]『物聯網』的生活應用實作:用DS18B20溫度感測器偵測天氣溫度—
https://www.techbang.com/posts/26197-the-internet-of-things-daily-life-how-do-i-know-the-weather-temperature-is-hot-or-cold(2019/05/22)
[ 37 ]OneWire DS18B20 temperature sensor –
https://escapequotes.net/onewire-ds18b20-temperature-sensor/ (2019/07/21)

[ 38 ]D. Santos, E. Cipriano, Jr./ Da Silva, and E. R. Cabral, Advanced Power Electronics Converters: PWM Converters Processing AC Voltages, Hoboken :John Wiley & Sons Inc, 2014.
[ 39 ]陳惠貞和陳俊榮,PHP & MySQL跨裝置網站開發-超威範例集。台北市:碁峰資訊股份有限公司, 2014年。
[ 40 ]勝特力電子零件材料KC2025AX固態繼電器 –
http://www.100y.com.tw/viewproduct.asp?MNo=92363(2019/07/21)
[ 41 ]KC -- http://www.kyotto.com/PDF/PDF/KC-db.pdf(2019/07/21)
[ 42 ]Visioli and Antonio,“Practical PID Control,” Berlin:Springer Verlag, 2006.
[ 43 ]Minorsky, N. “Automatic Steering.” Thirtieth Meeting of the Society of Naval Architects and Marine Engineers, 1922.
[ 44 ]A. Callender , D. R. Hartree, and A. Porter “Time-lag in a control system” Philosophical Transactions of the Royal Society of London. Series A, Mathematical and Physical Sciences, Royal Society, vol. 235, No. 756, 1936,pp. 415-444.

[ 45 ]Visioli and Antonio,“Practical PID Control,” Berlin:Springer Verlag, 2006
[ 46 ]A. Visioli,“Tuning of PID controllers with fuzzy logic”, IEE Proceedings - Control Theory and Applications , Vol. 148,No. 1, 2001, pp. 1-8.
[ 47 ]PID控制器開發筆記之十一:專家PID控制器的實現--https://www.cnblogs.com/foxclever/p/9615095.html(2019/05/22)

QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊