版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、课程设计报告书课程名称 单片机应用技术 课程设计任务书课程设计题 目基于单片机音乐倒数计时器的设计课程设计时 间2013 年 3 月 25 日 2013 年 3 月 29 日课程设计小组成员课程设计目 的电类专业课程设计环节,是学习电类专业核心课程所必需的教学环节,是在教师的指导下,通过学生独立完成课题来实现对学生的综合性训练,培养学生运用课程中所学到的理论与实践紧密结合,独立解决实际问题的能力,同时也是对知识技能的巩固和深化课程设计任 务设计一个简易的倒数计数器课程设计主要技术指 标利用at89c51单片机结合字符型lcd显示器设计一个简易的倒数计数器,可用来煮方便面、煮开水或小睡片刻等。做
2、一小段时间倒计数,当倒计数为0时,则发出一段音乐声响,通知倒计数终了,该做应当做的事。 课程设计进度计划3月25日 确立课题 构思3月26日 查找资料 3月27日 编写程序 绘制元件图3月28日 完成课题任务签发时间2013年3月25 日任务完成时间2013 3 月 29日学生签名指导教师签名课程设计报告书一、 设计功能描述用4个按键操作来设置当前想要倒计数的时间。一旦按下键则开始倒计数,当计数为0时,发出一阵音乐声。程序执行后工作指示灯led闪动,表示程序开始执行,按下操作键k1k4动作如下。 k1可调整倒计数的时间160分钟。 k2设置倒计数的时间为5分钟,显示“0500”。 k3设置倒计
3、数的时间为10分钟,显示“1000”。 k4设置倒计数的时间为20分钟,显示“2000”。复位后lcd的画面应能显示倒计时的分钟和秒数,此时按k1键,则在lcd上显示出设置画面。此时,若: a. 按操作键k2增加倒计数的时间1分钟。 b. 按操作键k3减少倒计数的时间1分钟。 c. 按操作键k4设置完成。 二、系统分析与设计1.原理图 图1-1为音乐倒数计时器原理图,由复位电路,晶振电路,显示电路,输入电路组成,k1,k2,k3为设置时间开关,k4为确认开关,上电led灯亮,进行设置,确认后倒计时开始,led灯灭,时间到后发出音乐提醒。1-1音乐倒数计时器原理图2.单片机应用系统说明(单片机介
4、绍及最小系统说明) 51系列单片机由cpu、存储器、并行i/o口、 定时/计数器、串行口及中断系统等组成,其各组成 部分通过内部三总线相连。 (1)中央处理器(cpu) 中央处理器是整个单片机的核心部件,是8位 数据处理器,能处理8位二进制数据或代码,cpu 负责控制、指挥和调度整个单片机系统协调工作, 完成运算和控制功能等操作。(2) 数据存储器(内部ram) 89c51/89s51内部有256b ram,其中包含 128b用户数据存储单元(地址为00h7fh)和128b 特殊功能寄存器单元(地址为0hffh),它们是统 一编址的。特殊功能寄存器只能用于存放控制指令 数据,而不能用于存放用户
5、数据。所以用户能使用 的ram只有128b,可存放读写的数据和运算的中 间结果等。 (3)程序存储器(内部rom) 89c51/89s51内部有4kb flash 存储器 (89c52/89s52有8kb),程序存储器用于存放用户 程序和原始数据等。 (4)定时/计数器 89c51/89s51有2个16位的可编程定时/计数器 t0和t1(89c52/89s52有3个,除t0、t1以外,还 有一个定时/计数器t2),实现定时或计数功能。(5)并行输入/输出(i/o)口 51系列单片机有4个8位并行i/o口(p0、 p1、 p2和p3),用于单片机与外部设备之间的数据并行 输入/输出。 (6)串行
6、口 51系列单片机内置一个全双工异步串行通信口, 用于单片机与其他具有相应接口的设备之间的异步 串行数据传送。单片机是一种集成电路芯片,是采用超大规模集成电路技术把具有数据处理能力的中央处理器cpu随机存储器ram、只读存储器rom、多种i/o口和中断系统、定时器/计时器等功能(可能还包括显示驱动电路、脉宽调制电路、模拟多路转换器、a/d转换器等电路)集成到一块硅片上构成的一个小而完善的微型计算机系统。单片机最小系统,或者称为最小应用系统,是指用最少的元件组成的单片机可以工作的系统。对51系列单片机来说,最小系统一般应该包括:单片机、晶振电路、复位电路。对51系列单片机来说,单片机+晶振电路+
7、复位电路,便组成了一个最小系统.但是一般我们在设计中总是喜欢把按键输入、显示输出等加到上述电路中,成为小系统。应用89c51(52)单片机设计并制作一个单片机最小系统,达到如下基本要求:(1)具有上电复位和手动复位功能。(2)使用单片机片内程序存储器。(3)具有基本的人机交互接口。按键输入、led显示功能。(4)具有一定的可扩展性,单片机i/o口可方便地与其他电路板连接。单片机系统正常工作的保证,如果振荡器不起振,系统将会不能工作;假如振荡器运行不规律,系统执行程序的时候就会出现时间上的误差,这在通信中会体现的很明显:电路将无法通信。他是由一个晶振和两个瓷片电容组成的,x1和x2分别接单片机的
8、x1和x2,晶振和瓷片电容是没有正负的,注意两个瓷片电容相连的那端一定要接地。 给单片机一个复位信号(一个一定时间的低电平)使程序从头开始执行;一般有两中复位方式:上电复位,在系统一上电时利用电容两端电压不能突变的原理给系统一个短时的低电平;手动复位,同过按钮接通低电平给系统复位,这时如果手按着一直不放,系统将一直复位,不能正常工作。1-2单片机晶振电路与复位电路图1-2为晶振电路与复位电路,又称单片机最小电路3.显示电路1-3显示电路图1-3为显示电路,显示电路由单片机和一个共阳4段数码管组成,p1为输入口,p2口为片选口。4输入电路1-4输入电路图图1-4为输入电路,上电k2,k3,k4为
9、时间设置,k1为确定,确定后k2,k3为微调,k4为确认,设置阶段led灯亮,开始后灭,倒计时结束后又蜂鸣器输出音乐。三、 数据元件表数据元件表3-1元件名称元件个数单片机 at89c511开关5470r电阻110k电阻1蜂鸣器1共阳四段 数码管1led灯1石英晶体振荡器1电解电容1原片电容2四、程序设计1.流程图上电后进行第一次设置,k2为5分钟,k3为10分钟,k4为20分钟,k1为确定,按下k1后进行2次设定k2为加1分钟,k3为减1分钟,k4为确定,确定后开始倒计时,期间按任何开关无效,时间到蜂鸣器发出音乐,按下复位键结束再次设置。如图4-1所示。4-1流程图2.程序org 0000h
10、ljmp start ;跳转到主程序org 0003hljmp jia1fen ;跳转到外部中断0org 000bhljmp time0 ;跳转到计数器中断0org 0013hljmp jian1fen ;跳转到外部中断1org 0001bhljmp time2 ;跳转到计数器中断1start:mov ie,#0fh ;打开外部中断0 1口和计数器中断0 1口 mov tcon,#05h ;让外部中断判别下降沿为信号 mov tmod,#11h ;让计数器中断0和1实行方式1 mov th0,#3ch ;t0赋1s初值 mov tl0,#0b0h mov r0,#0 ;秒钟赋初值 mov r1
11、,#0 ;分钟赋初值 mov r2,#20 ;t0 1s次数赋初值 mov 40h,#00h;*初始时间的调试*k1:clr p3.5 ;开启led灯mov a,r0 ;两位动态显示的主程序mov b,#10div abmov dptr,#tabmovc a,a+dptrmov p2,#04hmov p1,alcall time1mov a,bmovc a,a+dptrmov p2,#08hmov p1,alcall time1k2:mov a,r1mov b,#10div abmovc a,a+dptrmov p2,#01hmov p1,alcall time1mov a,bmovc a,a
12、+dptrmov p2,#02hmov p1,alcall time1jb p3.1,k3 ;按下k1按钮 确定时间jnb p3.1,$setb ea ;开启ea,外部中断和计数器中断开启ljmp x1 ;跳转到时间微调子程序k3:jb p3.2,k4 ;按下k2按钮 给予5分钟定时jnb p3.2,$mov r1,#5k4:jb p3.3,k5 ;按下k3按钮 给予10分钟定时jnb p3.3,$mov r1,#10k5:jb p3.4,k1 ;按下k4按钮 给予20分钟定时jnb p3.4,$mov r1,#20ljmp k1;*初始时间微调的子程序*x1: mov a,r0mov b,#
13、10div abmov dptr,#tabmovc a,a+dptrmov p2,#04hmov p1,alcall time1mov a,bmov dptr,#tabmovc a,a+dptrmov p2,#08hmov p1,alcall time1x2:mov a,r1mov b,#10div abmov dptr,#tabmovc a,a+dptrmov p2,#01hmov p1,alcall time1mov a,bmov dptr,#tabmovc a,a+dptrmov p2,#02hmov p1,alcall time1jb p3.4,next1 ;按下k4按钮 时间确定jn
14、b p3.4,$setb tr0 ;开启计数器t0clr ex0 ;关闭外部中断0(即k2开关)clr ex1 ;关闭外部中断1(即k1开关)ljmp x1;*歌曲主程序*next1:cjne r0,#0,x1 ;比较秒钟是否已经为0,若为0则下一步,如不为则继续运行cjne r1,#0,x1 ;比较分钟是否已经为0,若为0则下一步,如不为则继续运行clr tr0setb p3.6kaisi:mov a,40h ;蜂鸣器播放音乐的主程序 mov dptr,#table movc a,a+dptr cjne a,#00h,play mov 40h,#00h ljmp kaisi play:mov
15、 r3,a anl a,#0fh mov r5,a mov a,r3 anl a,#0f0h cjne a,#00h,music clr tr1 ljmp delmusic:swap a dec a mov 22h,a add a,22h mov r5,a mov dptr,#table1 movc a,a+dptr mov th1,a mov 21h,a mov a,r5 inc a movc a,a+dptr mov tl1,a待添加的隐藏文字内容2 mov 20h,a setb tr1 del: lcall delay1 inc 40h jb p3.1,huiqu ;按下按钮关闭音乐,并
16、重新赋值,待再次开启 jnb p3.1,$ ljmp starthuiqu:ljmp kaisi;*所有程序的子程序*delay1:mov r7,#0eh ;音乐程序的延时子程序 l11:mov r6,#125 l22:mov r5,#248 djnz r5,$ djnz r6,l22 djnz r7,l11 retjia1fen:clr ea ;外部中断0,分钟微调加1分钟inc r1cjne r1,#60,q1 ;比较分钟是否到60mov r1,#1 ;分钟到60重新赋值q1:setb earetijian1fen:clr ea ;外部中断1,分钟微调减1分钟cjne r1,#1,q2 ;
17、比较分钟是否到1mov r1,#60 ;分钟到1重新赋值q2:dec r1 setb ea retitime0:djnz r2,next ;计数器中断0,t0溢出20次即1秒mov r2,#20 ;r2重新赋值cjne r0,#0,q4 ;比较秒钟是否为0cjne r1,#0,q3 ;比较分钟是否为0setb tr1 ;开启计数器中断1q3:mov r0,#60 ;秒钟重新赋值dec r1 ;减少1分钟dec r0 ;减少1秒钟ljmp nextq4:dec r0 ;减少1秒钟next:mov th0,#3ch ;t0重新赋初值mov tl0,#0b0hretitime2:push acc ;
18、音乐程序使用的计数器中断1 push psw cpl p0.7 cpl p0.0 mov tl1,20h mov th1,21h pop psw pop acc retitime1:mov r4,#250 ;动态显示1ms的延时子程序q5:nopnopdjnz r4,q5mov p2,#00h ;关闭片选口rettab:db 0c0h,0f9h,0a4h,0b0h,99h,92h,82h,0f8h,80h,90h ;数码管显示断码表table1:dw 64260,64400,64580,64684,64777,64898,64968 ;乐谱表table:db 54h,64h,38h,44h,5
19、4h,18h,34h,44h,54h,64h,4ch ;音符断码表 db 54h,64h,38h,44h,54h,28h,44h,14h,44h,54h,3ch db 78h,68h,78h,38h,54h,24h,54h,64h,4ch db 54h,64h,38h,44h,54h,28h,44h,14h,44h,54h,3ch db 00hend ;结束五、心得体会经过将近5个星期的课程学习,简单带有lcd显示的音乐倒数计数器基本完成,系统基本功能基本实现,测试运行也基本正常。该系统基本上完成了计数闹时的功能。当然这个系统还存在许多有待完善的地方: 功能不够完善,有一定瑕疵。 在用单片机编
20、写音乐方面不够熟练。这次课程设计的时间虽然不算很长,但使我对很多东西有了更深刻的认识。平时在课堂上无法掌握的集体操作都有了一定的进步。总结如下: 查阅资料和阅读相关文献的重要性。 向同学请教的重要性,团结协作的重要性。 勤动手的重要性,自己动手,丰衣足食!以前很多时候一遇到问题常常都会问同学,但是通过这次设计,我学会了自己努力解决困难,提高了自己解决问题的能力。 对待任何事情都要有耐心和恒心,遇到问题要冷静地思考,积极找出症结所在,逐个解决。 做事情要步步为营,不能一蹴而就,就像焊接电路,只有确保每一部都真确,才有可能实现整个电路正常工作。通过本次课程设计,我更深刻的认识到了教学实践在大学课程
21、中的重要性,同时也发觉到了自己在学习方面存在的许多不足之处,在以后的学习中我会努力改进这些不足,不断提高自己的动手实践能力。六、参考文献单片机原理及接口技术 第三版(李朝青编)employment tribunals sort out disagreements between employers and employees.you may need to make a claim to an employment tribunal if: you dont agree with the disciplinary action your employer has taken against y
22、ou your employer dismisses you and you think that you have been dismissed unfairly.for more information about dismissal and unfair dismissal, seedismissal.you can make a claim to an employment tribunal, even if you haventappealedagainst the disciplinary action your employer has taken against you. ho
23、wever, if you win your case, the tribunal may reduce any compensation awarded to you as a result of your failure to appeal.remember that in most cases you must make an application to an employment tribunal within three months of the date when the event you are complaining about happened. if your app
24、lication is received after this time limit, the tribunal will not usually accept it.if you are worried about how the time limits apply to you, take advice from one of the organisations listed underfurther help.employment tribunals are less formal than some other courts, but it is still a legal proce
25、ss and you will need to give evidence under an oath or affirmation.most people find making a claim to an employment tribunal challenging. if you are thinking about making a claim to an employment tribunal, you should get help straight away from one of the organisations listed underfurther help.if yo
26、u are being represented by a solicitor at the tribunal, they may ask you to sign an agreement where you pay their fee out of your compensation if you win the case. this is known as adamages-based agreement. in england and wales, your solicitor cant charge you more than 35% of your compensation if yo
27、u win the case.if you are thinking about signing up for a damages-based agreement, you should make sure youre clear about the terms of the agreement. it might be best to get advice from an experienced adviser, for example, at a citizens advice bureau. to find your nearest cab, including those that g
28、ive advice by e-mail, click onnearest cab.for more information about making a claim to an employment tribunal, seeemployment tribunals.the (lack of) air up there watch mcayman islands-based webb, the head of fifas anti-racism taskforce, is in london for the football associations 150th anniversary ce
29、lebrations and will attend citys premier league match at chelsea on sunday.i am going to be at the match tomorrow and i have asked to meet yaya toure, he told bbc sport.for me its about how he felt and i would like to speak to him first to find out what his experience was.uefa hasopened disciplinary
30、 proceedings against cskafor the racist behaviour of their fans duringcitys 2-1 win.michel platini, president of european footballs governing body, has also ordered an immediate investigation into the referees actions.cska said they were surprised and disappointed by toures complaint. in a statement
31、 the russian side added: we found no racist insults from fans of cska.age has reached the end of the beginning of a word. may be guilty in his seems to passing a lot of different life became the appearance of the same day; may be back in the past, to oneself the paranoid weird belief disillusionment
32、, these days, my mind has been very messy, in my mind constantly. always feel oneself should go to do something, or write something. twenty years of life trajectory deeply shallow, suddenly feel something, do it.一字开头的年龄已经到了尾声。或许是愧疚于自己似乎把转瞬即逝的很多个不同的日子过成了同一天的样子;或许是追溯过去,对自己那些近乎偏执的怪异信念的醒悟,这些天以来,思绪一直很凌乱,
33、在脑海中不断纠缠。总觉得自己自己似乎应该去做点什么,或者写点什么。二十年的人生轨迹深深浅浅,突然就感觉到有些事情,非做不可了。the end of our life, and can meet many things really do?而穷尽我们的一生,又能遇到多少事情是真正地非做不可?during my childhood, think lucky money and new clothes are necessary for new year, but as the advance of the age, will be more and more found that those th
34、ings are optional; junior high school, thought to have a crush on just means that the real growth, but over the past three years later, his writing of alumni in peace, suddenly found that isnt really grow up, it seems is not so important; then in high school, think dont want to give vent to out your
35、 inner voice can be in the high school children of the feelings in a period, but was eventually infarction when graduation party in the throat, later again stood on the pitch he has sweat profusely, looked at his thrown a basketball hoops, suddenly found himself has already cant remember his appeara
36、nce.童年时,觉得压岁钱和新衣服是过年必备,但是随着年龄的推进,会越来越发现,那些东西根本就可有可无;初中时,以为要有一场暗恋才意味着真正的成长,但三年过去后,自己心平气和的写同学录的时候,突然就发现是不是真正的成长了,好像并没有那么重要了;然后到了高中,觉得非要吐露出自己的心声才能为高中生涯里的懵懂情愫划上一个句点,但毕业晚会的时候最终还是被梗塞在了咽喉,后来再次站在他曾经挥汗如雨的球场,看着他投过篮球的球框时,突然间发现自己已经想不起他的容颜。originally, this world, can produce a chemical reaction to an event, in a
37、ddition to resolutely, have to do, and time.原来,这个世界上,对某个事件能产生化学反应的,除了非做不可的坚决,还有,时间。a persons time, your ideas are always special to clear. want, want, line is clear, as if nothing could shake his. also once seemed to be determined to do something, but more often is he backed out at last. dislike his
38、 cowardice, finally found that there are a lot of love, there are a lot of miss, like shadow really have been doomed. those who do, just green years oneself give oneself an arm injection, or is a self-righteous spiritual.一个人的时候,自己的想法总是特别地清晰。想要的,不想要的,界限明确,好像没有什么可以撼动自己。也曾经好像已经下定了决心去做某件事,但更多的时候是最后又打起了退
39、堂鼓。嫌恶过自己的怯懦,最终却发现有很多缘分,有很多错过,好像冥冥之中真的已经注定。那些曾经所谓的非做不可,只是青葱年华里自己给自己注射的一支强心剂,或者说,是自以为是的精神寄托罢了。at the moment, the sky is dark, the air is fresh factor after just rained. suddenly thought of blue plaid shirt; those were broken into various shapes of stationery; from the corner at the beginning of deep f
40、riendship; have declared the end of the encounter that havent start planning. those years, those days of do, finally, like youth, will end in our life.此刻,天空是阴暗的,空气里有着刚下过雨之后的清新因子。突然想到那件蓝格子衬衫;那些被折成各种各样形状的信纸;那段从街角深巷伊始的友谊;还有那场还没有开始就宣告了终结的邂逅计划那些年那些天的非做不可,终于和青春一样,都将在我们的人生中谢幕。baumgartner the disappointing
41、news: mission aborted. r plays an important role in this mission. starting at the ground, conditions have to be very calm - winds less than 2 mph, with no precipitation or humidity and limited cloud cover. the balloon, with capsule attached, will move through the lower level of the atmosphere (the t
42、roposphere) where our day-to-day weather lives. it will climb higher than the tip of mount everest (5.5 miles/8.85 kilometers), drifting even higher than the cruising altitude of commercial airliners (5.6 miles/9.17 kilometers) and into the stratosphere. as he crosses the boundary layer (called the tropopause),e can expect a lot of turbulence.the supersonic descent could happen as early as sunda.the weathethe balloo
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- GB/T 13465.1-2024不透性石墨材料试验方法第1部分:总则
- 废旧家电回收利用行业营销策略方案
- 离心碾磨机细分市场深度研究报告
- 人力资源流程再造行业市场调研分析报告
- 相框边条项目运营指导方案
- 乐器销售行业营销策略方案
- 数据管理用计算机产品供应链分析
- 纺织品制壁挂细分市场深度研究报告
- 书法培训行业相关项目经营管理报告
- 茶壶项目运营指导方案
- 2022年GOLD慢阻肺诊治指南
- 第4章-动车组列车餐饮服务操作技能《高速铁路列车餐饮服务》
- 安徽省宿州市砀山县2023-2024学年九年级上学期12月质量调研语文试题(含答案)
- 高教社新国规中职教材《英语1基础模块》英语1-U1-220905改
- 大学生婚恋观调查问卷
- 第五章-纳滤讲解
- 托育机构备案书及备案承诺书范本
- 第14课池塘里的世界(教学课件)六年级科学上册(冀人版)
- 南宁市事业单位分类目录
- IOS9001:2015内审检查表(各部门)
- 第一讲 伟大事业都始于梦想(课件)
评论
0/150
提交评论