没有合适的资源?快使用搜索试试~ 我知道了~
毕设基于android的智能遥控器手机端--app开发--大学毕业设计论文.doc
0 下载量 12 浏览量
2025-05-16
01:12:02
上传
评论
收藏 2.22MB DOC 举报
温馨提示
近年来,Android平台因其开放性和强大的功能,逐渐成为智能手机操作系统市场上的主导力量。其巨大的市场份额促使开发者纷纷投身于基于Android的各类应用程序开发。本文主要阐述了基于Android平台开发智能遥控器手机端APP的设计与实现过程。 随着移动互联网技术的发展,智能操作控制系统的实时性和便捷性得到了显著提升。传统遥控器存在易丢失、功能单一等不足,由此提出的智能遥控器解决方案,旨在通过智能手机实现对家电的远程控制。本研究项目以Android为开发环境,实现了一个智能遥控器APP,通过服务器端获取红外编码,然后通过蓝牙将这些编码转发至终端设备,使得用户仅需按下手机上的相应按钮即可完成对家电的控制。 本设计的创新之处在于将传统的红外遥控技术与现代智能设备相结合,利用Android平台的灵活性,用户可以直接通过APP向智能遥控器发出指令,从而控制各类家电,极大地提高了操作的便捷性。同时,本文也分析了Android平台的系统架构和特点,并对应用程序的结构进行了详细研究。 研究中还对红外编码、TCP协议、蓝牙通信等关键技术进行了深入研究。系统设计的各个模块,包括界面设计等,都经过了详细研究、设计,并实现了其功能。界面设计部分,尤其注重用户体验,保证了操作的直观易懂。 本文对设计的智能遥控器APP进行了总结,并对未来工作的展望进行了讨论。通过智能遥控器APP的实现,操作家电的过程更加方便快捷,省去了传统遥控器寻找和切换的时间,使人们的生活更加智能化、便捷化。 关键词:Android;遥控器;APP;蓝牙
资源推荐
资源详情
资源评论














Southwest university of science and technology
本科毕业设计(论文)
基于 Android 的智能遥控器手机端
APP 开发
学 院 名 称
信 息 工 程 学 院
专 业 名 称
通 信 工 程
学 生 姓 名
周 娇
学 号
20123434
指 导 教 师
胡 莉 副 教 授 、 秦 明 伟 副 教 授
二〇一六年六月

西南科技大学本科生毕业论文
基于 Android 的智能遥控器手机端 APP 开
发
摘要:近年来,随着 Android 在市场中占据的市场份额越来越大。移动互联网的出现大
大提高了智能操作控制的实时性和便捷性,本课题的主要内容是设计一个 Android 智能
遥控器手机端 APP。
本文主要针对传统的遥控器存在的一些不足之处提出了智能遥控器的这个设计方
案,该课题以 Android 平台作为开发环境,实现从服务器端获取红外编码,通过蓝牙转
发给终端设备,按下相应的按钮之后发送相应的编码给终端设备,实现对家电的控制。
本文介绍了本课题的意义和背景,提出在这个设计方案的创新之处以及不足的地方,提
出总的设计方案,对 Android 平台的系统架构和特点以及应用程序的结构做了相应的分
析,对红外编码、TCP 协议、蓝牙通信做了对应的研究,对系统设计的各个模块做了详
细的研究、设计和其功能的实现,包括界面设计等等,最后对此次设计做了总结,以及
以后未来工作的展望。
智能遥控器 APP 的实现,使我们操作起来更加方便快捷,不会因为找遥控器而浪
费时间,直接通过 APP 向遥控器发出指令便能控制家电。
关键词:Android; 遥控器; APP;蓝牙

