- 1、本文档共65页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
PAGE
摘 要
日常生活中,实时地掌握温度和时间信息对于人们来说必不可少。本设计是基于单片机的多功能温度计,实现时间显示和温度显示两种功能。
整个硬件系统采用AT89S52单片机作为主芯片,协调整机工作并进行数据处理。温度测量模块以DS18B20数字温度传感器作为核心,单线接口即可实现与处理器的双向通讯;时钟模块则采用实时时钟电路DS1302,提供秒、分、时、日期的信息;1602字符液晶提供的32个字符的显示容量足以显示时间和温度;电源方面,直接使用USB接口供电;由四个按键组成的键盘电路用以设置日期时间。
本设计采用Proteus作为仿真软件,根据硬件设计思想,将系统所需要的元件在ISIS中连接好后,在AT89S52单片机中加载编译好的hex文件,即可进行仿真。仿真运行正常后,进入实物制作阶段,最终实物实现了设想功能。
关键字:AT89S52; DS18B20; DS1302; 1602字符液晶; Proteus
Abstract
Its necessary to get the information about the real-time and temperature in our daily life。This design is expect to display the real-time and temperature by a multifunctional thermometer which is based on one type of singlechip .
The hardware system uses AT89S52 Micro-chip Controller Unit as a core to coordinate the whole systems work and process the datas.In the temperature measure module ,temperature sensor DS18B20 is a good choice since it can achieve a two-way communication with the singlechip by only one interface.The real-time module is based on the real-timer DS1302 which can provide the the information about the present year,date and time.As a monitor,Character Mode LCD(Liquid Crystal Display)1602 has a big enough display capacity of 32 characters to show the real-time and temperature information.A USB(Universe Serial Bus) interface was used to take charge of power supply.
This design uses Proteus as the simulation software, Connect the required components according to the hardware system design in the ISIS , and load the compiled hex files to the AT89S52 microcontroller.Then can run into the physical production stage, the ultimate achievement can realise expected function.
Keywords: AT89S52; DS18B20; DS1302; Character Mode LCD 1602;
Proteus
目 录
TOC \o 1-3 \u 摘 要 PAGEREF _Toc264448449 \h I
Abstract PAGEREF _Toc264448450 \h II
1前 言 PAGEREF _Toc264448451 \h 1
1.1 选题背景 PAGEREF _Toc264448452 \h 1
1.2 选题意义 PAGEREF _Toc264448453 \h 2
2 多功能温度计的硬件设计 PAGEREF _Toc264448454 \h 3
2.1 系统分析 PAGEREF _Toc264448455 \h 3
2.1.1 处理器分析 PAGER
文档评论(0)