智能家居毕业论文(DOC 48页)

上传人:人*** 文档编号:428440591 上传时间:2023-05-18 格式:DOCX 页数:48 大小:1.23MB
返回 下载 相关 举报
智能家居毕业论文(DOC 48页)_第1页
第1页 / 共48页
智能家居毕业论文(DOC 48页)_第2页
第2页 / 共48页
智能家居毕业论文(DOC 48页)_第3页
第3页 / 共48页
智能家居毕业论文(DOC 48页)_第4页
第4页 / 共48页
智能家居毕业论文(DOC 48页)_第5页
第5页 / 共48页
点击查看更多>>
资源描述

《智能家居毕业论文(DOC 48页)》由会员分享,可在线阅读,更多相关《智能家居毕业论文(DOC 48页)(48页珍藏版)》请在金锄头文库上搜索。

1、广西工学院毕业设计(论文)摘 要随着嵌入式技术的发展和高速宽带网络的普及, 利用网络实现远程监控已为人们广泛接受, 嵌入式网络监控技术正是在此条件下逐步发展成熟起来的. 用户使用Web 浏览器, 通过以太网远程访问内置Web 服务器的监控摄像机, 不但可以实现对现场的远程视频监控, 而且可以向监控现场发送指令. 在整个系统的实现过程中, 嵌入式Web 服务器起着十分重要的作用, 因此, 在嵌入式网络视频监控系统中,Web 服务器的设计对监控系统的整体性能具有直接的影响, 只有有了高效率的Web 服务器, 监控系统的性能才能得到充分的发挥。 实现智能化离不开运算和控制单元,本系统采用MCU(S3

2、C2410)作为主控器件,单片机应用系统由硬件和软件组成。硬件由单片机扩展的存储器、输入/出设备以及各种实现单片机系统控制要求的接口电路和有关的外围电路芯片或部件组成;软件由单片机应用系统实现其特定控制功能的各种工作程序和管理程序组成。在单片机应用系统开发的过程中,应不断调整软、硬件,协调地进行软、硬件设计,以提高工作效率,当系统硬件和软件紧密配合、协调一致,就可以组成高性能的单片机应用系统。本课题完成了单片机应用系统其开发过程的系统的总体设计、硬件设计、软件设计和系统调试,根据开发的实际需要,相互协调、交叉,有机的进行。随着Internet 向普通家庭生活不断扩展,消费电子、计算机、通讯一体

3、化趋势日趋明显,现代智能家居由于其安全、方便、高效、快捷、智能化等特点在21 世纪将成为现代社会和家庭的新时尚。当家庭智能网关将家庭中各种各样的家电通过家庭总线技术连接在一起时,就构成了功能强大、高度智能化的现代智能家居系统。而基于嵌入式系统的家庭智能系统在国内才刚刚出现,随着嵌入式技术更加广泛的应用,随着成本的逐步降低,中国的智能家居最终将走向嵌入式。关键词:嵌入式;智能;监控;web服务器- I -AbstractWith the development of embedded technology and high-speed broadband networks, using remo

4、te monitoring network has been widely accepted, of embedded network monitoring technology is evolving in this condition, mature up. Users to use Web browser, through Ethernet remote access built-in Web server, surveillance cameras, not only can be achieved on the field of remote video monitoring, an

5、d can send commands to the monitoring site. Throughout the system implementation process, the embedded Web server plays an important role, so , in the embedded network video monitoring system, Web server design of the monitoring system has a direct impact on overall performance, only with efficient

6、Web server, monitoring performance of the system to get full play.Intelligent computing and control unit can not be separated, the system uses the MCU (S3C2440) as the master device, SCM application system consists of hardware and software. Extended by a single chip hardware memory, input / output d

7、evices and a variety of requirements to achieve single chip system control interface circuit and the external circuit chips or components; software by the microcomputer application system to achieve its specific control of various work processes and management procedures composition. In the MCU appl

8、ication development process, should continue to adjust the software and hardware, and coordinated software and hardware designed to improve efficiency, when the system closely with hardware and software, and coordinated, can form high-performance microcontroller applications. The subject completed t

