跳到主要內容

臺灣博碩士論文加值系統

(216.73.217.131) 您好!臺灣時間:2026/06/14 10:50
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:張益
研究生(外文):Zhang, Yi
論文名稱:使用超音波感測器之大客車倒車警示系統
論文名稱(外文):A Bus Reverse Warning System Using Ultrasonic Sensor
指導教授:林進富林進富引用關係
指導教授(外文):Lin, Jin-Fu
口試委員:李仁貴曾傳蘆蕭志龍唐宏驊林進富
口試委員(外文):Lee, Ren-GueyTseng, Chwam-LuHsiao, Chih-LungTang, Hong-HuaLin, Jin-Fu
口試日期:2017-07-13
學位類別:碩士
校院名稱:龍華科技大學
系所名稱:電機工程系碩士班
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2017
畢業學年度:105
語文別:中文
論文頁數:61
中文關鍵詞:MSP430F5529MCUARDUINOIARSRF08HC-SR04
外文關鍵詞:MSP430F5529MCUARDUINOIARSRF08HC-SR04
相關次數:
  • 被引用被引用:4
  • 點閱點閱:1300
  • 評分評分:
  • 下載下載:161
  • 收藏至我的研究室書目清單書目收藏:4
在台灣地區,有許多的大型車在倒車時因後視鏡看不到,往往都會與人、車或東西發生擦撞進而導致憾事,為了讓大型車在倒車時可以測量在車子的後方是否有障礙物,並在即將發生碰撞前警告駕駛,因此本論文採用了超音波感測器以及燈號跟揚聲器來完成,偵測、避障及提醒的功能。
本論文超音波原理是基於都普勒效應,利用持續不斷發射出超音波的裝置,對著物體發射出超音波,撞擊到物體上的超音波會反射回到原發射點,經由計算時間差除以二之後,再乘以音速便可得知該物體跟我們的距離。
在本論文上應用的SRF-08及HC-SR04,即是利用此原理設計並改良,經由I2C與Arduino mega2560通訊或藉由TTL與MSP430F5529單晶片的運算,並使用LED燈及蜂鳴器來提醒駕駛注意安全,跟一般市售的雷達倒車系統相比較下,能獲得更長的距離並使得大客車駕駛能夠更早的發現後方障礙物。
In the Taiwan area, there are many large cars in the reverse when the rearview mirror can’t see, often with people, cars or things happen to crash and lead to regret, in order to make a large car in the reversing can be measured in the rear of the car whether there is Obstacle, and in the upcoming collision warning before driving, so this paper uses the ultrasonic sensor and the lights with the speaker to complete, detect, obstacle avoidance and reminder function.
The principle of this paper is based on the “Doppler effect”, the use of continuous transmission of ultrasound devices, facing the object to launch ultrasound, the impact of the object on the ultrasound will be reflected back to the original launch point,calculated by dividing the time difference by two, And then multiplied by the speed of sound that the distance with the object.
In this paper are used SRF-08 and HC-SR04, they're designed and improved using this principle, via I2C and Arduino mega2560 communication or by TTL and MSP430F5529 single-chip operation, and use LED lights and buzzers to remind the driver Pay attention to safety, compared with the general sale of the radar reversing system, can get a longer distance and make the bus driving can be found earlier obstacles.
摘要 i
ABSTRACT ii
誌謝 iv
目錄 v
表目錄 viii
圖目錄 ix
第一章緒論 1
1.1研究目的與動機 1
1.2現有文獻 2
1.3論文架構 2
第二章基礎理論 3
2.1超音波原理 3
2.1.1超音波的原理概論 3
2.1.2超音波的特性 4
2.1.3超音波的應用 5
第三章 硬體概述 7
3.1 MSP430系列微控制器 7
3.1.1MSP430系列 7
3.1.2MSP430F5xx系列 8
3.1.3MSP430F5529介紹 9
3.1.4Timer_A模塊介紹 10
3.2 Arduino Mega2560微控制器介紹 11
3.2.1 Arduino Mega2560微控制器開發環境介紹 13
3.3 超音波感測器介紹 15
3.3.1超音波感測器介紹 15
3.3.2 SRF-08超音波感測器介紹 17
3.3.3 I2C通訊模式 20
3.3.3.1 I2C簡介 20
3.3.3.2 I2C序列介面通訊協定 20
3.3.4 HC-SR04 介紹 22
3.4 磁式揚聲器介紹 24
3.4.1磁式揚聲器運作原理 24
第四章 軟硬體系統架構 27
4.1 硬體系統架構 27
4.1.1 SRF-08及Arduino Mega2560 微控器硬體系統 27
4.1.2 HC-SR04及MSP430F5529微控器硬體系統 28
4.2 軟體系統架構 29
4.2.1 SRF-08及Arduino Mega2560 微控器系統流程圖 29
4.2.2 HC-SR04及MSP430F5529微控器軟體系統流程 35
第五章 電路實測與結果 37
5.1 電路實測 37
5.1.1 SRF-08及Arduino Mega2560微控器量測實測 37
5.1.2 HC-SR04及MSP430F5529微控器量測實測 44
第六章 結論及未來展望 46
6.1 結論 46
6.2 未來展望 46
參考文獻 47
附錄 49
附錄A SRF-08及Arduino Mega2560微控器主程式碼 49
附錄B 揚聲器副程式碼 55
附錄C HC-SR04及MSP430F5529微控器主程式碼 56
附錄D HCSR04.h標頭檔 59
附錄E HCSR042.h標頭檔 60
附錄F HCSR043.h標頭檔 61


