1 Star 14 Fork 6

蔡子 / Arduino_RC

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Arduino航模遥控器

基于Arduino Pro Mini的6通道航模遥控器和接收机,成本不到100RMB,实测可达500m遥控距离
教程一:https://www.bilibili.com/read/cv5626316
教程二:https://www.bilibili.com/read/cv5824207
教程三:https://www.bilibili.com/read/cv6080573
视频讲解:https://www.bilibili.com/video/BV1Wk4y1R7N3
拉锯测试:https://www.bilibili.com/video/BV1kk4y1673K
飞行测试:https://www.bilibili.com/video/BV14V411Z7eS

遥控器端

6通道ADC采样,4个拨码开关设置通道的正反,1个拨码开关进行混控设置

  • A0~5 -> 六通道电位器输入
  • A6 -> 电压检测
  • 2~5 -> 通道正反开关
  • 6 -> 蜂鸣器
  • 9 -> 混控开关
  • NRF24L01 | Arduino
  • CE -> 7
  • CSN -> 8
  • MOSI -> 11
  • MISO -> 12
  • SCK -> 13
  • IRQ -> 无连接
  • VCC -> 小于3.6V
  • GND -> GND

接收机端

6通道PWM输出,SBUS输出

  • PWM输出 -> 引脚2~6、9
  • SBUS输出-> TX0
  • NRF24L01 | Arduino
  • CE -> 7
  • CSN -> 8
  • MOSI -> 11
  • MISO -> 12
  • SCK -> 13
  • IRQ -> 无连接
  • VCC -> 小于3.6V
  • GND -> GND
MIT License Copyright (c) 2020 CaiZi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

基于Arduino Pro Mini的6通道航模遥控器和接收机 展开 收起
C++
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C++
1
https://gitee.com/Cai-Zi/Arduino_RC.git
git@gitee.com:Cai-Zi/Arduino_RC.git
Cai-Zi
Arduino_RC
Arduino_RC
master

搜索帮助