跳到主要內容

臺灣博碩士論文加值系統

(44.192.95.161) 您好!臺灣時間:2024/10/10 13:57
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:賴英傑
研究生(外文):LAI, YING-CHIEH
論文名稱:具語音控制之電控玻璃應用於室內光源調控
論文名稱(外文):Electronically Controlled Glass with Voice Activated for Indoor Light Source Adjustment
指導教授:謝振榆謝振榆引用關係
指導教授(外文):SHIEH, JEN-YU
口試委員:陳慎銚陳宏仁
口試委員(外文):CHEN, SHEN-YAURCHEN, HONG-REN
口試日期:2020-06-04
學位類別:碩士
校院名稱:國立虎尾科技大學
系所名稱:光電工程系光電與材料科技碩士班
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2020
畢業學年度:108
語文別:中文
論文頁數:58
中文關鍵詞:觸控模組光照度感測光源調控系統電控玻璃語音控制
外文關鍵詞:Touch ModuleLight DetectionLight Control SystemSmart GlassVoice Control
相關次數:
  • 被引用被引用:0
  • 點閱點閱:117
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
本論文設計及製作一種光源調控系統,結合電控玻璃、語音控制、自動控制及觸控控制,達到室內光源可以根據環境與外部光源自動調整為最適合的亮度,且能讓使用者自行去選擇光源亮度及玻璃開關,並運用創新語音控制方法與手機內建語音助手SIRI做結合,讓使用者能直接跟手機說出相對應之指令,而系統將給予相對應的動作,滿足每個不同需求的人。
本系統使用盛群HT66F70A微控制器作為主要控制晶片,利用I2C控制觸控模組來辨認使用之功能,透過每個觸控位置的不同,對應不同的功能,像是開啟系統、手動模式、自動模式及語音模式,而在手動模式中,使用者自己能選擇想要的燈光亮度及玻璃透明度;在自動模式中,透過光照度感測器判斷現在光源大小做出最適當的調整;在語音模式中,透過跟自己手機的SIRI溝通,並說出相對應的指令而系統就能做出相對應的動作。透過此系統,能夠讓使用者們能不會再因太陽太大需要自己去拉窗簾遮擋,進而節省許多瑣碎的時間,並讓居家智慧化更進一步。

This thesis designs and manufactures a light control system that combines smart glass, voice control, automatic control, and touch control to achieve the optimum brightness of indoor light sources according to the environment and external light sources. It also allows the user to select the brightness of the light and switch the glass on and off and uses an innovative voice control method in combination with the built-in voice assistant SIRI of smartphone to allow the user to speak the corresponding commands directly to the phone. The system will give corresponding actions to meet the needs of each user.
This system adopts a Holtek HT66F70A microcontroller as the main controller and an I2C controlled touch module to identify the functions to be executed+. Different functions such as power on, manual mode, auto mode and voice mode are available through each touch position. In the manual mode, the user can choose the brightness and transparency of the glass. In auto mode, the light sensor determines the current light source level and makes the most appropriate adjustment. In voice mode, the user can communicate with his/her phone's SIRI and speak the corresponding command, and the system will take the corresponding action. Through this system, users no longer need to pull down the curtains themselves when the sun is too bright, thus saving a lot of time and making the home more intelligent.

