Skip to content

Commit

Permalink
发布博客,时间:2023-12-08 23:15:16
Browse files Browse the repository at this point in the history
  • Loading branch information
whp98 committed Dec 8, 2023
1 parent f75606f commit cdbd2cd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/兴趣/AI-M61-32SU点灯.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# AI-M61-32SU点灯

## 下载驱动
U8 编程器USB 转串口驱动(http://www.stcmcu.com/STCISP/CH341SER.exe

## 按照教程开始搞

https://bbs.ai-thinker.com/forum.php?mod=viewthread&tid=43775&extra=page%3D1


进入\AiPi-Open-Kits\AiPi-Eyes-DU,执行 make 进行编译

在开发板上按住 IO2 按键并按一下 EN 按键进入烧录模式

执行,COM4 为上面找到的 COM 口

```
make flash COMX=COM4
```
输出 SUCCESS 后再按一次 EN,板子成功点亮
1 change: 1 addition & 0 deletions docs/兴趣/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 兴趣
- [AI-M61-32SU点灯](./AI-M61-32SU点灯.md)
- [Electron客户端应用程序缺点](./Electron客户端应用程序缺点.md)
- [Export OTP From Microsoft Authenticator](./Export-OTP-From-Microsoft-Authenticator.md)
- [frp内网穿透后台服务相关](./frp内网穿透后台服务相关.md)
Expand Down

0 comments on commit cdbd2cd

Please sign in to comment.