一种基于蓝牙的无线抢答器系统的设计(附电路图,实物图,程序)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

一种基于蓝牙的无线抢答器系统的设计(附电路图,实物图,程序)(课题说明书,开题报告,中期检查表,论文8000字)
摘  要 本设计以STC89C51为主控制器,实现了一种基于蓝牙的八路无线抢答器。本款抢答器的蓝牙功能是对市面上普遍抢答器的创新,除蓝牙功能外,本款抢答器仍然具有计时、数据锁存及显示的功能,硬件系统主要由单片机、蜂鸣器、蓝牙模块、数码管、电容、晶振等组成。软件功能则由keil软件通过C语言编程。市面上的抢答器大多造价昂贵且线缆繁琐,而本款抢答器的蓝牙无线功能则使得抢答器具有操作简洁,成本低廉的优点,不仅可以使得活动能够公正高效的进行,也简化了操作步骤,使得产品更易上手。
关键词 蓝牙;  抢答器;  51单片机;  无线

Design of a Bluetooth-based wireless answering system
Abstract  This design uses STC89C51 as the main controller to realize an eight-way wireless answering device based on Bluetooth. The Bluetooth function of this responder is an innovation of the universal responder on the market. In addition to the Bluetooth function, the responder still has the functions of timing, data latching and display. The hardware system is mainly composed of microcontroller, buzzer, Bluetooth module, digital tube, capacitor, crystal oscillator and so on. The software function is programmed by Keil software through C language. Most of the responders on the market are expensive and complicated, while the Bluetooth wireless function of this responder makes the responder have the advantages of simple operation and low cost. It can not only make the activities fair and efficient, but also simplify the operation steps and make the products easier to get started.
Keywords  Bluetooth;   Answer Responder;   51 Single Chip Microcomputer;   Wireless

 设计的内容
本设计采用以STC89C51作为主控板,初步设想使用两块51单片机单板分别作为抢答器的发送板与接收板,发送板上做8路,接收板则在主持人手上,两块单板用蓝牙模块无线连接,除蓝牙的无线通信功能外,抢答器本身的许多基础的抢答功能同样具备。
按下并启动主机键后,选手的抢答终端即可开始抢答。接着数码管将会自动开始显示倒计时,若在此期间无人按下抢答按钮,蜂鸣器将会在倒计时五秒时发出提示声。同样,若是违规抢答,数码管将显示FF错误提示与该选手编号,与此同时蜂鸣器发声以示警告。当一次抢答结束后,只需按下复位键与主持人键,就可以重新开始下一轮抢答。
蓝牙则是此次设计中的重要组成部分,它是两个单板之间的通信桥梁。一般来说,单片机上会有串口。蓝牙可以通过串口直接连接,也就是说,蓝牙的RXD和TXD引脚要连接单片机对应的串口脚。
 

一种基于蓝牙的无线抢答器系统的设计(附电路图,实物图,程序)
一种基于蓝牙的无线抢答器系统的设计(附电路图,实物图,程序)
一种基于蓝牙的无线抢答器系统的设计(附电路图,实物图,程序)


目   录
摘要及关键词    1
1 设计的依据    1
1.1 抢答器概述    1
1.2 设计的目的    1
1.3 设计的内容    2
1.4 设计的要求    2
2蓝牙模块    2
2.1 蓝牙模块参数    2
2.2 项目说明    3
2.3蓝牙模块主从配置    4
 2.4蓝牙模块连接方式    5
3 单片机性能参数    5
4 硬件电路    5
4.1 复位电路的设计    5
4.2 显示电路的设计    6
4.3 主控电路原理图    6
4.4 键盘扫描电路的实现    7
4.5 蓝牙的实现    7
4.6 发声电路的实现    8
4.7 总体电路原理图    8
5系统软件设计    9
  5.1 系统方框图    9
 5.2 程序流程图    10
 5.3 蓝牙程序    12
6实物调试    12
 6.1 焊接    12
6.2 调试    14
7结论    14
参考文献    15
致谢    17
附录    18