zsy-s 发表于 2024-10-5 13:28

【2024 DigiKey创意大赛】+编译环境熟悉

本帖最后由 zsy-s 于 2024-10-13 18:34 编辑

# 开发环境熟悉
安装开发环境idf
编译命令三件套:
- cd %userprofile%\esp\hello_world 进入代码目录
- idf.py set-target esp32s3       设置编译目标架构
- idf.py menuconfig
- idf.py build   编译
- idf.py -p PORT flash    烧录到mcu

# 点灯测试
此处有一个ws2812灯

使用的引脚为io4 引脚。

烧录成功:


效果图下:
e1df4446254cf81cfdb3d201e94f25b5<br/>
页: [1]
查看完整版本: 【2024 DigiKey创意大赛】+编译环境熟悉