https://github.com/cmst0us/mavppm
本科毕业设计 MavPPM 主工程。MavPPM 是一个使用移动设备作为航模遥控器的系统。
https://github.com/cmst0us/mavppm
Last synced: about 2 months ago
JSON representation
本科毕业设计 MavPPM 主工程。MavPPM 是一个使用移动设备作为航模遥控器的系统。
- Host: GitHub
- URL: https://github.com/cmst0us/mavppm
- Owner: CmST0us
- License: gpl-3.0
- Created: 2018-12-16T14:33:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T04:19:52.000Z (about 5 years ago)
- Last Synced: 2025-02-04T17:52:16.256Z (4 months ago)
- Homepage:
- Size: 2.86 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MavPPM
MavPPM 主工程。MavPPM 是一个使用移动设备作为航模遥控器的系统。请使用
```
git submodule init
git submodule update --init --recursive
```# 系统组件
* MavPPM-EMB-PPM 嵌入式系统 PPM信号生成层
* MavPPM-EMB-CommLayer 嵌入式系统 通信层
* MavPPM-EMB-APP 嵌入式系统 APP
* MavPPM-iOS-CommLayer iOS APP 通信层
* MavPPM-iOS-APP iOS APP
* MavPPM-iOS-GravityControlLogic iOS APP 重力感应控制逻辑层
* MavPPM-mavlink MavPPM 工程使用的mavlink协议 包含C库和Objective-C framework
* Vendor 使用到的第三方库