欢迎来到天天文库
浏览记录
ID:6641153
大小:1.51 MB
页数:72页
时间:2018-01-21
《毕业设计(论文)-基于树莓派的智能家居》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要随着物联网技术的发展,智能家居产业迅速崛起。在此背景下,我们研究了智能家居管理系统的设计与实现。本文所设计的智能家居管理系统采用分层架构设计,分别为感知层、中间层以及应用层。感知层利用温湿传感器、火焰探测器、土壤湿度检测器等来采集我们需要的数据。中间层利用数据平台为我们采集到的数据进行存储与展示。应用层利用树莓派来对采集到的数据进行分析处理,如果发现异常则采取相对应的措施。在Linux环境下,以树莓派为硬件平台,实现智能家居管理系统。在树莓派的平台上完成对智能家居系统设计与实现后,能够较好的实现设计的基本功能,采集数据都正确,系统比较稳定,并且该系统较好的完成异常处理。关键字:智能家居,树
2、莓派,传感器,PythonAbstractWiththedevelopmentofInternetofthingstechnology,smarthomeindustryhaverapidrise.Inthiscontext,westudythedesignandimplementationofintelligenthomemanagementsystem.Inthispaper,theintelligenthomemanagementsystemadoptsthehierarchicalarchitecturedesign,whichisthesensinglayer,themiddlela
3、yerandtheapplicationlayerrespectively.Thesensinglayerusestemperatureandhumiditysensors,flamedetectors,soilmoisturedetectorsandothersensorstocollectthedatathatweneed.Themiddlelayerusesthedataplatformtostoreanddisplaythedatawecollect.ApplicationlayeruseRaspberryPitoanalysisthedatathatwecollect,anditta
4、kecorrespondingactioniffoundtheexception.UndertheLinuxenvironmentandRaspberryasthehardwareplatform,weachievedintelligenthomemanagementsystem.Intheraspberrypiplatformtocompletetheintelligenthomesystemdesignandimplementation,tobetterachievethebasicfunctionsofthedesign,datacollectionarecorrect,thesyste
5、misrelativelystable,andthesystembettertocompletetheexceptionhandling.Keywords:Smarthome,RaspberryPi,Sensor,Python山东科技大学本科毕业设计(论文)目录1绪论11.1课题背景与意义11.2国内外研究现状21.3课题的主要工作31.4本文的组织结构41.5本章小结52系统关键技术介绍62.1树莓派硬件应用62.2Yeelink数据平台82.3面向对象Python102.4本章小结133系统需求与总体设计143.1系统需求概述143.1.1照明控制模块需求143.1.2草木智能浇水模块需求
6、143.1.3窗帘控制模块需求153.1.4厨房火焰探测模块需求153.1.5展示需求153.1.6数据存储需求153.1.7异步事件163.1.8性能163.1.9易用性163.2整体系统概述163.2.1系统硬件架构设计173.2.2系统软件架构设计183.3功能模块设计[22]193.4本章小结204系统详细设计与实现214.1数据库设计214.2数据读写接口23山东科技大学本科毕业设计(论文)4.3发送邮件264.3.1打开smtp服务264.3.2构造邮件274.3.3发送邮件284.4数据通信接口304.4.1Yeelink获取数据304.4.2Yeelink修改编辑数据314.5
7、照明系统控制模块实现334.5.1Python控制继电器334.5.2抖动354.5.3Python控制HC-SR501模块354.5.4照明系统控制组合384.6智能浇水模块实现394.6.1Python控制土壤湿度传感器394.6.2利用继电器控制抽水机404.6.3智能浇水模块组合414.7厨房火焰检测模块414.7.1Python控制火焰探测器414.7.2利用Yeelink发送邮件434
此文档下载收益归作者所有