“开源电驱机器小车CUBE/zh”的版本间的差异
第23行: | 第23行: | ||
|[[Microduino-Core/zh]]||2||核心模块 | |[[Microduino-Core/zh]]||2||核心模块 | ||
|- | |- | ||
− | |[[Microduino-USBTTL/zh]]||1|| | + | |[[Microduino-USBTTL/zh]]||1||下载模块 |
|- | |- | ||
− | |[[Microduino-Module nRF/zh]]||2|| | + | |[[Microduino-Module nRF/zh]]||2||通讯模块 |
|- | |- | ||
− | |[[Microduino- | + | |[[Microduino-Module TFT/zh]]||1||显示模块 |
|- | |- | ||
− | |[[Microduino- | + | |[[Microduino-Shield Joypad/zh]]||1||遥控底板 |
|- | |- | ||
− | |[[Microduino-Shield Robot/zh]]||1|| | + | |[[Microduino-Shield Robot/zh]]||1||驱动底板 |
|} | |} | ||
第43行: | 第43行: | ||
|[[Microduino-Core/zh]]||1||核心模块 | |[[Microduino-Core/zh]]||1||核心模块 | ||
|- | |- | ||
− | |[[Microduino-USBTTL/zh]]||1|| | + | |[[Microduino-USBTTL/zh]]||1||下载模块 |
|- | |- | ||
− | |[[Microduino-Module BLE/zh]]||1|| | + | |[[Microduino-Module BLE/zh]]||1||通讯模块 |
|- | |- | ||
− | |[[Microduino-Shield Robot/zh]]||1|| | + | |[[Microduino-Shield Robot/zh]]||1||驱动底板 |
|} | |} | ||
2016年3月22日 (二) 07:19的版本
目录概述
材料清单
实验原理
程序下载
程序烧写
拼装过程
操作说明
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
|