智能血糖仪设计.doc
约44页DOC格式手机打开展开
智能血糖仪设计, 1.75万字自己原创的毕业设计,今年最新的,仅在本站独家提交,大家放心使用摘要:糖尿病作为威胁人类健康的四大疾病之一,己成为世界范围内难以治愈的流行疾病。中国目前已有近上亿人患有糖尿病,而且该数据还在持续增长。目前有效治疗方法是频繁检测血糖值,定量注射胰岛素,以维持患者血糖水平正常。为了人们能够随时掌握...
内容介绍
此文档由会员 小花仙66 发布
智能血糖仪设计
1.75万字
自己原创的毕业设计,今年最新的,仅在本站独家提交,大家放心使用
摘要:糖尿病作为威胁人类健康的四大疾病之一,己成为世界范围内难以治愈的流行疾病。中国目前已有近上亿人患有糖尿病,而且该数据还在持续增长。目前有效治疗方法是频繁检测血糖值,定量注射胰岛素,以维持患者血糖水平正常。为了人们能够随时掌握自己的血糖情况,本文设计了一种基于医疗物联网的智能血糖仪。
系统以C8051F321单片机为核心,采用酶电极试纸作为传感器来检测血糖浓度。本文从设计方案、工作原理、设计目标、硬件选型以及软件流程等方面对系统进行详细描述。着重介绍硬件电路设计和软件程序设计。硬件模块主要根据功能需要进行设计,包括基于C8051F321控制模块、弱电流信号检测模块、数据存储模块、LCD显示模块、电源控制和串口通信模块等电路设计。软件设计主要包括参数修改、数据处理、短信发送和LCD显示等程序设计。
结果表明该系统具有微创伤、适合家用、方便携带、操作简单、功耗低和测量快速准确等优点。基本达到了设计要求。
关键词:糖尿病 智能血糖仪 医疗物联网 C8051F321单片机
Based on the Medical Internet of Things Intelligence Glucose Meter Design
Abstract: Diabetes, one of the four diseases , has become difficult to cure disease worldwide as a threat to human health. China now has nearly hundreds of millions of people with diabetes, and the data continues to grow. The effective treatment method is frequent testing blood sugar levels, quantitative insulin injections, in order to maintain patient blood glucose levels to normal. In order to people to keep track of their blood sugar, the paper designed a kind of intelligent glucose meter based on medical Internet of things.
System with C8051F321 single-chip microcomputer as the core, using enzyme electrode strip as sensors to detect blood sugar levels. In this paper, from the design scheme, working principle, design goals of system, hardware selection and software process are described in details. Introduce the hardware circuit design and software programming. Hardware module is mainly designed to meet the need of function, including based on C8051F321 control module, the weak current signal detection module, data storage module, LCD display module, power control and serial interface communication module circuit design. Software design mainly includes the parameter modification, data processing, such as text messaging and LCD display program design.
The results show that the system has a micro trauma, suitable for home, convenient to carry, simple operation, low power consumption and the advantages of fast accurate measurement. Basic meet the design requirements.
Key words:Diabetes Intelligent Glucose Meter Medical Internet of Things C8051F321M
目 录
第一章 绪论 1
1.1 引言 1
1.2 研究背景 1
1.3 便携式血糖仪发展历史 2
1.4 便携式血糖仪最新发展动态 3
1.4.1 无创血糖检测仪 3
1.4.2 动态血糖检测仪 4
1.4.3 智能人工胰腺 5
1.5 论文研究意义及内容 6
1.6 本文结构安排 6
第二章 血糖仪的系统设计 7
2.1 系统总体设计方案 7
2.2 系统的工作原理 7
2.3 系统的整体设计 7
2.3.1系统的功能需求分析 7
2.3.2系统的总体设计框架 8
2.4 本章小节 8
第三章 血糖仪的硬件设计 9
3.1 硬件电路系统设计 9
3.2 基于C8051F321控制电路 10
3.3 试纸接触口电路 12
3.4 微弱电流信号检测电路 12
3.5 数据存储电路 13
3.6 LCD显示电路 14
3.7 电源控制电路 15
3.7.1 升压稳压电路 16
3.7.2 线性稳压电路 16
3.7.3 电池切换电路 17
3.8 串口通信电路 18
3.9 本章小节 19
第4章 血糖仪的软件设计 20
4.1 软件的系统设计 20
4.2 系统初始化模块 21
4.3 系统休眠模块 22
4.4 参数修改模块 24
4.5 数据处理模块 27
4.5.1 A/D转换初始化 27
4.5.2 A/D转换测血糖值 28
4.5.3 血糖值数据处理 29
4.6 数据存储模块 29
4.6.1 I2C总线概述 29
4.6.2 数据存储程序 30
4.7 短信发送模块 32
4.8 LCD液晶显示模块 33
4.9 本章小节 35
第五章 总结和展望 36
5.1 本论文工作总结 36
5.2 研究展望 37
致谢 38
参考文献 39
1.75万字
自己原创的毕业设计,今年最新的,仅在本站独家提交,大家放心使用
摘要:糖尿病作为威胁人类健康的四大疾病之一,己成为世界范围内难以治愈的流行疾病。中国目前已有近上亿人患有糖尿病,而且该数据还在持续增长。目前有效治疗方法是频繁检测血糖值,定量注射胰岛素,以维持患者血糖水平正常。为了人们能够随时掌握自己的血糖情况,本文设计了一种基于医疗物联网的智能血糖仪。
系统以C8051F321单片机为核心,采用酶电极试纸作为传感器来检测血糖浓度。本文从设计方案、工作原理、设计目标、硬件选型以及软件流程等方面对系统进行详细描述。着重介绍硬件电路设计和软件程序设计。硬件模块主要根据功能需要进行设计,包括基于C8051F321控制模块、弱电流信号检测模块、数据存储模块、LCD显示模块、电源控制和串口通信模块等电路设计。软件设计主要包括参数修改、数据处理、短信发送和LCD显示等程序设计。
结果表明该系统具有微创伤、适合家用、方便携带、操作简单、功耗低和测量快速准确等优点。基本达到了设计要求。
关键词:糖尿病 智能血糖仪 医疗物联网 C8051F321单片机
Based on the Medical Internet of Things Intelligence Glucose Meter Design
Abstract: Diabetes, one of the four diseases , has become difficult to cure disease worldwide as a threat to human health. China now has nearly hundreds of millions of people with diabetes, and the data continues to grow. The effective treatment method is frequent testing blood sugar levels, quantitative insulin injections, in order to maintain patient blood glucose levels to normal. In order to people to keep track of their blood sugar, the paper designed a kind of intelligent glucose meter based on medical Internet of things.
System with C8051F321 single-chip microcomputer as the core, using enzyme electrode strip as sensors to detect blood sugar levels. In this paper, from the design scheme, working principle, design goals of system, hardware selection and software process are described in details. Introduce the hardware circuit design and software programming. Hardware module is mainly designed to meet the need of function, including based on C8051F321 control module, the weak current signal detection module, data storage module, LCD display module, power control and serial interface communication module circuit design. Software design mainly includes the parameter modification, data processing, such as text messaging and LCD display program design.
The results show that the system has a micro trauma, suitable for home, convenient to carry, simple operation, low power consumption and the advantages of fast accurate measurement. Basic meet the design requirements.
Key words:Diabetes Intelligent Glucose Meter Medical Internet of Things C8051F321M
目 录
第一章 绪论 1
1.1 引言 1
1.2 研究背景 1
1.3 便携式血糖仪发展历史 2
1.4 便携式血糖仪最新发展动态 3
1.4.1 无创血糖检测仪 3
1.4.2 动态血糖检测仪 4
1.4.3 智能人工胰腺 5
1.5 论文研究意义及内容 6
1.6 本文结构安排 6
第二章 血糖仪的系统设计 7
2.1 系统总体设计方案 7
2.2 系统的工作原理 7
2.3 系统的整体设计 7
2.3.1系统的功能需求分析 7
2.3.2系统的总体设计框架 8
2.4 本章小节 8
第三章 血糖仪的硬件设计 9
3.1 硬件电路系统设计 9
3.2 基于C8051F321控制电路 10
3.3 试纸接触口电路 12
3.4 微弱电流信号检测电路 12
3.5 数据存储电路 13
3.6 LCD显示电路 14
3.7 电源控制电路 15
3.7.1 升压稳压电路 16
3.7.2 线性稳压电路 16
3.7.3 电池切换电路 17
3.8 串口通信电路 18
3.9 本章小节 19
第4章 血糖仪的软件设计 20
4.1 软件的系统设计 20
4.2 系统初始化模块 21
4.3 系统休眠模块 22
4.4 参数修改模块 24
4.5 数据处理模块 27
4.5.1 A/D转换初始化 27
4.5.2 A/D转换测血糖值 28
4.5.3 血糖值数据处理 29
4.6 数据存储模块 29
4.6.1 I2C总线概述 29
4.6.2 数据存储程序 30
4.7 短信发送模块 32
4.8 LCD液晶显示模块 33
4.9 本章小节 35
第五章 总结和展望 36
5.1 本论文工作总结 36
5.2 研究展望 37
致谢 38
参考文献 39