基于单片机的智能信号交通灯微机控制系统设计与实现.docx
文本预览下载声明
目录
目 录
TOC \o 1-3 \h \z \u 摘 要 I
Abstract II
1 绪论 1
1.1 论文研究的背景及意义 1
1.2 国内外研究现状 1
1.3 本文主要研究内容及论文结构安排 2
2 系统方案论证 3
2.1 系统设计方案 3
2.2 主控模块选型 3
2.3 显示模块选型 4
2.4 设计语言的选择 5
3 硬件电路的设计 7
3.1 单片机 7
3.1.1 单片机最小系统 7
3.1.2 系统时钟电路 8
3.1.3 系统复位电路 9
3.1.4 中断系统 10
3.2 显示模块电路 11
3.3 按键模块电路 12
4 系统软件设计 13
4.1 系统设计软件 13
4.1.1 Altium Designer 13
4.1.2 Proteus 13
4.1.3 Keil C51 13
4.2 软件设计流程图 13
4.2.1 主函数流程图 13
4.2.2 正常模式红绿灯亮灭程序流程图 14
5 系统测试 16
总结 20
参考文献 21
致谢 22
摘要
PAGE 17
摘 要
为了让城市道路交通更加顺畅,也为了在应急情况下可以对道路通行状态进行改变,本文设计了一套可用于智能交通灯的方案。该套设计方案采用51单片机作为系统的主控芯片,搭配LED数码管,红黄绿三种颜色的发光二极管。通过对定时器的设置和中断的控制,实现交通信号灯的功能。在此基础上,本文还设置了按键模块,在紧急情况时可通过按键模块实现任一方向的可持续通行的效果,经过仿真对本文方案进行验证。测试结果表明,本文所设计的智能信号交通灯微机控制系统符合设计要求。
关键词:城市道路;智能交通灯;LED数码管;紧急持续通行
Abstract
Abstract
In order to make urban road traffic smoother, and to change the traffic state of roads in emergency situations, this paper designs a set of solutions that can be used for intelligent traffic lights. The design scheme uses 51 single-chip microcomputer as the main control chip of the system, with LED digital tube, red, yellow and green light-emitting diodes. Through the timer setting and interrupt control, the function of traffic lights is realized. On this basis, this article also sets up a button module. In an emergency, the button module can be used to achieve the effect of sustainable traffic in any direction. The solution in this article is verified by simulation. The test results show that the intelligent signal traffic light microcomputer control system designed in this paper meets the design requirements.
Keywords: urban roads; intelligent traffic lights; LED digital tubes; emergency continuous traffic
山东协和学院本科毕业设计(论文)
1 绪论
1.1 论文研究的背景及意义
一个现代化的文明城市,必然有着与其匹配的交通脉络[1]。但城市人口越来越多,也使得了参与交通的数量增长剧烈。在这种背景下,交通控制尤为重要,为了能更加科学高效的控制管理交通路况,很多学者开始研究交通控制相关方法和交通管理学问[2]。而集成电路技术的不断突破,使得电子器件应用到了社会方方面面,这对解决交通拥堵问题也解决了技术难题。而这些年来智能化技术的扩展应用也给了交通控制极大的助力,通过智能化设备还可以将城
显示全部