資料載入處理中...
跳到主要內容
臺灣博碩士論文加值系統
English
|
Mobile
免費會員
登入
|
註冊
切換版面粉紅色
切換版面綠色
切換版面橘色
切換版面淡藍色
切換版面黃色
切換版面藍色
功能切換導覽列
訪客IP:216.73.216.94
字體大小:
字級大小SCRIPT,如您的瀏覽器不支援,IE6請利用鍵盤按住ALT鍵 + V → X → (G)最大(L)較大(M)中(S)較小(A)小,來選擇適合您的文字大小,如為IE7或Firefoxy瀏覽器則可利用鍵盤 Ctrl + (+)放大 (-)縮小來改變字型大小。
字體大小變更功能,需開啟瀏覽器的JAVASCRIPT功能
:::
詳目顯示
recordfocus
第 1 筆 / 共 1 筆
/1
頁
論文基本資料
摘要
外文摘要
目次
參考文獻
電子全文
QR Code
本論文永久網址
:
複製永久網址
Twitter
研究生:
鄭宗濬
研究生(外文):
CHENG, TSUNG-CHUN
論文名稱:
使用物聯網之智慧電力節能監控系統之設計與實現
論文名稱(外文):
Design and Implementation of Smart Power Energy-saving Monitoring Systems Using IoT Technology
指導教授:
鄭佳炘
指導教授(外文):
CHENG, CHIA-HSIN
口試委員:
黃永發
、
林仁勇
口試委員(外文):
HUANG, YUNG-FA
、
LIN, JEN-YUNG
口試日期:
2024-07-27
學位類別:
碩士
校院名稱:
國立虎尾科技大學
系所名稱:
電機工程系碩士在職專班
學門:
工程學門
學類:
電資工程學類
論文種類:
學術論文
論文出版年:
2024
畢業學年度:
112
語文別:
中文
論文頁數:
36
中文關鍵詞:
物聯網
、
智慧電力
、
節能監控
、
電壓電流感測器
外文關鍵詞:
Internet of Things
、
smart power
、
energy saving monitoring
、
voltage and current sensor
、
MQTT
相關次數:
被引用:0
點閱:189
評分:
下載:35
書目收藏:0
隨著物聯網(IoT)技術的迅速發展,智慧電力節能監控系統在能源管理中的應用越來越廣泛。現有的能源管理方法存在監控精度低、數據傳輸效率不高等問題。本研究旨在設計並實現一個基於ESP32微控制器和電壓電流感測器的智慧電力節能監控系統,實現高精度、低成本、遠程即時(Realtime)監控的目標。
在硬體設計方面,選用ESP32作為主控單元。ESP32具備Wi-Fi和藍牙功能,可實現數據的無線傳輸,並具有高性能的處理能力。電壓電流感測器負責即時監測電力設備的電壓和電流數據。硬體設計的重點在於確保數據的準確性和穩定性,同時考慮成本效益。
在軟體設計方面,利用ESP32的強大處理能力和開放性編程環境,該系統透過Wi-Fi將監測數據上傳至雲端伺服器,實現遠程監控和數據分析。可以透過手機應用或網頁界面查看即時數據和歷史數據。為提高數據處理效率,系統採用多線程技術和優化的數據結構。
我們對收集到的電壓電流數據進行處理和分析,計算功率、能量消耗等關鍵指標,生成即時的能耗報告和節能建議。系統還具備自動檢測異常情況的功能,如過高的功率消耗或設備故障,並及時發出警報,以確保用戶能夠迅速採取應對措施。數據分析還包括對長期數據的趨勢分析,幫助用戶了解用電行為並做出相應的調整。
總結來說,本研究所設計的智慧電力節能監控系統具有安裝簡便、成本低廉、功能強大等優點。實驗結果,該系統能夠有效監控並管理電力消耗,具有顯著的節能效果,對推動智慧城市建設和能源管理具有重要意義。該系統在實際應用中展現了良好的穩定性和可靠性,為未來的能源管理提供了一種有效的解決方案。
With the rapid development of Internet of Things (IoT) technology, the application of smart power-saving monitoring systems in energy management is becoming increasingly widespread. Current energy management methods suffer from low monitoring accuracy and inefficient data transmission. This study aims to design and implement a smart power-saving monitoring system based on the ESP32 microcontroller and voltage and current sensors, achieving high precision, low cost, and remote real-time monitoring.
In terms of hardware design, the ESP32 is chosen as the main control unit. The ESP32 features Wi-Fi and Bluetooth capabilities, enabling wireless data transmission, and boasts high-performance processing power. The voltage and current sensors are responsible for real-time monitoring of the voltage and current data of electrical equipment. The focus of the hardware design is to ensure data accuracy and stability while considering cost-effectiveness.
In terms of software design, leveraging the powerful processing capabilities and open programming environment of the ESP32, the system uploads monitoring data to a cloud server via Wi-Fi, enabling remote monitoring and data analysis. Real-time and historical data can be viewed through a mobile application or web interface. To improve data processing efficiency, the system employs multithreading technology and optimized data structures.
The collected voltage and current data are processed and analyzed to calculate key indicators such as power and energy consumption, generating real-time energy consumption reports and energy-saving recommendations. The system also has the capability to automatically detect abnormal conditions, such as excessive power consumption or equipment failure, and promptly issue alerts to ensure users can take immediate action. Data analysis also includes trend analysis of long-term data to help users understand their electricity usage patterns and make corresponding adjustments.
In summary, the smart power-saving monitoring system designed in this study is easy to install, cost-effective, and powerful. Experimental results demonstrate that the system can effectively monitor and manage power consumption, achieving significant energy savings, which is of great importance for promoting smart city construction and energy management. The system has shown good stability and reliability in practical applications, providing an effective solution for future energy management.
摘要...i
Abstract...ii
誌謝...iv
目錄...v
表目錄...vi
圖目錄...vii
1 第一章 緒論...1
1.1 研究背景...1
1.2 研究動機與目的...1
1.3 論文架構...2
2 第二章 文獻探討...3
2.1 物聯網...3
2.2 節能監控系統...5
2.3 智慧電網...6
2.4 MQTT...8
3 第三章 研究內容與方法...10
3.1 軟硬體系統介紹...10
3.1.1 ESP32...11
3.1.2 交流電壓電流多功能感測模組...12
3.1.3 Node-Red...14
3.1.4 Arduino IDE...15
3.2 實驗環境...17
4 第四章 實驗結果...20
4.1 實驗結果...20
5 第五章 結論...27
6 參考文獻...28
7 Extended Abstract...30
[1]IEA 最新電力報告:未來三年用電持續攀升,發電結構和電網韌性成轉型關鍵。檢自https://www.delta-foundation.org.tw/blogdetAIl/8516 (May.10,2024)
[2]物聯網與能源管理:為永續的未來建立節能家園。檢自https://www.roombanker.com/zh-TW/blog/home-energy-management-in-iot/(May.10,2024)
[3]IEA最新報告: 再生能源大爆發,成長速度超越化石燃料兩倍。檢自https://csr.cw.com.tw/article/43599(May.10,2024)
[4]物聯網技術大剖析。檢自https://www.ithome.com.tw/news/90461(May.10,2024)
[5]物物相聯的龐大網路—物聯網。檢自https://www.scimonth.com.tw/archives/4797 (May.10,2024)
[6]綠色智能工廠升級 實現節能及提高管理效率。檢自https://smartauto.ctimes.com.tw/DispArt-tw.asp?O=2108061533YI (May.10,2024)
[7]何謂智慧電網?智慧電網架構應用與現況、趨勢解析。檢自https://www.greenimpact.cc/Articles/detAIl?cid=2&id=158 (May.10,2024)
[8]一次弄懂 MQTT !物聯網通訊協定全面指南。檢自https://resource.webduino.io/blog/mqtt-guide (May.10,2024)
[9]NodeMCU-32S 相容版本 ESP32開發板 WiFi 藍牙 可用Arduino IDE。檢自https://www.jmaker.com.tw/products/nodemcu-esp32s-1 (May.10,2024)
[10]Node-RED 智慧物聯網平台介紹。檢自 https://www.tAIwansensor.com.tw/Node-Red-%E6%99%BA%E6%85%A7%E7%89%A9%E8%81%AF%E7%B6%B2%E5%B9%B3%E5%8F%B0%E4%BB%8B%E7%B4%B9/(May.10,2024)
[11]交流通訊模塊PZEM-004T V3.0用戶手冊 檢自https://manuals.plus/zh-TW/innovatorsguru/ac-communication-module-pzem-004t-v3-0-manual (March 13, 2024)
[12]開合CT,開合式電流互感器(PZCT-02) 100A/100mA https://twarm.com/commerce/product_info.php?cPath=362_1918&products_id=21632 (March 13, 2024)
[13]Arduino教學 UART 傳輸。 檢自https://jimirobot.tw/arduino-tutorial-uart-basic-301/ (May.10,2024)
[14]M. o. E. A. Bureau of Energy, R.O.C. "110年度電力排碳係數 - 便民服務 - 經濟部能源局(Bureau of Energy, Ministry of Economic Affairs, R.O.C.)全球資訊網." Bureau of Energy, Ministry of Economic Affairs, R.O.C. https://www.moeaboe.gov.tw/ecw/populace/content/ContentDesc.aspx?menu_id=20850 (April 16, 2024).
[15]M. o. E. A. Bureau of Energy, R.O.C. "111年度電力排碳係數 - 便民服務 - 經濟部能源局(Bureau of Energy, Ministry of Economic Affairs, R.O.C.)全球資訊網." Bureau of Energy, Ministry of Economic Affairs, R.O.C. https://www.moeaboe.gov.tw/ecw/populace/content/ContentDesc.aspx?menu_id=23142 (April 16, 2024).
[16]0.494! 台灣電力排碳係數創新低,展現綠色能源轉型成效。https://www.bis5cloud.com/post/20240428001 (April 16, 2024)
[17]經濟部公布最新全國電力資源供需報告及110、114年電力排碳係數-檢自https://www.moea.gov.tw/mns/populace/news/News.aspx?kind=1&menu_id=40&news_id=100931 (April 16, 2024)
電子全文
推文
當script無法執行時可按︰
推文
網路書籤
當script無法執行時可按︰
網路書籤
推薦
當script無法執行時可按︰
推薦
評分
當script無法執行時可按︰
評分
引用網址
當script無法執行時可按︰
引用網址
轉寄
當script無法執行時可按︰
轉寄
top
相關論文
相關期刊
熱門點閱論文
1.
基於網頁式 MQTT 協定的物聯網服務
2.
基於MQTT之Scratch物聯網擴充平台設計
3.
智慧家庭環境中物聯網之應用研究
4.
以物聯網MQTT通訊協定為基礎之雲端環境監測系統
5.
智慧校園成本效益分析與營運模式之研究—以中興大學為例
6.
以物聯網技術開發燈光控制與智慧應用之研究
7.
一個應用於智慧農場的物聯網系統-網頁應用程式設計
8.
家庭式植栽偵測之物聯網應用
9.
結合物聯網技術之HEMS以樹莓派開發平台為實例
10.
物聯網中 MQTT 網路服務誘捕系統之連線行為紀錄分析
11.
應用於智慧農業之環境監測系統
12.
物聯網閘道器軟體系統之設計及開發
13.
設計與實現一基於MQTT協議之高效率 工業物聯網網關管理平台
14.
遠端監控平台實作
15.
利用物聯網技術實現液體洩漏監測系統之研究
無相關期刊
1.
基於物聯網之即時電力數據監測系統
2.
基於ROS2.0分散式通訊架構之智慧環境感知的多載具任務分配研究
3.
基於車聯網架構之智慧斑馬線系統
4.
遠端即時監控的智慧顯示插座設計與實現
5.
整合影像處理與物聯網技術之環境監控智慧電扇之研發
6.
基於物聯網的智慧電力系統之可行性研究
7.
IC銲線金球規格分析管控系統之研究
8.
基於ESP32與PLC系統連結IOT之閘道器設計與實現
9.
基於深度學習的影像處理技術在車輛視覺共享辨識之應用研究
10.
太陽能及市電系統電流檢測與管理之研究
11.
基於深度強化學習之Sim2Real車道維持的研究
12.
物聯網用於電力品質與電力監控之實現
13.
基於物聯網之辦公室監測系統
14.
基於MQTT之智慧家居監控系統與 人機介面設計
15.
運用神經網路物聯網技術於數據中心能源監控管理
簡易查詢
|
進階查詢
|