摘要: 随着社会的发展和人民生活水平的提高,人们越来越注重日常家居生活的舒适度,在对现有家庭智能控制系统以及相关产品的研究分析之后,本课题设计并实现了一种基于ARM7和uC/OS-II的家庭智能控制系统。本系统主要由环境检查、电器控制共两个功能模块构成,其中环境检查模块实现了温度检测和气体检测功能,电器控制模块实现了室内照明灯、空调、窗帘、定时器的控制功能,每个功能模块的具体实现主要由应用层、中间件、底层共三个部分构成。48222
本系统采用Proteus仿真平台进行底层的设计,在Visual Studio环境中对中间件进行开发,使用Android操作系统来实现应用层的功能,在经过了成功的仿真以及准确的功能验证之后,本文成功实现了一个能够在一定程度上实现人性化、智能化的家庭智能控制系统。
毕业论文关键词: 家庭智能控制系统;ARM7;uC/OS-II;Proteus;Android
The Development of the Home Intelligent Control System Based on the ARM7 and uC/OS - II
Abstract: With the development of the society and the improvement of people's living standard, people pay more and more attention to the comfort of the daily household life, after doing research and analysis about the existing home intelligent control system and related products, this topic designs and realizes a kind of based on ARM7 and uC/OS - II of the home intelligent control system. This system is mainly composed of environmental inspection, electrical control, a total of two function modules, including environmental check module implements the function of temperature detection and gas detection, electrical control module implements the indoor lighting, air conditioning, curtain, timer control functions, to realize each function module is mainly composed of application layer, middleware, ground floor, a total of three parts.
This system adopts the Proteus simulation platform for the design of the bottom, in the Visual Studio environment to develop middleware, use the Android operating system to realize the function of the application layer, after a successful simulation and accurate functional verification, the paper successfully implements one can to a certain extent, realize the humanization, intelligent home intelligent control system.
Keywords: Home Intelligent Control System; ARM7; uC/OS-II; Proteus; Android
目录
摘要 i
Abstract i
目录 iii
1 绪论 1
1.1 课题的目的和意义 1
1.3 发展趋势 2
1.4 本课题的研究内容 2
2 家庭智能控制系统整体设计方案 4
2.1 系统总体设计与分析 4
2.1.1 系统总体结构 4
2.1.2 系统底层部分 4
2.1.3 系统中间件部分 5
2.1.4 系统应用层部分