基于80c51單片機小車超聲波避障技術設計.doc
約45頁DOC格式手機打開展開
基于80c51單片機小車超聲波避障技術設計,共45頁字數:18842摘 要80c51單片機是一款八位單片機,他的易用性和多功能性受到了廣大使用者的好評。這里介紹的是如何用80c51單片機來實現長春工業(yè)大學的畢業(yè)設計,該設計是結合科研項目而確定的設計類課題。本系統(tǒng)以設計題目的要求為目的,采用80c51單片機為控制核心,利用超聲波傳感器檢測道路上的障礙,控制電動小汽...


內容介紹
此文檔由會員 阿輝vs阿娟 發(fā)布
共45頁 字數:18842
摘 要
80C51單片機是一款八位單片機,他的易用性和多功能性受到了廣大使用者的好評。這里介紹的是如何用80C51單片機來實現長春工業(yè)大學的畢業(yè)設計,該設計是結合科研項目而確定的設計類課題。本系統(tǒng)以設計題目的要求為目的,采用80C51單片機為控制核心,利用超聲波傳感器檢測道路上的障礙,控制電動小汽車的自動避障,快慢速行駛,以及自動停車,并可以自動記錄時間、里程和速度,自動尋跡和尋光功能。整個系統(tǒng)的電路結構簡單,可靠性能高。實驗測試結果滿足要求,本文著重介紹了該系統(tǒng)的硬件設計方法及測試結果分析。
采用的技術主要有:
(1) 通過編程來控制小車的速度;
(2) 傳感器的有效應用;
(3) 新型顯示芯片的采用
關鍵詞 80C51單片機、光電檢測器、PWM調速、電動小車
Abstract
80C51 is a 8 bit single chip computer.Its easily useing and multi-function suffer large users. This article introduce the CCUT graduation design with the 80C51 single chip copmuter.This design combines with scientific research object. This system regard the request of the topic, adopting 80C51 for controling core,super sonic sensor for test the hinder.It can run in a high and a low speed or stop automatically.It also can record the time ,distance and the speed or searching light and mark automatically The electric circuit construction of whole system is simple, the function is dependable. Experiment test result satisfy the request, this text emphasizes introduced the hardware system designs and the result analyse.
The adoption of technique as:
(1) Reduce the speed by program the engine;
(2) efficient application of the sensor;
(3) The adoption of the new display chip.
Keywords 80C51 single chip computer、light electricity detector、PWM speed adjusting
目 錄
摘 要 I
Abstract II
第一章 前 言 1
第二章 方案設計與論證 3
(一)直流調速系統(tǒng) 3
(二)檢測系統(tǒng) 4
(三)顯示電路 9
(四)系統(tǒng)原理圖 9
第三章 硬件設計 10
(一)80C51單片機硬件結構 10
(二)最小應用系統(tǒng)設計 11
(三)前向通道設計 12
(四)后向通道設計 14
(五)顯示電路設計 17
第四章 軟件設計 20
(一)主程序設計 20
(二)顯示子程序設計 24
(三)避障子程序設計 25
(四)軟件抗干擾技術 26
(五)“看門狗”技術 28
(六)可編程邏輯器件 29
第五章 測試數據、測試結果分析及結論 31
致 謝 32
參 考 文 獻 33
附錄A 程序清單 34
附錄B 硬件原理圖 42
參 考 文 獻
1 陳伯時,電力拖動自動控制系統(tǒng).北京:機械工業(yè)出版社
2 何立民,單片機應用系統(tǒng)設計.北京:航天航空大學出版社
3 何希才,新型實用電子電路400例.電子工業(yè)出版社,
4 張毅剛,彭喜元.新編MCS-51單片機應用設計.第一版,哈爾濱工業(yè)大學出版社,2003,25~27,411~417
5 趙負圖,傳感器集成電路手冊.第一版,化學工業(yè)出版社,2004,590~591
6李華,MCS-51系列單片機實用接口技術,第三版,北京:1997年
7張紅潤,實用自動控制,成都:科技大學出版社。1990年1月
8康華光,電子技術基礎,北京:高等教育出版社,1983年10月
9潘新民,微型計算機控制技術,北京:人民郵電技術出版社,1988年3月
10趙依軍,單片機微型接口技術。北京:人民郵電技術出版社,1989年3月
11李廣弟,單片機基礎,北京:北京航空航天大學出版社,2001
12胡漢才,單片機原理及其接口技術,北京:清華大學出版社,1996
13王毅,單片機器件應用手冊,北京:人民郵電出版社,1995
摘 要
80C51單片機是一款八位單片機,他的易用性和多功能性受到了廣大使用者的好評。這里介紹的是如何用80C51單片機來實現長春工業(yè)大學的畢業(yè)設計,該設計是結合科研項目而確定的設計類課題。本系統(tǒng)以設計題目的要求為目的,采用80C51單片機為控制核心,利用超聲波傳感器檢測道路上的障礙,控制電動小汽車的自動避障,快慢速行駛,以及自動停車,并可以自動記錄時間、里程和速度,自動尋跡和尋光功能。整個系統(tǒng)的電路結構簡單,可靠性能高。實驗測試結果滿足要求,本文著重介紹了該系統(tǒng)的硬件設計方法及測試結果分析。
采用的技術主要有:
(1) 通過編程來控制小車的速度;
(2) 傳感器的有效應用;
(3) 新型顯示芯片的采用
關鍵詞 80C51單片機、光電檢測器、PWM調速、電動小車
Abstract
80C51 is a 8 bit single chip computer.Its easily useing and multi-function suffer large users. This article introduce the CCUT graduation design with the 80C51 single chip copmuter.This design combines with scientific research object. This system regard the request of the topic, adopting 80C51 for controling core,super sonic sensor for test the hinder.It can run in a high and a low speed or stop automatically.It also can record the time ,distance and the speed or searching light and mark automatically The electric circuit construction of whole system is simple, the function is dependable. Experiment test result satisfy the request, this text emphasizes introduced the hardware system designs and the result analyse.
The adoption of technique as:
(1) Reduce the speed by program the engine;
(2) efficient application of the sensor;
(3) The adoption of the new display chip.
Keywords 80C51 single chip computer、light electricity detector、PWM speed adjusting
目 錄
摘 要 I
Abstract II
第一章 前 言 1
第二章 方案設計與論證 3
(一)直流調速系統(tǒng) 3
(二)檢測系統(tǒng) 4
(三)顯示電路 9
(四)系統(tǒng)原理圖 9
第三章 硬件設計 10
(一)80C51單片機硬件結構 10
(二)最小應用系統(tǒng)設計 11
(三)前向通道設計 12
(四)后向通道設計 14
(五)顯示電路設計 17
第四章 軟件設計 20
(一)主程序設計 20
(二)顯示子程序設計 24
(三)避障子程序設計 25
(四)軟件抗干擾技術 26
(五)“看門狗”技術 28
(六)可編程邏輯器件 29
第五章 測試數據、測試結果分析及結論 31
致 謝 32
參 考 文 獻 33
附錄A 程序清單 34
附錄B 硬件原理圖 42
參 考 文 獻
1 陳伯時,電力拖動自動控制系統(tǒng).北京:機械工業(yè)出版社
2 何立民,單片機應用系統(tǒng)設計.北京:航天航空大學出版社
3 何希才,新型實用電子電路400例.電子工業(yè)出版社,
4 張毅剛,彭喜元.新編MCS-51單片機應用設計.第一版,哈爾濱工業(yè)大學出版社,2003,25~27,411~417
5 趙負圖,傳感器集成電路手冊.第一版,化學工業(yè)出版社,2004,590~591
6李華,MCS-51系列單片機實用接口技術,第三版,北京:1997年
7張紅潤,實用自動控制,成都:科技大學出版社。1990年1月
8康華光,電子技術基礎,北京:高等教育出版社,1983年10月
9潘新民,微型計算機控制技術,北京:人民郵電技術出版社,1988年3月
10趙依軍,單片機微型接口技術。北京:人民郵電技術出版社,1989年3月
11李廣弟,單片機基礎,北京:北京航空航天大學出版社,2001
12胡漢才,單片機原理及其接口技術,北京:清華大學出版社,1996
13王毅,單片機器件應用手冊,北京:人民郵電出版社,1995