摘要........i
ABSTRACT........ii
誌謝........iii
目錄........iv
表目錄........vii
圖目錄........viii
第一章 緒論........1
1.1 前言........1
1.2 研究動機與目的........1
1.3 論文架構........2
第二章 文獻探討........3
2.1 電控液晶玻璃........3
2.1.1 Polymer Dispersed Liquid Crystal........3
2.2 室內光源對於人體之影響........4
2.2.1 光照對生理之反應........4
2.2.2 光照對睡眠反應........5
2.3 HTTP網路協定........6
2.3.1 TCP/IP........6
2.3.2 HTTP........6
2.3.3 請求方法........7
2.3.4 版本........8
2.4 UNIVERSAL ASYNCHRONOUS RECEIVER TRANSMITTER........9
2.4.1 UART簡介........9
2.4.2 UART傳輸協定........9
2.5 INTER-INTEGRATED CIRCUIT........10
2.5.1 I²C Bus簡介........10
2.5.2 I²C Bus傳輸協定........10
2.5.3 ACK/NACK與Byte傳輸機制........11
2.6 PWM........12
第三章 研究內容與方法........13
3.1 元件介紹........13
3.1.1 微控制器HT66F70A........13
3.1.2 4鍵電容式觸控感測模組 BMS00020........14
3.1.3 滑條型電容式觸控模組 BMS00040........16
3.1.4 LCM模組(Liquid Crystal Display Module)........18
3.1.5 Wi-Fi模組NodeMCU........20
3.1.6 光照度模組 GY-30........21
3.2 電路架構........23
3.2.1 電源供應........23
3.2.2 系統電路........24
3.2.3 BJT電晶體開關電路........25
3.3 系統架構........26
3.3.1 系統架構........26
3.4 程式架構........27
3.4.1 手動模式程式流程........27
3.4.2 自動模式程式流程........28
3.4.3 語音模式程式流程........29
3.4.4 外部中斷副程式........30
3.5 外觀設計........31
3.5.1 模型外觀........31
第四章 實驗結果與討論........32
4.1 觸控模組辨識成功率測試........32
4.2 光照度感測器精確度比較........34
4.3 光照度與光源距離及角度對比測試........38
4.4 電控玻璃電壓與光線透光度對比........40
4.5 APP系統........42
第五章 結論........50
5.1 結論........50
5.2 未來展望........50
參考文獻........51
EXTENDED ABSTRACT........54
[1]陳顯明,2019,“智慧家庭產業發展之研究”, 國立中央大學高階主管企管碩士班碩士論文
[2]陳志祥,2019,“一個基於霧運算具可擴充性的物聯網架構:以智慧家庭燈具系統為實例”, 國立彰化師範大學資訊工程學系研究所碩士論文
[3]Yudi Eko Windarto , Dania Eridani, 2017, “Door and light control prototype using Intel Galileo based Internet of Things: (Case study: Embedded and robotics laboratory, department of computer engineering, Diponegoro University)”, International Conference on Information Technology, Computer, and Electrical Engineering (ICITACEE), pp. 176-180, Semarang, Indonesia, 18-19 Oct. 2017
[4]W. Keyoonwong, W. Khan-ngern, P. Tavichaiyut Viritpol Ruxsri, V. Raksasataya, 2018, “PDLC film's energy consumption and performance for light filtration system”, International Conference on Embedded Systems and Intelligent Technology & International Conference on Information and Communication Technology for Embedded Systems (ICESIT-ICICTES), pp. 1-4, Khon Kaen, Thailand, 17-9 May 2018
[5]H. Alghamdi, A. Almawgani, 2019, “Smart and Efficient Energy Saving System Using PDLC Glass”, Smart City Symposium Prague (SCSP), pp. 1-5, Prague, Czech Republic, Czech Republic, 23-24 May 2019
[6]J. Lee , H. Soo Mok , J. Hvuk Choi , J. Woo Lee, “Power Electronic Converter Topology with Regulable Transmittance of PDLC Applications”, International Conference on Electrical Machines and Systems (ICEMS), pp. 2347-2350, Jeju, South Korea, 7-10 Oct. 2018
[7]張一元,2011,“環氧乙烷單體對高分子分散液晶薄膜光電特性之影響”, 國立臺北科技大學有機高分子研究所碩士論文
[8]陳建昇,2011,“高分子分散液晶薄膜用於可調變全像影像之研究”, 國立中央大學光電科學研究所碩士論文
[9]張智耀,2017,“工作照明與環境照明之組合條件對工作者情緒與工作績效之影響”, 中原大學建築研究所碩士論文
[10]陳嬋,2010,“不同LED照明情境對人的情緒體驗、行為反應及偏好影響之研究”, 國立中興大學園藝學系所碩士論文
[11]羅葦瑄,2015,“不同照明環境對數位行動裝置使用者主觀評價之影響-以點狀光源為例”, 中原大學建築研究所碩士論文
[12]劉旻忠,李麗玲,2016,“光照對生理之影響”,工業材料雜誌352期
[13]R. Corbel , E. Stephan , N. Omnes, 2016, “HTTP/1.1 pipelining vs HTTP2 in-the-clear: Performance comparison”, International Conference on New Technologies for Distributed Systems (NOTERE), pp. 1-6, Paris, France, 18-18 July 2016
[14]Jiwon Min , Youngseok Lee, 2019, “An Experimental View on Fairness between HTTP/1.1 and HTTP/2”, International Conference on Information Networking (ICOIN), pp. 399-401, Kuala Lumpur, Malaysia, Malaysia, 9-11 Jan. 2019
[15]G. M. Madhu , C. Vyjayanthi, 2018, “Implementation of Cost Effective Smart Home Controller with Android Application Using Node MCU and Internet of Things (IOT)”, International Conference on Power, Energy and Environment: Towards Smart Technology (ICEPE), pp. 1-5, Shillong, India, India , 1-2 June 2018
[16]宜德彥,2016,“HTTP/2與HTTP/1.1 通訊協定效能之研究與改善”, 國立高雄應用科技大學資訊管理研究所碩士班碩士論文
[17]U. Nanda , S. Kumar Pattnaik, 2016, “Universal Asynchronous Receiver and Transmitter (UART)”, International Conference on Advanced Computing and Communication Systems (ICACCS), pp. 1-5, Coimbatore, India, 22-23 Jan. 2016
[18]L. Nicolae Pintilie , T. Pop , I. Cornelia Gros , A. Mihai Iuoras, 2019, “An I2C and Ethernet based open-source solution for home automation in the IoT context”, International Universities Power Engineering Conference (UPEC), pp. 1-4, Bucharest, Romania, Romania, 3-6 Sept. 2019
[19]Jinrong Zhou , Haiyan Guo , Bingliang Bai , Mengfang Duan , Changyong Lin, 2017, “Power-white LED dimming detection system based on NC PWM”,IEEE International Conference on Anti-counterfeiting, Security, and Identification (ASID), pp. 187-190, Xiamen, China, 27-29 Oct. 2017
[20]Donny Radianto , Gamal M. Dousoky , Masahito Shoyama, 2015, “Design and implementation of fast PWM boost converter based on low cost microcontroller for photovoltaic systems”, IECON 2015 - 41st Annual Conference of the IEEE Industrial Electronics Society, pp. 2324-2328, Yokohama, Japan, 9-12 Nov. 2015
[21]林睦耀,2017,“高功因PWM調光之LED驅動器”, 義守大學電機工程學系碩士論文
[22]Holtek HT66F70A Datasheet
[23]BMS00020 Datasheet
[24]Yu-Hsiang Yu , Tsung-Ying Sun, 2014, “A novel noise suppression solution for low cost microcontroller-based touch panel: Using inverse charge transfer capacitive sensing method”, IEEE 3rd Global Conference on Consumer Electronics (GCCE), pp. 500-504, Tokyo, Japan, 7-10 Oct. 2014
[25]Bo Jiang , Long Zhou, 2011, “Implementation scheme for capacitive touch sliding”, International Conference on Computer Science & Education (ICCSE), pp. 517-520, Singapore, Singapore, 3-5 Aug. 2011
[26]Yu-Hsiang Yu , Tsung-Ying Sun, 2016, “A Pseudo-Differential Measuring Approach for Implementing Microcontroller-Based Capacitive Touch Sensing in Low-Power Quality Situation”, IEEE Sensors Journal ( Volume: 16 , Issue: 2 , Jan.15, 2016 ), pp. 390 - 399, National Science Council of Taiwan through the Ministry of Science and Technology, Jan.15, 2016
[27]Kyusam Lim , Kyung-Soo Jung , Chul-Sang Jang , Jong-Sang Baek, In-Byeong Kang, 2013, “A Fast and Energy Efficient Single-Chip Touch Controller for Tablet Touch Applications”, Journal of Display Technology ( Volume: 9 , Issue: 7 , July 2013 ), pp. 520 - 526, July 2013
[28]Oh-Kyong Kwon , Jae-Sung An , Seong-Kwan Hong, 2018, “Capacitive Touch Systems With Styli for Touch Sensors: A Review”, IEEE Sensors Journal ( Volume: 18 , Issue: 12 , June15, 15 2018 ), pp. 4832 - 4846, June15, 15 2018
[29]Akash Kumar , Fajr , Taznoon Nisar Khajwal , Neeraj Khera, 2019, “Microcontroller Based Digital AC Dimming Techniques for Light Intensity Control”, International Conference on Signal Processing and Integrated Networks (SPIN), pp. 452-455, Noida, India, India, 7-8 March 2019
[30]游宇翔,2016,“適用於通用型微控制器之低成本抗雜訊電容式觸控方法的設計與實踐”, 國立東華大學電機工程學系碩士論文
[31]BMS00040 Datasheet
[32]NODEMCU Datasheet

電子全文 電子全文(網際網路公開日期:20250622)
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