西南科技大学本科生毕业论文
Development of mobile terminal APP based on Android in
telligent remote controller
Abstract
:
In recent years, with the Android market share in the market to occupy more
and more. The emergence of the mobile Internet, greatly improving the real-time and
convenient operation of intelligent control, the main content of this topic is to design a
Android intelligent remote control mobile phone terminal APP.
This paper mainly aimed at some deficiencies existing in the traditional remote
presents the design scheme of intelligent remote control device, the subject on the
Android platform as a development environment, capturing the infrared code from the
server, via Bluetooth forwarded to the terminal equipment, press the corresponding
button after to send the appropriate code to terminal equipment, to realize the control of
electrical appliances. This paper describes the significance and background of this topic
proposed in the design scheme of the innovations and deficiencies in the proposed
general design plan, made the corresponding analysis to the Android platform system
architecture and the characteristic as well as the application of the structure, the
discussion of the infrared coding, TCP protocol, Bluetooth communication
corresponding research, with the research, design and its function realization of each
module of the system design, including interface design, and so on. Finally, the design of
the summed up, and later working in the future prospect.
APP intelligent remote control to achieve, so that we operate more convenient and
fast, not because of a remote control and a waste of time, directly through the APP to the
remote control will be able to control the home appliance.
Key words:Android, controller, app,Bluetooth

西南科技大学本科生毕业论文
目 录
第一章 绪 论.............................................................................................................................1
1.1 研究背景......................................................................................................................1
1.2 研究目的......................................................................................................................2
1.3 论文主要研究内容及章节安排..................................................................................3
1.4 本章小结.......................................................................................................................4
第二章 系统总体设计...............................................................................................................5
2.1 系统功能分析...............................................................................................................5
2.2 总体方案设计...............................................................................................................6
2.3 蓝牙通信协议...............................................................................................................7
2.3.1 蓝牙通信的发展史............................................................................................7
2.4 TCP/IP 协议................................................................................................................10
2.5 本章小结.....................................................................................................................11
第三章 Android 相关技术研究 ..............................................................................................12
3.1 Android 平台的特点和结构 ......................................................................................12
3.2 Android 系统框架 ......................................................................................................13
3.3 Android 应用程序解析 ..............................................................................................16
3.4 界面语言的解析........................................................................................................18
3.5 Android 应用程序的组件 ..........................................................................................19
3.5.1 Activity 组件....................................................................................................19
3.5.2 Service 组件.....................................................................................................21
3.5.3 Broadcastreceiver 组件....................................................................................21
3.5.4 ContentProvider 组件 ......................................................................................22
3.6 开发环境的简介.........................................................................................................22
3.6.1 Android 中的 NDK..........................................................................................22
3.6.2 Android 中的 HAL ..........................................................................................22
3.7 本章小结....................................................................................................................23
第四章 软件设计实现.............................................................................................................24
4.1 界面布局的实现.........................................................................................................24
4.1.1 XML 界面的布局............................................................................................24
4.1.2 功能界面..........................................................................................................24
4.1.3 操作界面..........................................................................................................25
4.2 TCP 端服务器通信的实现 ........................................................................................26
4.2.1 TCP 连接 .........................................................................................................27
4.2.2 手机端与服务器的通信..................................................................................27
4.3 蓝牙端通信的实现.....................................................................................................27
4.4 测试与运行.................................................................................................................30
4.4.1 测试手机端.....................................................................................................30
4.4.2 测试与服务器通信.........................................................................................30

西南科技大学本科生毕业论文
4.4.3 测试与蓝牙端的通信......................................................................................32
4.5 本章小结.....................................................................................................................34
总结...........................................................................................................................................35
致 谢.........................................................................................................................................36
参考文献...................................................................................................................................37
剩余42页未读,继续阅读
资源评论


Enthralled
- 粉丝: 5
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
- 基于生产制造过程信息化的两化融合建议.docx
- 我国企业信息化建设问题与对策研究.doc
- 电磁场与电磁波在电子通信技术中的应用.doc
- 云计算培训材料..ppt
- 多气体一体化光纤网络传感系统研究.doc
- 弱电系统集成基础知识(3页).doc
- 经济科技和信息化局2021年工作总结及来年工作安排.doc
- 自动控制领域中GA-PID参数整定的MATLAB Simulink实现及其应用
- 软件工程福州大学.doc
- 数字电视前端方案.doc
- 项目管理手册--项目策划df.pdf
- 中外运箱运公司的电子商务解决方案.doc
- 热熔滴下落熔覆仿真:基于随机滴落与双椭球热源模型的质量流动编程指南
- matlab-Matlab资源
- 管理系统中计算机的应用选择题名词解释简答题整理最完整版可缩小做考点版选择题新版.docx
- 2022年自考计算机网络原理模拟试卷及答案.doc
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制