9、he Application System the development process of system design, hardware design, software design and system debugging, according to the actual needs of the development, coordination, cross, organic conduct.With the Internet expanding to ordinary family life, consumer electronics, computer, communica

10、tions integration becomes increasingly apparent, modern smart home because of its safe, convenient, efficient, fast, intelligent and so on in the 21st century will become a modern society and the family Xin fashion. When the family home in the smart gateway to a wide range of home appliances through

11、 the bus technology to connect families together, constitute a powerful, highly intelligent, modern smart home system. The family-based intelligent system for embedded systems in the country only just emerging, with the embedded technology is more widely used, with gradually lower the cost of Chinas

12、 intelligent home will eventually be embedded into.Key Words:Embedded; Intelligent;Monitoring;Web server- III -目 录1. 绪论11.1 课题背景11.2 智能家居系统概述11.3 课题研究目的及意义21.4 系统设计主要任务22. 方案设计32.1 系统总体设计和分析32.2 系统框图42.3 实现效果图53. 硬件电路设计83.1 CPU-S3C2440介绍83.2 GPRS模组介绍93.3 SHT10温湿度传感器113.3 摄像头介绍114. 软件平台134.1 LINUX操作系

13、统介绍134.2 BOA简介144.3 CGI简介144.4 AT命令集简介154.5 BOA服务器的搭建164.6 CGI程序的编写174.7 GPRS的编程174.8 温湿度传感器程序174.9 摄像头程序模块175. 系统制作与调试185.1 系统硬件调试185.2 软件及联机调试185.2.1 主控程序调试185.2.2 GPRS程序调试185.2.3 BOA服务器调试195.2.4 远程控制调试205.2.5 CGI程序调试225.2.6 摄像头调试23结 论24参考文献25致 谢26附录A CGI程序27附录B UART和GPRS初始化程序36附录C 发送和接收短信程序38附录D

14、远程控制开发板程序441. 绪论1.1 课题背景21 世纪是信息时代,各种电信新技术推动了人类文明的进步。自从1876 年Alexander Graham Bell(贝尔)发明电话以来,世界各国的电话网络发展非常迅速,近十年来,中国的固定电话业务呈现出举世瞩目的快速增长。1997 年8 月局用电话交换机总容量突破1 亿门,网络规模跃居世界第二位,2006 年初固定电话用户总数达到35539.2 万户,移动电话用户达到40407.2 万户,现代电话网络是由程控交换机进行交换传输,移动通信也从模拟时代走向了高度数字化时代,它们的性能已经有了很大的进展,而且可靠性非常高。正是因为通信技术、计算机技术

15、、网络技术、控制技术的迅猛发展与提高,促使了家庭实现了生活现代化,居住环境舒适化、安全化。这些高科技已经影响到人们生活的方方面面,改变了人们生活习惯,提高了人们生活质量,家居智能化也正是在这种形势下应运而生的。智能家居控制系统的主要功能包括通信、设备自动控制、安全防范三个方面。随着新技术和自动化的发展,传感器的使用数量越来越大,功能也越来越强,各种传感器都已经标准化、模块化这给智能家居控制系统的设计提供极大方便。嵌入式的智能家居使系统的处理能力大大增强,可以带来更加逼真的图象以及更加真实的语音等。根据系统定制的实时操作系统不仅可以最大限度的利用硬件资源而且还避免了过于庞大的系统造成的系统冗余。

16、一般只有一颗主处理芯片,系统架构更加清晰简捷。软件采用分层设计,方便维护和升级,大大提高了代码利用率,缩短开发周期。因为嵌入式技术是伴随着Internet 而生的,所以它具有更加卓越的网络性能,可以增加更多的网络应用,很显然嵌入式类智能家居产品在应用方面具有相当的优势,应该是未来中国家庭智能化技术主流发展方向。家居生活的智能化是当今计算机网络与通讯技术最人性化的应用,给人们的家居生活带来了全新的感受。今天,借助电话控制或互联网,您几乎可以在任何地方、任何时候监控您的家居状况,为您的家居生活带来前所未有的方便。随着社会全面的信息化、智能化和自动化,家庭智能化必将成为未来家居装饰潮流发展的最新方向!1

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 建筑/环境 > 施工组织

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号