[1] 都普勒效應在生活上的應用- [Online],Available:http://eshare.stust.edu.tw/EshareFile/2013_12/2013_12_9efa150f.,accessed,2016。
[2] 2015年車輛型式安全及品質一致性審驗年度研討會,[Online],Available:
http://www.vscc.org.tw/public/NewsManage/20153231727327055.pdf,accessed,2016。
[3] 九十五學年度學生專題-超音波測距器,逢甲大學自動控制工程學系,[Online],Available:http://www.auto.fcu.edu.tw/wSite/publicfile/Attachment/f1255569226121.pdf,accessed,2017。
[4] Texas Instruments,[Online],Available: http://www.ti.com,accessed2017。
[5] Overview for Ultra-low Power,[Online],Available:
http://www.ti.com/lsds/ti/microcontrollers_16-bit_32-bit/msp/ultra-low_power/overview.page,accessed,2017。
[6] 徐科軍、任保宏編著,MSP430單片機原理與應用,電子工業出版社,2014。
[7] 陳憶宗,嵌入式智慧型汽車倒車警示系統之研發,碩士論文,建國科技大學,自動化工程系暨機電光系統研究所,2010。
[8] 韓利凱、韓旭,基於AT89C51單片機的汽車倒車智能防撞系統,西安文理學院,2017。
[9] 麥錦文,超聲波技術在汽車防撞系統設計的應用,廣州市交通職業學校,2010。
[10] Arduino Mega2560 datasheet [Online],Available:
https://www.arduino.cc/en/Main/arduinoBoardMega2560?setlang=cn,accessed 2016。
[11] 許裕昇,自動停車之停車位偵測與路徑追蹤控制研究,碩士論文,國立台北科技大學車輛工程系,2008。
[12] srf08 datasheet [Online],Available: http://www.robot-electronics.co.uk/files/arduino_srf08.ino,accessed 2016。
[13] 淺談I2C[Online],Available: http://cabinet79.blogspot.tw/2015/01/i2c.html,accessed ,2016。
[14] Arduino 之間的I2C通訊(1) I2C地址設定及I2C 地址掃瞄[Online],Available: http://arduino169.blogspot.tw/2015/07/arduino-i2c-1-i2c-address-i2c.html,accessed ,2016。
[15] Wire (Wire.h)[Online],Available:
https://codebender.cc/library/Wire#Wire.h,accessed ,2016。
[16] HCSR04-datasheethttp[Online]Available:
www.micropik.com/PDF/HCSR04.pdf,accessed, 2016。
[17] 賴珈琪,微型揚聲器之高頻性能分析,碩士論文,逢甲大學電聲碩士學位學程碩士論文,2009。
[18] 動圈式揚聲器之剖面圖,美律實業股份有限公司,2016。

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