-
Notifications
You must be signed in to change notification settings - Fork 15
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
187503f
commit 8a571ec
Showing
10 changed files
with
59 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
* FLY-G2T | ||
|
||
* [1. 产品简介](/board/fly_g2t/README.md) | ||
|
||
* [2. 树莓派使用](/board/fly_g2t/rpi.md) | ||
|
||
* [3. FLY Pi使用](/board/fly_g2t/fly.md) | ||
* [3. Orange-Pi-CM4使用](/board/fly_g2t/opi.md) | ||
|
||
|
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,24 @@ | ||
# 产品简介 | ||
|
||
Fly-MMU是多功能工具板是一款高性能控制板,专为3D打印机和自动化设备设计。它集成了强大的H723微控制器,支持多达4个TMC步进电机驱动器,并且支持高压驱动,自带11个限位开关输入而且可通过FPC扩展出16个限位,以及4个舵机控制输出。该工具板兼容Klipper与RRF固件,并提供CAN总线和RS232连接选项,以实现灵活的通信和控制方案。 | ||
|
||
![mmu](../../images/boards/fly_mmu/mmu.png) | ||
|
||
# 产品特点 | ||
|
||
* 主控采用32位主频550MHz的ARM Cortex-M7系列STM32H723主控芯片 | ||
* 支持四个驱动扩展,并且支持最高48V的高压TP5160驱动 | ||
* 多个限位扩展,板载11个限位口,并且可以通过FPC扩展出16个限位口 | ||
* 支持klipper固件使用USB,CAN与RS232连接 | ||
* 支持RRF固件使用CAN连接 | ||
* 预留CAN扩展口,使用CAN情况下可通过CAN扩展口连接其它设备 | ||
|
||
|
||
|
||
# 产品详情 | ||
|
||
* MCU: 采用32位主频550MHz的ARM Cortex-M7系列STM32H723ZET6主控芯片 | ||
* 电源输入:HVIN:12V/48V与VIN:12V/24V | ||
* 扩展接口:11个限位,4个舵机,1个RGB,1个CAN扩展口与FPC扩展口可扩展16个限位 | ||
* 驱动:支持TP2209与TP5160,并且可以使用其他FLY的TP驱动 | ||
|
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,9 @@ | ||
* FLY MMU | ||
|
||
* [产品简介](/board/fly_mmu/README.md) | ||
* [引脚分布](/board/fly_mmu/pins.md) | ||
* [固件烧录](typora://app/board/fly_mmu/flash.md) | ||
* [主板接线](/board/fly_mmu/wiring.md) | ||
|
||
|
||
|
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 @@ | ||
# 正在制作 |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# 驱动注意事项 | ||
|
||
如果Klipper报下方错误 | ||
|
||
![error](../../images/boards/fly_tmc/2240error.png) | ||
|
||
* 需要在SSH终端下登录到安装了klipper的用户下然后执行此代码 | ||
|
||
``` | ||
sed -i 's/"uart_pin"/\'"'"'uart_pin'\''/g' ~/klipper/klippy/extras/tmc2240.py | ||
``` | ||
|
||
# 安装注意事项 | ||
|
||
* 请确保正确安装好工具板在通电 | ||
|
||
* 请确保接线正确 | ||
* 请确保连接拨码拨到正确位置 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.