“开源电驱机器小车CUBE/zh”的版本间的差异
(→蓝牙遥控指南) |
(→拼装过程) |
||
第100行: | 第100行: | ||
==拼装过程== | ==拼装过程== | ||
− | *'''Step1''': | + | *'''Step1''': |
+ | **利用电机固定座将两个作为动力的N20减速电机固定在'''结构-A1'''上 | ||
+ | **将车轮、轮胎、联轴器组装后与固定后的电机进行装配 | ||
[[File:Cubestep1.jpg||600px|center]] | [[File:Cubestep1.jpg||600px|center]] | ||
− | *'''Step2''': | + | *'''Step2''': |
+ | *将'''结构-A2'''垂直插入'''结构-A2'''两边的凹进结构 | ||
+ | *用两个'''结构-A4'''将'''辅助轮'''从底部固定在'''结构-A3'''上 | ||
+ | *再如图示将'''结构-A3'''和'''结构-B1'''从上到下依次准备好 | ||
[[File:Cubestep2.jpg||600px|center]] | [[File:Cubestep2.jpg||600px|center]] | ||
*'''Step3''':将B2和C1分别接在B1的左右边对应位置 | *'''Step3''':将B2和C1分别接在B1的左右边对应位置 | ||
[[File:Cubestep3.jpg||600px|center]] | [[File:Cubestep3.jpg||600px|center]] | ||
− | *'''Step4''': | + | *'''Step4''':将'''[Microduino-Module nRF/zh]'''模块接上天线,再与烧录好程序的'''[Microduino-Core/zh]'''堆叠,之后将其与电池连接,并加在Robot底板上。使用螺丝将'''[Microduino-Shield Robot/zh]'''固定在B1上 |
[[File:Cubestep4.jpg||600px|center]] | [[File:Cubestep4.jpg||600px|center]] | ||
*'''Step5''':将C2拼接在A1对应位置固定 | *'''Step5''':将C2拼接在A1对应位置固定 |
2016年3月10日 (四) 07:48的版本
目录概述
材料清单模块清单(Joypad模式)
模块清单(蓝牙模式)
其他材料
【此处配图要更新,robot底板】 实验原理
程序下载
程序烧写
拼装过程
遥控指南
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之间
视频 |