智能交通燈控制器設(shè)計
|
資料類別
|
電子電工畢業(yè)論文(設(shè)計) |
|
課程(專業(yè))
|
電子通信 |
關(guān)鍵詞
|
智能交通燈|AT89C51|數(shù)碼管|LED|畢業(yè)設(shè)計 |
適用年級
|
本科 |
身份要求
|
普通會員 |
金 幣
|
80 (金幣如何獲得?) |
文件格式
|
word+PPT |
文件大小
|
1063K |
發(fā)布時間
|
2012-06-12 09:23:00 |
預(yù)覽文件
|
0933085.jpg(只能預(yù)覽部分內(nèi)容) |
下載次數(shù)
|
1 |
發(fā)布人 |
lpf2176 |
內(nèi)容簡介:
本科畢業(yè)設(shè)計 智能交通燈控制器設(shè)計
智能交通燈|AT89C51|數(shù)碼管|LED|畢業(yè)設(shè)計
文件格式:word+PPT
一套完整的畢業(yè)設(shè)計,包括開題報告、任務(wù)書、論文正文、答辯PPT、中英文翻譯。
有預(yù)覽文件請查看。
論文正文共27頁。共14975字符數(shù)(不計空格)。整套壓縮包大。1.03MB。
中英文翻譯 BASED ON MCU INTERSECTION TRAFFIC LIGHTS THE CONTROLLER DESIGN(基于單片機的十字路口交通燈控制器的設(shè)計)
摘要
本文研究的是以AT89C51單片機為控制器的智能交通燈控制系統(tǒng),本模擬交通燈系統(tǒng)利用單片機AT89C51作為核心元件,實現(xiàn)了通過信號燈對路面狀況的智能控制。從一定程度上解決了交通路口堵塞、車輛停車等待時間不合理、急車強通等問題。系統(tǒng)具有結(jié)構(gòu)簡單、可靠性高、成本低、實時性好、安裝維護方便等優(yōu)點,有廣泛的應(yīng)用前景。本模擬系統(tǒng)由單片機硬/軟件系統(tǒng),兩位8段數(shù)碼管和LED燈顯示系統(tǒng),和復(fù)位電路控制電路等組成,較好的模擬了交通路面的控制。左拐、右拐、直行及行人的通行指示燈采用紅、綠、黃發(fā)光二極管作信號指示燈。本設(shè)計是以軟件和硬件相結(jié)合的方式來實現(xiàn),文中給出了具體的硬件電路圖和軟件流程圖及程序源碼。本設(shè)計的意義在于通過具體控制系統(tǒng)的設(shè)計,掌握微機控制系統(tǒng)設(shè)計的一般方法和處理問題的思路,特別是一些常用的技術(shù)手段。使大家能在實踐教學(xué)環(huán)節(jié)中,積累設(shè)計經(jīng)驗,開拓思維空間,全面提高個人的綜合能力。
關(guān)鍵詞:智能交通燈,AT89C51,數(shù)碼管,LED
Intelligent traffic light controller design
Abstract
This paper is based on AT89C51 single-chip microcomputer intelligent controller for traffic lights control system, the traffic light system simulation using single chip computer AT89C51 as the core component, realized through the lights on the road conditions intelligent control. In a certain degree to solve the traffic jams, vehicles crossing parking wait time does not reasonable, urgent problems such as the car is strong. The system has simple structure, high reliability, low cost and good real-time performance, easy installation and maintenance etc, and have broad application prospect. The simulation system of microcomputer hard/software system, the two 8 period of digital tube and LED lights display system. And reset circuit control circuit and other components, better simulated road traffic control. Left, right and go straight and pedestrian traffic lights use red, green, and yellow glow diode signal indicator. This design is by the software and hardware combination method to achieve, this paper give a specific hardware circuit and software flow chart and program the source code.Traffic light control in intelligent transportation system is an important part, this paper gives a control of the MCU traffic light simple automatic control system. This system applies to the crossroads, and to release and exclude time countdown show, and this design through concrete meaning lies in the design of control system, grasps the microcomputer control system design and processing the general method of thinking, especially some commonly used technology. You can make in practical teaching, accumulate design experience, development thinking space, and to enhance the comprehensive ability of the individual.
Keyword: intelligent traffic lights,AT89C51,Digital tube,LED
目錄
智能交通燈控制器設(shè)計 III
摘要 III
Intelligent traffic light controller design IV
Abstract IV
前言 1
1 交通燈控制系統(tǒng)方案論證 2
1.1方案設(shè)計論證 2
1.1.1交通燈控制方法簡介 2
1.1.2交通燈控制系統(tǒng)的總體方案設(shè)計 2
1.2交通燈控制系統(tǒng)硬件框圖 2
2交通燈控制系統(tǒng)硬件設(shè)計 3
2.1 單片機概述 3
2.2系統(tǒng)構(gòu)成 3
2.3芯片選擇與介紹 4
2.3.1 AT89C51單片機芯片 4
2.3.2 2位一體LED數(shù)碼管 5
2.3.3 發(fā)光二極管 5
3交通燈控制系統(tǒng)程序設(shè)計 6
3.1 交通信號狀態(tài)程序設(shè)計 6
3.2 INT1外部中斷模塊設(shè)計 6
3.3 時間顯示模塊設(shè)計 6
3.4時間手動設(shè)置 7
3.5緊急處理設(shè)計 7
4 交通燈控制系統(tǒng)思路設(shè)計 8
4.1定時計數(shù)的計算 8
4.2十字路口交通燈設(shè)計中采用的一般思路 8
4.3單片機對本系統(tǒng)的控制思路 9
4.3 交通燈系統(tǒng)程序流程圖 10
5 交通燈控制系統(tǒng)仿真及結(jié)果 12
結(jié) 論 14
參考文獻: 15
附錄:附件1: 16
系統(tǒng)程序代碼 16
謝 辭 23
相關(guān)說明:
1. 如您下載的資料不止一份,建議您注冊成為本站會員。會員請登錄后下載。
2. 會員購買金幣50元以下,0.7元/個,50元以上,0.5元/個。具體請看:下載與付款。
3. 會員48小時內(nèi)下載同一文件,不重復(fù)扣金幣。
4. 下載后請用WinRAR或 WinZIP解壓縮后使用。
5. 如仍有其他下載問題,請看常見問題解答。
下載地址:
|
|
相關(guān)畢業(yè)論文(設(shè)計) |
|
推薦畢業(yè)論文(設(shè)計) |
|
|
|
|