JIMI 发表于 20:50

基于单片机的压力测量仪的设计

论文编号:DZXX186  论文字数:11489,页数:34
摘要
 
 本系统以AT89S52单片机为主控芯片,外围附以称重电路、显示电路、报警电路等构成智能称重系统电路板,从而实现自动称重系统的各种控制功能。可以说,此设计所完成的电子秤很大程度上满足了应用需求。在硬件方面采用了ZCA-2应变式传感器, 应变式传感器具有灵敏度高、动态响应快、测量精度高、稳定性好,工作温度范围宽,易于小型与微型化,便于批量生产与使用方便等特点。A/D转换采用了ADC0809芯片,压力显示采用了LCD1602显示模块。软件设计采取了流行的模块化编程方法,软件程序的开发全部采用了C语言。主要包含的程序有:中断程序、A/D采样子程序、数据处理子程序、延时程序、显示子程序等。
关键词:称重传感器,AT89S52,A/D转换,LCD1602

ABSTRACT
 
 The system is mainly controlled by the microcontroller AT89S52, the periphery is consist of the circuit of clock and calendar, the circuit of measure height and weight,the circuit of display, all of these comprise the circuit board of the intelligent apparatus of height and weight. It can achieve all function of the apparatus. To sensor thepressure signal sensitively and conveniently, a ZCL-2 strain sensor is used, which has such characteristics as high sensitivity, dynamic fast response, high accuracy, stability, wide temperature range, small and micro-easy, easy and convenient to use mass production. ADC0809 chip is used for  A/D convert, and LCD 1602 for the Real-time display of pressure signal. As to the software design, the popular modular programming method is applied, and all programs have been designed with C language. Some of the main programs include: interrupt proceedings, A / D sampling subprogram, data processing subprogram, delay procedures, and LCD display subprogram.
 Keywords: Ponderation -sensor,AT89S52,A/D Converter,LCD Display
目录
摘要 I
ABSTRACT II
第1章 引言 1
1.1背景 1
1.2 研究内容 2
第2章 总体设计方案 3
2.1 设计方案对比 3
2.2 具体设计方案 4
第3章 硬件电路设计及其功能 5
3.1 数据采集电路 5
 3.1.1 传感器 5
 3.1.2 放大电路设计 6
3.2 A/D转换电路 7
 3.2.1 ADC0809的管脚定义及说明 7
 3.2.2 ADC0809的接口方式 10
3.3 单片机系统 10
 3.3.1 单片机管脚定义 10
 3.3.2 单片机管脚说明 11
 3.3.3 单片机主控制电路 13
3.4 LCD显示电路 14
 3.4.1 LCD管脚定义与功能 14
 3.4.2 LCD接口电路 17
3.5 电源控制电路 17
第4章 系统软件设计 19
4.1 总体编程方案 19
4.2 初始化程序 20
4.3 A/D转换子程序 21
第5章 结束语 23
致谢 24
参考文献 25
附录 源代码 26
页: [1]
查看完整版本: 基于单片机的压力测量仪的设计