[优秀毕业设计毕业论文]温度纪录器.doc

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

[优秀毕业设计毕业论文]温度纪录器,中文摘要ds18b20为主要元器件,该器件能对温度信号进行a/d变换,直接形成数字式温度数据输出。ds18b20的测温范围为:-55℃~+125℃,其分辨率可达0.0625℃。通过单片机技术可将ds18b20的温度数据读取出来,同时利用外部eeprom 将大量温度数据存储起来(eeprom采用at24c512,at24...
编号:30-91423大小:349.00K
分类: 论文>通信/电子论文

内容介绍

此文档由会员 csfujixie 发布

中文摘要

DS18B20为主要元器件,该器件能对温度信号进行A/D变换,直接形成数字式温度数据输出。DS18B20的测温范围为:-55℃~+125℃,其分辨率可达0.0625℃。通过单片机技术可将DS18B20的温度数据读取出来,同时利用外部EEPROM 将大量温度数据存储起来(EEPROM采用AT24C512,AT24C512串行存储器可存储32700个温度数据)。这作品与目前市售的温度测试记录仪相比具有体积小、精度高、测量范围宽、记录数据量大、使用方便且成本低等优点。

关键词:DS18B20、单片机、外部存储器、RS232串行通信、PC机


Abstract
The DS18 B20 is main dollar spare part, that spare part can carry on A/D transformation to the temperature signal, becoming a numerical type temperature data to outputted directly.The DS18 B20's measuring scope is:-55 ℃ ~125 ℃ , its resolution can reach to 0.0625 ℃ .Pass a single slice machine technique can the DS18 B20 of the temperature data read, making use of exterior EEPROM to save a great deal of temperature data in the meantime.(the EEPROM adoption AT24 C512, the AT24 saving machine in C512 string line can save 32700 temperature datas)This work sells currently with city of temperature test record the instrument compare to have a physical volume small, the accuracy is high, the diagraph scope breadth, record data have great capacity, usage convenience and the cost low etc. advantage.

Keyword:The DS18 B20, single slice machine, exterior saves a machine, the correspondence, PC machine of RS232 string line



目录

中文摘要 1
Abstract 1
目录 2
1 引言 3
2 总体设计概述 3
2.1 作品产生背景 3
2.2 硬件方面设计 4
2.3 软件设计方面 4
3 DS1820产品的原理及应用设计 5
3.1 DS1820型单线智能温度传感器的原理 5
3.2 单线总线系统的电路接法及通讯协议 7
3.2.1 电路接法 7
3.2.2 主CPU访问DS1820的工作流程 8
3.3 DS18B20型单线可编程智能温度传感器 11
3.3.1 DS18B20的性能特点 11
3.3.2 DS18B20的使用注意事项 12
4 AT24C512 存储器的功能及应用 12
4.1 24C512存储器简介 12
4.2 AT24C512 存储器的功能 13
4.3 读存储器的部分程序说明 14
5 调试过程 17
5.1 硬件部分调试 17
5.2 软件部分调试 18
6 结束语 18
致 谢 19
参考文献 19
附录(一)汇编语言程序设计 20