摘 要
随着通信技术的发展,人们对生活质量提出了更高的要求,智能家居因运而生。本文介绍了基于蓝牙技术和LCD 显示屏的智能家居控制器。
蓝牙技术是一种短距离的无线连接技术,智能家居系统是整个未来智能小区系统的重要组成部分。本设计在分析蓝牙技术的基础上,探讨蓝牙技术在智能家居系统中的应用。该系统将蓝牙通信技术与高速嵌入式处理芯片结合起来, 实现对家居设备的无线快速控制。文章介绍了系统的硬件结构、软件设计。在硬件设计部分,分别从LCD接口控制电路、高速蓝牙模块电路和图像压缩三部分进行设计;软件设计部分也是从这三个方面来实现的。
本系统的硬件核心采用三星公司的一款基于ARM920T的16/32位RISC嵌入式处理器——S3C2410P,硬件平台是FS2410P。软件平台则采用Linux嵌入式操作系统。系统充分利用了ARM处理器高性能、低功耗、低成本的优点,扩展了平台的通用接口,为无线应用提供了经济,完善的解决方案。大学论文网www.wnwu.com
关键词: 智能家居, 蓝牙, 通信技术, LCD,嵌入式系统
ABSTRACT
With the development of communication,people have more requests for life quality.Thus,a smart home was created.A smart home controller based on Bluetooth technology and LCD screen is introduced in this writings.
The Bluetooth technique is a kind of short range comnunication wireless technique.In the future,the smart home system will be a very important part of th whole smart area system .After anaylyze the Bluetooth,we could disscuss how we use it in smart home system.This system combines Bluetoothwith embedded chip,to achive high-speed control facility in the house .This article introduce the system hardware schema & software. Nearly all hardware are based on LCD interface,Bluetooth module & image collection and compression.The software based on those three parts ,too.
The kernel of this system is S3C2410P,which is a 16/32 RISC insert model processor based on ARM920T and made by Samsung corporation,the hardware platform is FS2410P.The software platform is Linux OS.This system make a good use of ARM processor,which has high capability,low cost and lower energy use,expend interchargeable interface of platform,provide a economical,perfect solve plan for wireless use.
Keywords: Smar t Home, Bluetooth, Communication Technology, LCD, Embeded System
目录
大学论文网www.wnwu.com
第1章 绪论 1
1.1 设计背景 1
1.2 设计现状 1
1.3设计的内容、目标及技术方案 2
1.3.1 设计内容 2
1.3.2 设计的目标和技术方案 3
1.4 本文结构安排 3
第2章 开发工具与关键技术介绍 4
2.1 ARM芯片介绍 4
2.1.1 ARM简介 4
2.1.2 ARM微处理器的特点 4
2.2 蓝牙技术 5
2.2.1蓝牙简介 5
2.2.2 蓝牙中的关键技术 5
2.3 FS2410P教学平台硬件构成 6
2.3.1 硬件功能介绍: 6
2.3.2 硬件资源 7
2.3.3软件支持 8
2.4 ADS集成开发环境介绍 8
第3章 基于ARM的智能家居控制器系统的设计 9
3.1 智能家居概述 9
3.2 选型原则大学论文网www.wnwu.com 12
3.2.1 硬件平台的选择 12
3.2.2 操作系统的选型原则 13
3.3 设计方法 14
3.3.1 系统需求分析 14
3.3.2 嵌入式系统的设计方法 16
3.4 系统整体结构 17
3.4.1 智能家居控制器的基本组成 17
3.4.2 智能家居控制器的基本结构 18
第4章 系统的硬件设计与实现 19
4. 1 LCD接口控制电路部分的设计与实现 19
4.1.1LCD原理简介 19
4.1.2 S3C2410的内部LCD控制器介绍 20
4.1.3 LCD控制器操作 22
4.1.4 LCD电路接口说明 23
4. 2 高速蓝牙模块电路部分的设计与实现 24
4.2.1 蓝牙协议体系结构 24
4.2.2 蓝牙协议 25
4.2.3 蓝牙应用模型 26
4.2.4 蓝牙模块大学论文网www.wnwu.com 27
4.2.5 蓝牙模块硬件接口 29
4.3 视频图像压缩部分的硬件设计与实现 31
第5章 系统软件设计与实现 32
5.1 LCD接口程序设计与实现 32
5.2蓝牙模块流程 33
5.3 视频图像采集和压缩功能的软件设计与实现 34
5.4 系统程序调试及结果分析 35
结论 37
参考文献 38
致 谢 39
附 录1 40