基于单片机的测速表设计.doc

约61页DOC格式手机打开展开

基于单片机的测速表设计,摘 要随着科技的迅速发展,单片机的应用也越来越广泛,并带动传统控制检测技术不断更新。现在的车速表大多是电子式的,用led数码管或lcd即时显示,显示更加直观。电子式车速表采用接触车速传感器代替软轴传动,可使车速表的安装位置不受距离限制,进一步有效地克服了机械式车速表中的诸多不足。本次设计给出了以a...
编号:20-113160大小:873.00K
分类: 论文>通信/电子论文

内容介绍

此文档由会员 huangbinbest 发布

基于单片机的测速表设计

摘   要
随着科技的迅速发展,单片机的应用也越来越广泛,并带动传统控制检测技术不断更新。现在的车速表大多是电子式的,用LED数码管或LCD即时显示,显示更加直观。电子式车速表采用接触车速传感器代替软轴传动,可使车速表的安装位置不受距离限制,进一步有效地克服了机械式车速表中的诸多不足。
本次设计给出了以AT89C2051为核心,利用单片机的运算和控制功能,并采用系统化LED显示模块实时显示所测速度的设计方案,以及串口数据存储电路和系统软件。
该方案由于使用了数码管显示模块和E2PROM,以及高效快速算法,因而可在节约系统资源和简化程序设计的基础上保证测量精度和系统实时性。其中信号预处理电路包含信号放大、波形变换和波形整形:信号预处理电路中的放大器用于对待测信号进行放大,以降低对待测信号的幅度要求;波形变换和波形整形电路则用来将放大的信号转换成可与单片机接口的TTL 信号。通过单片机的设置可使INT0 引脚能够对内部定时器T0 的工作进行控制,这样能精确地测出加到INT0 引脚的正脉冲宽度(即测出脉冲信号的期) 。速度显示部分采用数码显示, 所得的数据采用I2C总线, 并通过E2PROM来存储, 因而节省了所需单片机的口线和外围器件, 同时也简化了显示部分的软件编程。
本方案实现了电动车速度即时显示,并可通过控制两个按键显示速度或里程,同时加入了超速语音报警功能,使之更加人性化。

关键词:单片机;霍尔传感器;数码显示;语音报警;DC/DC变换器


Abstract
With the rapid development of technology, more and more widespread application of microcomputer, and promote the traditional control detection technology constantly updated. Most of the current electronic speedometer, and with the LED digital tube or LCD display real-time, display more intuitive. Electronic speedometer flexible shaft using the contact speed sensor instead of driving, speed tables can be installed without distance limitations, and further to effectively overcome the mechanical disadvantages of speed in the table.
The AT89C2051 is designed to give the core of computing and the use of microcomputer control, and adopting a systematic LED display module shows the measured real-time speed design, and the serial data storage circuits and system software.
The program due to the use of the digital display module and E2PROM, and efficient fast algorithm, thus saving resources and simplifying programming system based on the system to ensure accuracy and real-time. Signal pre-processing circuit which includes signal amplification, wave conversion and waveform shaping: signal pre-processing circuit in the amplifier for the amplified signal could be to reduce the requirements on signal amplitude; wave transformation and wave-shaping circuitry is used to enlarge the signal converted into TTL signals with the microcontroller interface. Set by MCU enables INT0 pin to the work of the internal timer T0 control, so to accurately measure the INT0 pin is added to the pulse width (ie measured pulse signal period). Speed display part of a digital display, the data collected using I2C bus, and through E2PROM to store, thus saving the need microcontroller port lines and peripheral devices, but also simplifies the display part of the software programming.
The program achieved the speed of real-time electric vehicle revealed two buttons can be displayed by controlling the speed or mileage, while adding a speed voice alarm function, make it more humane.

Key words: microcomputer; Hall sensor; digital display;voice alarm; DC / DC converter
 
目  录
摘   要 I
Abstract II
1 引 言 1
1.1 选题背景 1
1.2 研究意义 1
1.3 研究内容 2
2 总体设计方案 3
3 系统单元模块概述 5
3.1 传感器选择 5
3.2 单片机选型 7
3.3 显示模块选型 8
3.4 报警电路选择 9
3.5 速度算法概述 9
4 系统硬件设计 15
4.1单片机主控电路 15
4.1.1 单片机概述 15
4.1.2 复位电路 17
4.1.3 晶振电路 18
4.2 变换电路设计 19
4.3 传感器电路设计 20
4.4 信号处理电路设计 23
4.5 存储器电路设计 24
4.5.1 I2C总线概述 24
4.5.2 存储器电路 25
4.6 报警电路设计 27
4.6.1 语音芯片概述 27
4.6.2 语音报警电路 28
4.7 显示电路设计 31
4.8 掉电保护电路设计 33
4.9 数据处理过程 35
5 系统仿真与分析 37
5.1仿真结果 37
5.2仿真分析 38
6 系统软件设计 39
6.1 系统软件总流程图 39
6.2 速度处理子程序 40
6.3 显示子程序 41
7 总结与展望 43
致  谢 44
参考文献 45
附录A 程序清单 46
附录B 电路图 57