{$cfg_webname}
主页 > 电子信息 > 电子 >

带检测功能的智能蓝牙水杯的设计

来源:56doc.com  资料编号:5D26832 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D26832
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

带检测功能的智能蓝牙水杯的设计(任务书,开题报告,论文13000字)
摘要
生活中每个人都需要喝水,健康的生活要求我们每天都摄入足够的水。现在大多数人使用的都是普通水杯,即使是智能水杯也只是能进行实时检测,无法与手机APP进行通信,水杯丢失也无法进行查找,本文将设计一款满足此需求的智能蓝牙水杯。
本文首先对智能水杯的市场现状和技术现状进行了综述,给出了设计中所采用的方案,然后对每个模块主要组件的选择方案及软件设计进行了详细说明,最后总结调试过程。本文设计的智能水杯系统包括了水温、水质、定位以及重量数据的采集、处理与显示这三个部分。STM32先获取得到DS18B20采集到的水温、TDS传感器采集的水质、称重传感器采集的重量以及GPS定位信息四个数据,经过数据处理,把数据通过蓝牙发送并且显示在LCD上,在合适的参数范围内提醒饮水。
经过测试,本设计的各个模块的功能确定均已达到相应要求。
关键词:水质测量  智能水杯  蓝牙通讯

Design of intelligent bluetooth water cup with detection function
Abstract
Everyone needs water in life. A healthy life requires us to take in enough water every day. Nowadays most people use ordinary water cups. Even smart water cups can only be detected in real time. They can not communicate with mobile phone APP and can not find out the lost water cups. This paper will design a smart Bluetooth water cup to meet this demand.
Firstly, the market and technology status of intelligent water cup are summarized, and the design scheme is given. Then, the selection scheme and software design of the main components of each module can be explained. Finally, the debugging process is summarized. The intelligent water cup system designed in this paper includes three parts: water temperature, water quality, positioning and weight data acquisition, processing and display. STM32 first acquires four data: water temperature collected by DS18B20, water quality collected by TDS sensor, weight collected by weighing sensor and GPS positioning information. After data processing, the data is sent through Bluetooth and displayed on LCD, reminding drinking water in the appropriate parameter range.
After testing, the function of each module of this design has met the corresponding requirements of this design.
Key words: water quality measurement, intelligent water cup, bluetooth communication

 总体方案设计
本设计整体流程是主机向各个传感器发送读取数据指令,然后传感器把采集到的数据返回传给主机,而定位模块会直接发数据给主机。主机把收到的数据进行处理,然后显示在LCD上,同时通过蓝牙发送给手机。

带检测功能的智能蓝牙水杯的设计
带检测功能的智能蓝牙水杯的设计



目录
摘要    I
Abstract    II
第一章 绪论    1
1.1 课题研究背景    1
1.2 课题研究现状    1
1.2.1 水质参数的研究现状    1
1.2.2 实时通讯的研究现状    2
1.2.3 实时定位的研究现状    2
1.3 课题研究的目的和意义    3
1.4 论文结构安排    3
第二章 方案设计与选择    5
2.1 总体方案设计    5
2.2核心器件选择    6
2.3 本章小结    7
第三章 硬件电路设计    9
3.1 系统设计的需求    9
3.2 处理器模块    9
3.3 其他子模块的设计    10
3.3.1 水温采集模块    10
3.3.2 水质采集模块    11
3.3.3 重量采集模块    12
3.3.4 实时定位模块    12
3.3.5 蓝牙通信模块    13
3.3.6 显示模块    14
3.4 本章小结    14
第四章 智能水杯的软件设计    17
4.1 主程序的设计    17
4.2 温度采集功能的实现    17
4.3 水质检测功能的实现    21
4.4 称重功能的实现    23
4.5 实时定位功能的实现    26
4.6 显示功能的实现    27
4.7 蓝牙功能的实现    29
4.8 实际生活中的指标    30
4.9 本章小结    31
第五章 系统调试与结果展示    33
5.1 系统调试    33
5.2 结果展示    34
5.3 本章小结    35
第六章 总结展望    37
6.1 工作总结    37
6.2 课题展望    37
参考文献    39
致   谢    43
附录 源程序    45

推荐资料