JIMI 发表于 20:50

基于单片机的数字温度控制系统设计

论文编号:DZXX173  论文字数:9805,页数:29
摘  要
 
 随着时代的进步和发展,单片机已经普及到我们生活当中,运用于各种领域,并且技术逐渐成熟。本次要设计的产品为数字温度测量及显示系统,想要用单片机获取温度信息,毫无疑问,必须使用温度传感器。温度传感器将温度信息转换为电流或电压输出由单片机处理。单片机通过接口电路控制液晶模块,将温度显示在LCD上,以供用户查询。液晶显示器具有功耗低,体积小,质量轻,可编程驱动等特点。本例使用温度传感器DS18B20,利用单片机AT89S51控制传感器采集温度,并且显示在HS1602液晶模块上,并能进行报警温度的上下限设定,实现温度测量。
[关键词]: 单片机,温度传感器,LCD显示
ABSTRACT
 
 With the progress of the times and development, SCM has spread to our life, it used in various fields, and this technology mature gradually. This example will design products for electronic thermometers, we want to obtain temperature information by MCU.no doubt, we must use the temperature sensor. Temperature sensors will be converted to electricity or temperature information by MCU voltage output. Through the interface circuit chip control, LCD module in LCD display temperature, and it is used for the user's query. LCD with low power consumption, small volume, light quality, programmable driving etc. This example uses temperature sensor DS18B20 AT89S51SCM control, use sensors to collect temperature and HS1602 displayed in the LCD module, and it is can perform alarm temperature setting and upper temperature measurement。
Key words: MCU,Temperature sensor,Demonstration 

目录
摘  要 I
Abstract II
第1章  引言 1
1.1 设计背景 1
1.2 电路的总体工作原理 1
第2章  方案论证 3
2.1 题目分析 3
2.1.1 具体指标 3
2.1.2 具体控制要求 3
2.2 温度传感器的选择 3
2.2.1 采用模拟集成温度传感器 3
2.2.2 采用数字单片智能温度传感器 4
2.3 显示器的选择 5
2.3.1 LED显示器 5
2.3.2 LCD液晶屏 5
2.4  单片机的选择 6
2.4.1 采用凌阳单片机 6
2.4.2 采用AT89S51单片机 6
第3章  系统的硬件设计 8
3.1 单片机最小系统的设计 8
3.2 温度传感电路设计 9
3.3 温度控制电路的设计 11
3.4 温度设定电路的设计 12
3.5液晶模块 13
3.5.1液晶模块的结构和管脚功能 13
3.5.2 液晶模块与单片机连接 13
3.6 报警蜂鸣电路 14
第4章 系统软件程序的设计 15
4.1 系统的主程序设计 15
4.1.1 部分主程序源码 15
4.2 中断程序的设计 17
4.3DS18B20模块 18
4.3.1DS18B20程序流程图 18
4.3.2 部分程序源码 18
4.4 HS1602程序设计 20
4.4.1程序流程 20
4.4.2部分程序源码 20
4.5按键控制程序 21
4.5.1 按键控制流程图 21
4.5.2 部分程序源码 21
第5章  全文总结 23
5.1 经济效益分析 23
5.2 社会效益分析 23
致谢 24
参考文献 25
附录 26
页: [1]
查看完整版本: 基于单片机的数字温度控制系统设计