文档详情

基于树莓派的智能家居.docx

发布:2019-09-09约4.98万字共72页下载文档
文本预览下载声明
摘要 随着物联网技术的发展,智能家居产业迅速崛起。在此背景下,我们研究了智能家居管理系统的设计与实现。 本文所设计的智能家居管理系统采用分层架构设计,分别为感知层、中间层以及应用层。感知层利用温湿传感器、火焰探测器、土壤湿度检测器等来采集我们需要的数据。中间层利用数据平台为我们采集到的数据进行存储与展示。应用层利用树莓派来对采集到的数据进行分析处理,如果发现异常则采取相对应的措施。在Linux环境下,以树莓派为硬件平台,实现智能家居管理系统。 在树莓派的平台上完成对智能家居系统设计与实现后,能够较好的实现设计的基本功能,采集数据都正确,系统比较稳定,并且该系统较好的完成异常处理。 关键字:智能家居,树莓派,传感器,Python Abstract With the development of Internet of things technology, smart home industry have rapid rise. In this context, we study the design and implementation of intelligent home management system. In this paper, the intelligent home management system adopts the hierarchical architecture design, which is the sensing layer, the middle layer and the application layer respectively. The sensing layer uses temperature and humidity sensors, flame detectors, soil moisture detectors and other sensors to collect the data that we need. The middle layer uses the data platform to store and display the data we collect. Application layer use Raspberry Pi to analysis the data that we collect, and it take corresponding action if found the exception. Under the Linux environment and Raspberry as the hardware platform, we achieved intelligent home management system. In the raspberry pi platform to complete the intelligent home system design and implementation, to better achieve the basic functions of the design, data collection are correct, the system is relatively stable, and the system better to complete the exception handling. Keywords: Smart home,Raspberry Pi, Sensor, Python 目录 TOC \o 1-3 \h \z \u 1绪论 1 1.1课题背景与意义 1 1.2 国内外研究现状 2 1.3 课题的主要工作 3 1.4 本文的组织结构 4 1.5 本章小结 5 2 系统关键技术介绍 6 2.1 树莓派硬件应用 6 2.2 Yeelink数据平台 8 2.3 面向对象Python 10 2.4 本章小结 13 3 系统需求与总体设计 14 3.1 系统需求概述 14 3.1.1 照明控制模块需求 14 3.1.2 草木智能浇水模块需求 14 3.1.3 窗帘控制模块需求 15 3.1.4 厨房火焰探测模块需求 15 3.1.5 展示需求 15 3.1.6数据存储需求 15 3.1.7 异步事件 16 3.1.8 性能 16 3.1.9易用性 16 3.2 整体系统概述 16 3.2.1 系统硬件架构设计 17 3.2.2系统软件架构设计 18 3.3 功能模块设计[22] 19 3.4 本章小结 2
显示全部
相似文档