“开源电驱机器小车CUBE/zh”的版本间的差异
(→材料清单) |
(→程序烧写) |
||
第106行: | 第106行: | ||
*点击'''【文件】'''->'''【打开】''',浏览到项目程序地址,点击'''“Robot_Microduino.ino”'''程序打开 | *点击'''【文件】'''->'''【打开】''',浏览到项目程序地址,点击'''“Robot_Microduino.ino”'''程序打开 | ||
*几项都无误后,点击'''"→"'''按钮下载程序到开发板上 | *几项都无误后,点击'''"→"'''按钮下载程序到开发板上 | ||
+ | |||
+ | {{Upload | ||
+ | |name=B-Rally | ||
+ | |author=Sutchig | ||
+ | |date_added=2016-04-23 | ||
+ | |date_updated=2016-04-23 | ||
+ | |description=a racing game | ||
+ | |image_url=https://raw.githubusercontent.com/scmar/B-Rally/master/Bitmaps/slide_race.gif | ||
+ | |download_url=https://github.com/scmar/B-Rally/archive/master.zip | ||
+ | |repo_url=https://github.com/scmar/B-Rally | ||
+ | |forum_url=http://gamebuino.com/forum/viewtopic.php?f=17&t=3407 | ||
+ | |version=release | ||
+ | |complexity=intermediate}} | ||
==拼装过程== | ==拼装过程== |
2016年5月16日 (一) 14:28的版本
目录概述
材料清单
实验原理
程序下载
程序烧写
拼装过程
操作说明
Joypad遥控指南
蓝牙遥控指南
代码说明
#define NRF_CHANNEL 70 //nRF通道
#define CHANNEL_THROTTLE 2 //油门通道
#define CHANNEL_STEERING 1 //转向通道
#define motor_fixL 1 //速度修正 -1到1之间
#define motor_fixR 1 //速度修正 -1到1之间
疑难解答/FAQ
|