模型的智能家居电源控制系统
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
模型的智能家居电源控制系统
1
2020年4月19日
资料内容仅供参考,如有不当或者侵权,请联系本人改正或者删除。
基于C/S模型的智能家居网络控制系统
i
2020年4月19日
资料内容仅供参考,如有不当或者侵权,请联系本人改正或者删除。
摘要
几年前一些经济比较发达的国家提出了”智能住宅”的概念, 住宅智能化是智能家居的先导, 智能家居是住宅智能化的核心。智能家居是利用计算机、通讯与网络、自动控制、 IC卡技术, 经过有效的传输网络, 将多元信息服务与管理、物业管理与安防、住宅智能化系统集成, 为住宅小区的服务与管理提供高技术的智能化手段, 以期实现快捷高效的超值服务与管理, 提供安全舒适的家居环境”。
随着计算机技术, 通信技术和嵌入式系统的发展, 智能家居正逐步走进人们的生活。一个典型的现代智能家居系统提供安防、家电控制、远程抄表和信息服务等功能。低功率和高性能CPU 的发展, 为开发智能家居提供了现实可能性。其内部构成包括嵌入式处理器、相关支持硬件、嵌入式操作系统以及应用层的软件包等。针对智能家居需求, 本文设计并实现了智能家居中的控制系统。采用计算机网络控制方式, 结合了基于ARM的嵌入式系统、单片机系统、计算机网络、 WIN32编程等技术, 实现了对开关型家电的控制。
本文的智能家居控制系统设计方案是: 以Philips LPC2103实验板为硬件平台, 建立了嵌入式系统开发环境, 移植了uc/os内核;
ii
2020年4月19日
资料内容仅供参考,如有不当或者侵权,请联系本人改正或者删除。
开发的应用软件分为单片机子系统、PC客户端和PC服务端三个模块。最终完成相关软硬件设计、调试, 经测试, 完全实现预期功能。最后提出系统改进的方案和措施。
在硬件方面着手于Philips LPC2103芯片的数据手册, 经过对其针脚的定义, 进行相关电路的设计, 实现了单片机串口的通讯、电脑数据的接收和处理、继电器电路的开关和复位电路的实现。
在软件方面, 在Delphi 中实现了PC服务端和客户端的数据收发和处理, 并使服务端在接收到特定字符后发送相应的指令到串口。
基于LPC 2103的智能家居远程控制系统提供了一种对家庭普通家用电器进行远程控制的新思路, 是嵌入式的一项有效的尝试和应用。
关键词: LPC 2103, Indy 10, 智能家居, 远程控制
iii
2020年4月19日
资料内容仅供参考,如有不当或者侵权,请联系本人改正或者删除。
Abstract
A few years ago a number of economically developed countries put forward the "smart house" concept; domestic intelligence is a leader in smart home, intelligent home, the domestic intelligence core. Smart Home is the use of computer, communications and networks, self-control, IC card technology, through an effective transport network, multi-information services and management, property management and security, home intelligent system integration for the residential district of high-tech services and management intelligent tools in order to achieve fast and efficient value for money services and management, providing a safe and comfortable home environment. " With computer technology, communication technology and embedded system development, intelligent home is getting into people's lives. A typical modern smart home security systems, home appliance control, remote meter reading and information services functions. Low-power and high-performance CPU development, for the development of intelligent home offers a real possibility. Its internal composition, including embedded processors, related support hardware, embedded operating system and application layer software packages and so on. In response to this phenomenon, this paper designed and implemented one of the intelligent home control system. Control method using a computer network, combined with ARM-based
iv
2020年4月19日