资源描述:
《基于AT89C51单片机的电子抢答器设计》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、基于AT89C51单片机的电子抢答器设计摘要此次设计提出了用AT89C51单片机为核心控制元件,设计一个简易的抢答器,本方案以AT89C51单片机作为主控核心,与MAX232、发光二极管、数码管、蜂鸣器等构成四路抢答器,利用了单片机的延时电路、按键复位电路、时钟电路、定时/中断等电路,设计的抢答器具有实时显示抢答选手的号码和抢答时间的特点,还有复位电路,使其再开始新的一轮的答题和比赛,同时还利用C语言编程,使其实现一些基本的功能。本设计的系统实用性强、判断精确、操作简单、扩展功能强。它的功能实现是比赛开始,主持人读完题之后按下总开关,即计时开始,此时数码管
2、开始进行1s的加计时,直到有一个选手抢答时,对应的会在数码管上显示出该选手的编号和抢答所用的时间,同时该选手对应的发光二极管会发出相应的光,蜂鸣器也会发出声音,以提示有人抢答本题,如果在规定的60s时间内没有做出抢答,则此题作废,即开始重新一轮的抢答。关键字:STC89C52单片机、动态显示、中断、按键控制4AT89C51microcontrollerbaseddesignofelectronicResponderABSTRACTThedesignproposedusingAT89C51microcontrollerasthecorecontrolelem
3、ents,designasimpleResponder,theprogramisthecontrolcenterwithAT89C51microcontroller,andMAX232,LED,digitaltube,buzzer,etc.posedfourRespondertouseasinglechipdelaycircuit,buttonresetcircuit,clockcircuit,timing/interruptothercircuits,designedResponderResponderplayerswithreal-timedispla
4、ynumberandanswerinthetimefeatures,butalsoresetthecircuit,itthenstartanewroundofanswersandcompetition,whilealsousingClanguageprogramming,toimplementsomebasicfunctions.Thepracticaldesignofthesystemtodetermineaccurate,simple,powerfulextensions.Itsfunctionistoachievestartoftherace,the
5、hostreadthequestionafterthepressthemainswitch,thattimebegan,thistimetobegin1sdigitalcontroltimeincreases,untilaplayerResponder,thecorrespondingpipewillbeshowninthedigitalTheplayer'snumberandtheanswerinthetimespentatthesametimetheplayerwillbeissuedcorrespondingtothecorrespondingLED
6、light,buzzerwillsoundtopromptsomeanswerinthisquestion,ifthereisnoprovisioninthe60stomakeanswerintime,thenThisissueaside,begantore-roundtheResponder.KEYWORDS:STC89C52microcontroller,dynamicdisplay,interrupt,keycontrol4目 录前 言1第1章绪论21.1单片机抢答器的背景21.2单片机抢答器的意义21.3抢答器的应用31.4系统设计要点4第2章抢答
7、器硬件系统设计52.1系统整体方案设计52.2抢答器显示模块52.3控制器模块(单片机的选择)62.4电源方案的选择72.5键盘的选择82.6蜂鸣器及选择102.7模块的最终方案10第3章抢答器电路原理图设计113.1电源电路设计113.2复位电路设计113.3时钟电路设计113.4输入模块电路设计123.5显示模块电路设计123.6声光电路12第4章抢答器软件系统设计134.1单片机使用资源134.2各模块功能简要介绍134.2.1显示模块134.2.2定时模块134.2.3中断模块134.3主程序154第5章系统的仿真195.1proteus软件的介绍
8、及使用195.1.1什么是Proteus软件195.1.2怎样操作