跳到主要內容

臺灣博碩士論文加值系統

(44.222.82.133) 您好!臺灣時間:2024/09/15 21:35
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:黃順江
研究生(外文):Shun-Chiang Huang
論文名稱:ESP8266 D1 mini應用於智慧型無人通訊機房-以屏東縣政府警察局為例
論文名稱(外文):ESP 8266 D1 mini for smart unmanned communication rooms – Take the Pingtung County Government Police Station as an example
指導教授:陳武男陳武男引用關係
指導教授(外文):Wu-Nan Chen
學位類別:碩士
校院名稱:樹德科技大學
系所名稱:電腦與通訊系碩士班
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2019
畢業學年度:107
語文別:中文
論文頁數:60
中文關鍵詞:ESP8266 D1 miniDHT11VoIPGSNVPN
外文關鍵詞:ESP8266 D1 miniDHT11VoIPGSNVPN
相關次數:
  • 被引用被引用:3
  • 點閱點閱:335
  • 評分評分:
  • 下載下載:60
  • 收藏至我的研究室書目清單書目收藏:0
摘要

本論文藉由ESP8266 D1 Mini結合感測器DHT11,開發一個可由網頁直接遠端控制無人通訊機房設備的環境。ESP8266模組的韌體程式以Python語言開發,包含Wi-Fi連結廣域網路的功能、機房環境溫溼度自動讀取功能、回應網頁要求之伺服器功能及繼電器自動控制模組功能,達到方便實現控制溫濕度環境的要求,並透過網頁顯示結果。本應用可運用於日常家居生活、商業應用及工業控制等,結合網路也可允許使用者透過VoIP(網路電話)之GSN、E1專線之VPN(虛擬私有網路),藉由電腦、行動電話等以網頁型態隨時監看遠端各無人機房,只要溫濕度過高,系統將依程式之設定自行啟動繼電器,繼而驅動相關硬體達到降低機房溫濕度功能。
關鍵字:ESP8266 D1 mini、DHT11、VoIP、GSN、VPN。
Abstract

This paper uses the ESP8266 D1 Mini combined with the sensor DHT11 to develop an environment that can directly control the unmanned communication room equipment from the web. The firmware of the ESP8266 module is developed in Python language, including Wi-Fi connection wide area network function, automatic temperature and humidity reading function in the computer room environment, server function in response to webpage requirements, and relay automatic control module function to achieve convenient control. The temperature and humidity environment is required and the results are displayed on the webpage. This application can be used in daily home life, commercial applications and industrial control. It can also allow users to use VoIP (VoIP) GSN, E1 dedicated VPN (virtual private network), by computer, mobile The telephone and other web sites can monitor the remote unmanned computer rooms at any time. As long as the temperature and humidity are too high, the system will automatically activate the relay according to the program settings, and then drive the related hardware to reduce the temperature and humidity of the equipment room.
Key words: ESP8266 D1 mini、DHT11、VoIP、GSN、VPN.
目錄
摘要 I
Abstract II
誌謝 III
目錄 IV
圖目錄 VII
第一章 緒論 1
1.1 研究動機 1
1.2 公務部門的應用 1
1.3 論文結構與綱要 2
第二章 警察通訊所通訊架構 4
2.1 簡介 4
2.2 組織與任務 4
2.3 環島數位微波通信系統 6
2.4 環島通訊平臺 8
2.5 屏東縣政府警察局固定通訊架構 8
第三章MicroPython 12
3.1 何謂MicroPython 12
3.2 MicroPython源由 12
3.3 MicroPython特點 13
3.4 MicroPython系統架構 14
3.5 建立MicroPython的執行環境 14
3.6 下載、燒錄MicroPython之韌體 18
3.7 透過終端機控制MicroPython 21
3.8 Python程式編輯器 22
第四章 ESP8266 D1 mini硬體系統 23
4.1 ESP8266簡介 23
4.2 D1 mini控制板簡介 24
4.3 並列與序列傳輸 26
4.4 ESP8266 D1 mini序列通訊界面 27
4.5 DHT11通訊協議 28
4.6 序列資料傳輸協定 29
4.7 注意事項 29
第五章 程式分析 30
5.1 程式分析 30
5.2 函式(function) 30
5.3 boot.py 30
5.3.1 flash( ) 31
5.3.2 for i in range ( ) 31
5.3.3 connectAP ( ) 31
5.4 main.py 32
5.4.1 readDHT( ) : 32
5.4.2 alarm( ): 33
5.4.3 url(PORT): 37
第六章 系統測試結果 41
6.1 硬體測試 41
6.2 軟體測試 43
第七章 總結與展望 51
參考文獻 53
附錄一 MicroPython程序編撰參考 54
參考文獻

[1]超圖解 Python 物聯網實作入門- 使用 ESP8266 與 MicroPython、
作者:趙英傑、出版社:旗標科技股份有限公司
[2]MicroPython 入門指南、作者:邵子揚、
出版社:電子工業出版社
[3]警察通訊所教育訓練講義
[4]維基百科
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top