# 一起玩板子 **Repository Path**: maostarren/playing-the-board-together ## Basic Information - **Project Name**: 一起玩板子 - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-12-05 - **Last Updated**: 2025-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一起玩板子 ## 操作日志 1. 安装idf开发环境 2. 打开shell控制台 3. 运行命令激活idf环境 (注意有个点开头, linux环境) . ~/esp/esp-idf-v4.3.1/export.sh 4. 创建项目 idf.py create-project espscr 5. 设置开发板类型 idf.py set-target esp32c3 6. 编译项目 idf.py build 7. 烧录程序 idf.py flash ## 版本信息 - ESP-IDF v5.0-541-g885e501d99 - lua v5.4.6 - lvgl v8.3.10-06e229cc7 ## 开发板资源 - [喝粥esp32c3板](https://wiki.luatos.com/chips/esp32c3/board.html) - 屏幕: 1.54寸 320x240 ips屏 ## 屏幕接线GPIO dc 9 指明数据还是命令 rst 8 复位 cs 10 片选 mosi(sda) 7 数据 sck(scl) 6 时钟 ## docker一键编译 docker run -it --rm -v $(pwd):/espscr --workdir /espscr espressif/idf:release-v5.3 idf.py build ## 烧录方式 TODO esptool ## 相关资源 - [和风天气开发文档](https://dev.qweather.com/docs/) - [ESP32-C3 - — ESP-IDF 编程指南 v5.1.2 文档](https://docs.espressif.com/projects/esp-idf/zh_CN/v5.1.2/esp32c3/get-started/index.html) - [ESP-IDF Windows Installer Download](https://dl.espressif.cn/dl/esp-idf/?idf=4.4) - [python3 安装文件](https://www.python.org/ftp/python/3.11.7/python-3.11.7-amd64.exe) - [ESP32-C3 ESP-IDF cmake](https://docs.espressif.com/projects/esp-idf/zh_CN/release-v5.0/esp32c3/api-guides/build-system.html)