基于安卓Android手机的多轴飞行器姿态控制系统设计

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:
基于安卓Android手机的多轴飞行器姿态控制系统设计(任务书,毕业论文15000字,中期检查报告,外文翻译,Android端程序代码,Tiny M0端程序,答辩PPT)
摘 要
随着Android开发技术的日趋成熟,基于Android操作系统的手机使用也越来越广泛,从而Android手机的音频接口技术的发展也引起了软件开发人员的广泛关注,可以利用音频接口进行相关的控制。
音频接口通常与前置麦克、线路输入和其他一系列的输入设备配合使用。在深入理解Android开发技术和音频接口后,构建了一个小型控制系统。该系统中通过Android平台播放纯音文件,纯音文件播放使得音频接口输出正弦波信号,并通过Android端的程序控制信号的幅度和频率。Android端通过音频线与ARM开发板连接,ARM开发板将接收的信号转换为遥控器所需的模拟信号,从而控制遥控器发出无线电波控制多轴飞行器的姿态。Android端的音频接口输出四路信号,左、右两个声道的幅度和频率信号分别对应多轴飞行器的俯仰,横滚,偏航和油门四个姿态。
该设计最终实现了将Android平台输出的音频信号转换为四路的数字信号,还未能在实体的多轴飞行器上进行测试。
 
关键词  Android;音频;单片机
 
The Multirotor Attitude Control System Based on Android
Abstract
With the maturing of Android development technology, based on the Android operating system is becoming more and more widely used. so the Android mobile phone audio interface technology development also caused wide attention of software developers, can use to control audio interface. 
Audio interface and pre - mike usually, line input and a host of other input devices.In the deep understanding of the Android development technology and audio interface. I built a small control system. The system through the Android platform in the play pure tone files, pure tone file broadcast audio interface output sine wave signal, and through to the Android program control signal amplitude and frequency.Android through audio line connected to the ARM development board, ARM development board will receive signals into analog signals required for remote control, remote control to control a radio control multi-axis vehicle attitude. Android's audio output interface four-way signal, the amplitude and frequency of the left and right two channel signals respectively corresponding to the pitch of multi-axle vehicle roll and yaw and the throttle four gesture.
Finally achieved the design of the Android platform of the output audio signal can be converted into four digital signal of the road. But not on the entity of multi-axle vehicle test.
 
 
Key words  Android; Audio; Development board
 
本设计所做的主要工作有:
(1)搜集和查阅关于Android的基础知识和编程方面的资料以及关于Tiny M0单片机和CY8CKIT-050 PSOC 5LP DEVELOPMENT KIT开发板的知识;
(2)学习Android编程基本程序结构;
(3)学习Android音频控制的基本知识并应用;
(4)学习Android传感器的基本知识并加以应用;
(5)学习Tiny M0单片机的基本知识:IO引脚、定时器/计数器、中断系统、串口通信、AD转换等;
(6)学习CY8CKIT-050 PSOC 5LP DEVELOPMENT KIT开发板,并完成DA转换的相关基础实验;
(7)学习电位器基本知识。
5.2  本设计实现的功能
本设计实现的功能有:
(1)可以获取到与Android平台方向相关数据;
(2)Android平台播放音频文件,并实现对其输出音频波的幅度和频率的控制;
(3)可以通过Tiny M0单片机将Android端输出的双声道音频信号转换为对应的数字量。
 
基于安卓Android手机的多轴飞行器姿态控制系统设计
基于安卓Android手机的多轴飞行器姿态控制系统设计
基于安卓Android手机的多轴飞行器姿态控制系统设计
基于安卓Android手机的多轴飞行器姿态控制系统设计
基于安卓Android手机的多轴飞行器姿态控制系统设计
基于安卓Android手机的多轴飞行器姿态控制系统设计
基于安卓Android手机的多轴飞行器姿态控制系统设计
基于安卓Android手机的多轴飞行器姿态控制系统设计
目  录
摘 要 i
Abstract ii
1  绪论 1
1.1  研究的相关背景 1
1.1.1  多轴飞行器的发展 1
1.1.2  多轴飞行器的控制方式 2
1.1.3  多轴飞行器的手机控制方法 2
1.2  设计目的 2
1.3  论文的构成概要 3
2  Android开发平台及ARM开发板 4
2.1  系统概述 4
2.2  Android软硬件平台介绍 4
2.2.1  Android架构 4
2.2.2  Android硬件平台 6
2.2.3  Android开发环境 6
2.3  ARM开发板Tiny M0介绍 9
2.3.1  Tiny M0开发板 9
2.3.2  Tiny M0开发环境 10
2.4  CY8CKIT-050开发板 13
3  系统各功能模块的设计与实现 19
3.1  系统构成 19
3.2  双声道音频信号控制模块 19
3.2.1  Android音频应用开发 19
3.2.2  音频信号幅度控制 21
3.2.3  音频信号频率控制 22
3.3  位姿控制模块 23
3.3.1  Android传感器应用开发 23
3.3.2  Android方向传感器数据的获取 24
3.4  控制信号转换模块 25
3.5  飞行器遥控器的改造 29
4  系统集成与功能测试 31
4.1  系统整体构成 31
4.2  Android端控制软件设计与实现 31
4.3  Tiny M0端控制软件设计与实现 35
5  结论 42
5.1  本设计所做的主要工作 42
5.2  本设计实现的功能 42
5.3  本设计的不足之处 42
参考文献 43
致  谢 44
外文原文 45
中文翻译 55