-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5fb4a9e
commit fe78930
Showing
13 changed files
with
84 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# 串口命令控制 Servo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# 工程化项目代码 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# 手柄模式控制 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# 控制一个 Servo 到控制四个 Servo | ||
|
||
- 控制一个 Servo | ||
- 控制四个 Servo | ||
|
||
# 控制一个 Servo | ||
|
||
详细见: | ||
|
||
- Basic examples :控制舵机(Servo) | ||
- 软件模块:Servo-library-Arduino | ||
|
||
# 控制四个 Servo | ||
|
||
|
||
|
||
```arduino | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# 模块化控制 Servo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# 蓝牙控制 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# meArm 项目导论 | ||
|
||
##### 相关 | ||
|
||
> - 官方 GitHub:https://github.com/MeArm/MeArm | ||
meArm 是一个采用 Arduino API 控制的开源小型机械臂,目前(2024)官方 GitHub 项目最新的版本已经更新到 v3。 | ||
|
||
不过中文网络上,广传 meArm 大部分四 v0.3、v0.4(它们是 v1.0 的测试版)、v1.0 、v1.4。 | ||
|
||
最新版本是 v3,相对于 v1,机械结构修改很大,组装还需要额外打样一个 PCB,由于中文互联网的资料大多是 v1 版本,且 v3 还需要打样一块 PCB 电路板,相对于初学者来说,难度有点高,考虑作为入门项目与易用性,此次 Liang 仍然选取 v1.4 版本的机械结构和 Arduino UNO R3 开发板,作为 **循序渐进编写一个机器人的控制代码** 项目采用的版本。 | ||
|
||
- [结构组装参考。](https://www.bilibili.com/video/av11397753/?spm_id_from=888.80997.embed_other.whitelist&t=1.767912&aid=11397753&vd_source=b127cb690e81db7502cd25a14232d1fb) | ||
|
||
|
||
|
||
- 数组简化代码量 | ||
- 串口命令编写 | ||
- 运动符合物理规律 | ||
- 限制 Servo 运动极限 | ||
- 编写动作 | ||
|
||
###### 循序渐进目录 | ||
|
||
> - 项目导论 | ||
> - 控制一个 Servo 到控制四个 Servo | ||
> - 模块化控制 Servo | ||
> - 串口命令控制 Servo | ||
> - 手柄模式控制 Servo | ||
> - 蓝牙命令控制 Servo | ||
> - 工程化项目代码 | ||
> - 采用 Arduino 框架,迁移其它开发板(待补充) | ||
> - STM32F103C8T6 开发版 | ||
> - ESP32 开发版 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters