Arduino毕业设计说明书(论文)模板示例..

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

摘要

本文针对Arduino能通过各种传感器感知环境的功能,对现有的物联网技术进行了分析和研究,详细介绍了Arduino平台下植物状态监测系统的设计与实现。

文章首先分析了物联网技术的背景和意义。然后在第一章和第二章简单介绍了单片机和Arduino的相关信息,第三章介绍了本次设计所需要的器材,从第四章到第六章中详细描述了关键的数据上传和实时监控部分,包括:如何采集数据,如何进行数据上传,将从传感器上获取的数据上传到后台WEB,以及上传之后处理数据,设置预警等。最后本文还分析了在数据上传和处理数据时遇到的一些问题和解决方案,展望了一些扩展功能。

【关键词】物联网 Arduino 植物状态监测

Abstract

According to the Arduino through a variety of sensors to perceive the environment function, the existing networking technology for analysis and research, introduces the design and implementation of plant condition monitoring system based on Arduino platform.

This paper analyzes the background and significance of the technology of IOT firstly. And then, from the fourth chapter to the sixth chapter, the key data upload and real-time monitoring parts are described in detail, including: How to upload data, upload the data from the sensor to the background WEB, and processing data, set the alarm, etc. Finally, this paper also analyzes some problems in data processing and data upload and solutions.

【Key Words】 IOT Arduino plant condition monitoring

目录

摘要......................................................................................................................... I Abstract ................................................................................................................. II 目录...................................................................................................................... III 前言 (1)

1单片机为核心器件——Arduino (2)

1.1单片机定义 (2)

1.2单片机和个人计算机之间的异同 (2)

1.3单片机的功能 (2)

1.4单视图 (2)

2 Arduino的基本组成 (3)

2.1 Arduino定义 (3)

2.2 Arduino的诞生 (3)

2.3 Arduino语言 (3)

2.3.1 关键字 (4)

2.3.2 语法符号 (4)

2.3.3 运算符 (4)

2.3.4 数据类型 (5)

2.3.5 常量 (5)

2.3.6 结构 (6)

2.3.7 功能 (6)

3 本次设计所需的硬件与软件 (7)

3.1 Arduino UNO (7)

3.1.1 Arduino uno基本概要 (8)

3.1.2 通信接口 (8)

3.1.3 下载程序 (9)

3.1.4 注意要点 (9)

3.2 DHT11传感器和LY-69 (9)

3.3开发环境 (11)

4 植物生长状态监测系统介绍 (12)

4.1 设计思路 (12)

4.2设计步骤 (13)

4.2.1设置网络 (13)

4.2.2获取数据 (13)

4.2.3数据分析 (13)

4.2.4处理分析结果 (13)

4.2.5设置预警 (13)

4.2.6与用户交互 (13)

5植物生长状态监测系统概要设计 (13)

5.1工作原理 (13)

5.2工作流程图 (15)

6植物生长状态监测系统详细设计 (16)

6.1设计目的 (16)

6.2功能模块设计 (16)

6.2.1网络连接 (16)

6.2.2获取数据 (17)

6.3系统调试 (19)

6.3.1编译程序 (19)

6.3.2上传程序 (20)

7运行环境与结论 (24)

7.1硬件环境 (24)

7.2软件环境 (24)

7.3运行环境 (24)

7.4运行结果 (24)

存在的问题和不足 (28)

总结 (29)

致谢 (30)

参考文献 (31)

相关文档
最新文档