- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于Android手机的六旋翼飞行器状态实时
监测系统
摘 要
随着Android技术的日趋成熟,以Android为操作系统的手机的使用也越来越广泛。基于Android手机的蓝牙传输技术的使用也引起了软件开发人员的关注,这种短距离通信技术被广泛的应用到移动电话、PDA、无线耳机、笔记本电脑、相关外设等众多设备之间进行无线信息交换。
在深入理解Android编程技术和蓝牙技术后,构建了一个小型的数据采集系统。该系统中,以六旋翼飞行器上的多种传感器数据为原始数据,在单片机端将多种传感器数据基于自定义协议组合成数据包的形式,单片机将以数据包的形式定时转发给无线数传模块,数据包经过远距离无线传输后,通过蓝牙模块将数据传输到手机端。手机端接收到数据后,对数据进行处理,以曲线图的形式显示当前的六旋翼的多种飞行参数。
本毕业设计实现了温度采集部分,其他数据采集部分未完全完成。本设计未在六旋翼实体上进行。
关键字 Android;蓝牙;单片机
Based on the Android mobile phone six rotor aircraft state real-time monitoring system
Abstract
With the maturing of the Android technology, with Android for the use of the operating system is becoming more and more widely. Based on the use of the Android mobile phone bluetooth transmission technology also caused the attention of software developers, the short distance communication technology has been widely applied to the mobile phone, PDA, wireless headset, notebook computers and related peripherals, and many other devices between wireless information exchange.
After understanding the Android programming technology and bluetooth technology, built a small data acquisition system. With six for the system, the rotor aircraft on a variety of sensor data as the original data, the SCM client to a variety of sensor data based on a custom protocol combined into packets, in the form of single chip timing in the form of packet is forwarded to wireless data transmission module, data packet after long-distance wireless transmission module to transmit data to mobile phone via bluetooth. Mobile terminal receives the data, the data processing, in the form of a graph displays the current six rotor of a variety of flight parameters.
The design and implementation of a temperature graduation acquisition part, the other part of the data collection is not completely finished. This design is not carried out on six rotor entity.
Key words Android; Bluetooth; Development board
目 录
摘 要 i
Abstract ii
1 绪论 1
1.1 研究的相关背景 1
1.1.1 六旋翼飞行器的发展 1
1.1.2 飞行器的状态参数 2
1.2 设计目的 2
文档评论(0)