Skip to content

Commit

Permalink
update uart debug doc
Browse files Browse the repository at this point in the history
Signed-off-by: iotah <[email protected]>
  • Loading branch information
IotaHydrae committed Apr 30, 2024
1 parent 525112f commit 1e79e61
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
9 changes: 7 additions & 2 deletions Documentation/docs/get-started/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,20 @@ seo:

## 关于本产品

![image](../assets/dm_fpc032mra003_1.png)
<figure markdown="span">
![Image title](../assets/dm_fpc032mra003_1.png){ loading=lazy }
</figure>

**Pico_DM_FPC032MRA003** 是基于树莓派 Pico 核心板设计的一款低成本显示拓展板,可用来学习、评估、开发LVGL或其他GUI应用。此拓展板同时引出了多个GPIO管脚,方便用户与其他器件通信。

[演示视频](https://www.bilibili.com/video/BV18D421T7gM){ .md-button .md-button--primary }

树莓派 RP2040 是树莓派的首款微控制器。它为微控制器领域带来了高性能,低成本和易于使用的标志性价值。

![image](../assets/rp2040.jpg)
<figure markdown="span">
![Image title](../assets/rp2040.jpg){ loading=lazy }
</figure>


## 技术规格

Expand Down
28 changes: 21 additions & 7 deletions Documentation/docs/get-started/uart-debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ seo:
noindex: false # false (default) or true
---

1. 将串口模块一端连接电脑,另一端连接到 Pico_DM_QD3503728 主板背部的引脚标识TX、RX、GND上,如下图所示
1. 将串口模块一端连接电脑,另一端连接到 Pico_DM_FPC032MRA003 主板背部的引脚标识TX、RX、GND上,如下图所示


2. 下载 Tabby 软件,可从如下链接下载
Expand All @@ -25,11 +25,25 @@ seo:

3. 打开 Tabby 软件,点击如下按钮,找到对应串口,设置波特率为115200

{{< figure src="images/uart-debug-0.png" alt="" >}}
{{< figure src="images/uart-debug-1.png" alt="" >}}
{{< figure src="images/uart-debug-2.png" alt="" >}}
{{< figure src="images/uart-debug-3.png" alt="" >}}
<figure markdown="span">
![Image title](../assets/uart-debug-0.png){ loading=lazy }
</figure>

4. 复位板子,可以看到串口日志输出
<figure markdown="span">
![Image title](../assets/uart-debug-1.png){ loading=lazy }
</figure>

{{< figure src="images/uart-debug-4.png" alt="" >}}
<figure markdown="span">
![Image title](../assets/uart-debug-2.png){ loading=lazy }
</figure>

<figure markdown="span">
![Image title](../assets/uart-debug-3.png){ loading=lazy }
</figure>


1. 复位板子,可以看到串口日志输出

<figure markdown="span">
![Image title](../assets/uart-debug-4.png){ loading=lazy }
</figure>

0 comments on commit 1e79e61

Please sign in to comment.