1 / 21
文档名称:

基于物联网技术的智能家居系统(毕业设计论文).doc

格式:doc   大小:161KB   页数:21页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于物联网技术的智能家居系统(毕业设计论文).doc

上传人:86979448 2018/3/20 文件大小:161 KB

下载得到文件列表

基于物联网技术的智能家居系统(毕业设计论文).doc

相关文档

文档介绍

文档介绍:基于物联网环境的智能家居系统
摘要
物联网技术的兴起和发展,不仅改变了我们的工作方式、也逐渐地改变我们的生活方式。不仅要求办公自动化、智能化,也需要家居生活变得自动和智能起来。智能家居是在这样的背景下产生的。智能家居系统是利用计算机、嵌入式系统和网络通信技术将各种家用设施通过家庭网络连接到一起,从而为人们提供更为便利舒适的环境。
本设计利用32位嵌入式ARM处理器S3C2440作为智能家居控制系统的核心控制器,运用高性能、接口丰富、方便移植与扩展性好等优点,并且利用嵌入式操作系统实时性强、可靠性高、资源丰富等优势,将嵌入式技术作为智能家居控制器的开发平台,从而缩短开发周期,并且节约资源。
关键词:物联网、智能家居、远程监控
ABSTRACT
The rise and development of the of things technology, especially highly developing puter working technologies, not only change our everyday work, but also our life. Automation and intelligence in office will not enough, it’s a trend to ask for more intelligent everywhere, home life included. That is why smart e out. The smart home system is puter munication, embedded system technology will all kinds of household facilities via work connection together, so as to provide more convenient fortable life for people.
We utilize the 32-bit embedded ARM processor S3C44B0X as the controlling core of the smart home system in this paper. It has characteristics of high performance, plentiful interfaces and convenient transplantation and extension. And also we adopt embedded technology as the platform of the smart home controller owing to its high real-time ability, high reliability and rich resourses. Thus the application of smart home system es the secondary development on the embedded platform so that the developing period is cut down and resource is saved.
Keywords: of things, Smart home, Remote control
目录
第1章绪论 1
智能家居的简介 1
国内外的现状及发展趋势 2
国外的发展现状 2
国内的发展现状 3
本课题研究的目的和意义 4
本课题研究的基本内容 4
第2章系统的总体方案设计 5
系统需求分析 5
系统功能需求分析 5
性能需求分析 5
用户界面及其他需求分析 5
系统设计的原则 6
系统总体架构设计 6
第3章建立Linux开发环境 7
搭建开发环境 7
安装虚拟机、Linux操作系统、源代码及其他工具 7
建立交叉编译环境 7
配置网络文件系统NFS 7
嵌入式软件开发层次 8
BootLoader介绍 9
定制Linxu内核 9
根文件系统 9
第4章系统的实现 10
GSM远程控制模块的实现 10
mini2440串口的配置和实现 10
通过串口发送短信 10
温度采集模块的实现 11
烟雾传感器模块的实现 12
具有语音提示功能的密码锁防盗模块的