- 1、本文档共62页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基于单片机的万年历的设计
摘 要 单片机也称为单片微计算机。单片机在很多领域上都得到了广泛的应用,其功能也越来越强大。由于单片机操作简便,简单易学,不仅许多大专、本科院校都开设了有关单片机方面的课程,社会上也出现了很多单片机爱好者。
本设计就是根据单片机的原理来进行万年历的设计的。设计的主控制器采用的是一款使用起来较方便的STC89C52RC单片机,采用了带中文字库的12864液晶作为显示器,时间和日历的功能采用DS1302时钟芯片来实现,并采用DS18B20温度传感器来对温度的实时传输。本设计在公历显示完成的基础上添加了农历显示,使万年历的功能更加完善。本设计在进行公历和农历的转换时实现得很困难,但最终还是成功了。随着科技的进步,单片机的功能越来越强大,越来越方便用户的使用。
关键词: 单片机,万年历,DS1302时钟芯片,12864液晶
ABSTRACT
Microcontroller is also a single chip microcomputer. It have been used widely in many areas, and its function has become more powerful. Because microcontroller easy in using and learning, many colleges have opened the courses about the Principle and application of microcontroller. There are also many lovers of microcontroller in society.
The design of calendar is based on the principle of single-chip microcomputer. The main controller of my design is a microcontroller of STC89C52RC that used conveniently. And the display is 12846LCD that has chinese word stock. The functions of the time and calendar will be realized by using the clock chip of DS1302. The temperature sensor of DS18B20 is used to transmit temperature. On the basis of the display of calendar, I add a function that can display the lunar in my design. And the functions of calendar looks more perfect. It is very hard to realize the conversion of the Gregorian calendar and the lunar calendar by using program.But I complete it at last. With the progress of technology, the microcontroller function has become more powerful and it will be convenient to the users.
Key Words: Microcontroller, Calendar, The clock chip of DS1302, 12864Lcd
目 录
1. 绪论 1
1.1 设计目的 1
1.2 发展现状 1
1.3 解决问题 2
2. 硬件系统设计 3
2.1本设计所需的元器件 3
2.2 STC89C52RC单片机 4
2.2.1单片机主要特性 4
2.2.2单片机引脚说明 5
2.3 MAX232电平转换芯片 7
2.4 DS1302时钟芯片 8
2.5 DS18B20温度传感器 10
2.6 12864液晶 11
2.7 独立按键 12
3. 软件设计 13
3.1阳历与阴历转换 14
3.2 DS1302时钟芯片程序设计 14
3.3 DS18B20程序设计 21
3.4 12864液晶显示程序设计 22
4. 调试 26
总结 30
参考文献 31
答 谢 32
附录一 33
附录二 34
1. 绪论
1.1 设计目的
古人
文档评论(0)