2012年吉林省大学生电子设计竞赛(D)1.doc
文本预览下载声明
摘要 该人体生物信息检测仪采用两片51系列单片机进行控制,采用工业级温度传感器DS18B20和HK2000A脉搏传感器对人体的体表温度和脉搏信息进行采集。系统主要模块有电源模块,脉搏信号放大电路模块,脉搏及温度传感器模块,显示模块,语音播报模块,时钟模块,无线传输模块。脉搏及温度传感器被放在指定位置后,自动进行测量,温度数据和经信号调理的脉搏模拟信号送入从单片机,单片机内部程序对数据进行处理,通过无线传输到主单片机且显示在液晶屏上,同时存储数据,判别所测数据是否超限,若超限语音警告,并语音播报测得数据和测试时间。系统具备数据回放功能。无线传输模块、显示模块、CPU具有省电模式,降低功耗。
关键词:传感器;语音播报;无线传输;数据存储回放;低功耗;
允许输入拉丁字符的拼音
Abstract: The human biological information detector uses two 51 series single-chip control, industrial temperature sensor DS18B20 and HK2000A pulse sensor on the bodys surface temperature and pulse rate information to be collected. The main modules of the system power supply module pulse signal amplifier module, pulse and temperature sensor module, display module, voice broadcast module, clock module, wireless transmission module. Pulse and temperature sensor is placed in the specified location, automatic measurements, temperature data and by the pulse signal conditioning analog signal into the microcontroller, the microcontroller internal procedures for processing the data by wireless transmission to the main microcontroller and display on the LCD screen stored data, discriminant measured data overrun overrun voice warning and voice broadcast data and test time. System with data playback feature. Wireless transmission module, display module, CPU power saving mode to reduce power consumption.Keywords: sensor; voice broadcast; wireless transmission; playback of data storage; low power consumption;
目录
一、 方案论证与比较 1
1、 电源部分 1
2、 传感器部分 1
3、 信号放大部分 1
4、 控制部分 2
5、 显示部分 2
6、 语音播报部分 2
7、 无线传输部分 2
二、 单元与系统设计 3
1、 人体信息测量的实现 3
2、 语音播报的实现 3
3、 电源部分 3
4、 信号调理 4
5、 无线传输实现 4
6、 控制部分 5
7、 显示部分 6
三、 系统测试 7
四、 结果分析与总结 8
附录一:部分源代码 9
参考文献: 11
方案论证与比较
本题目要求设计一个生物信息测量仪,对测得的温度、脉搏信息进行处理显示,并尽量减小功耗。综合考虑,系统大体可分为以下部分:1、电源;2、传感器部分;3、信号调理部分;4、控制部分;5、显示部分;6、语音播报部分 7、无线传输部分。
下面对各个部分进行方案比较:
电源部分
方案一 普通干电池
普通干电池携带方便,成本低,体积小,应用广泛。但普通干电池容量小,供电不能持久稳定。
方案二 锂电池
锂电池能量密度高,使用寿命长,容量大,低放电率,可充放次数高,高低温适应性强。使用周期内平均成本低。
综合上述各种因素,我们采用锂电池供电。
传感器部分
显示全部