ai医疗
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
luziqi 45b5f411bf update 1 year ago
factory_nvs + first commit 1 year ago
main + first commit 1 year ago
spiffs + first commit 1 year ago
squareline + first commit 1 year ago
.gitignore update 1 year ago
CMakeLists.txt + first commit 1 year ago
README.md update 1 year ago
dependencies.lock + first commit 1 year ago
partitions.csv + first commit 1 year ago
sdkconfig + first commit 1 year ago
sdkconfig.ci.box + first commit 1 year ago
sdkconfig.ci.box-3 + first commit 1 year ago
sdkconfig.ci.box-lite + first commit 1 year ago
sdkconfig.defaults + first commit 1 year ago
sdkconfig.old + first commit 1 year ago

README.md

AIE

简介

本项目依附于esp-box基于chatgpt-demo修改 请先准备esp-box本地开发环境

本地开发准备

拉取esp-box源码

https://github.com/espressif/esp-box/blob/master/README_cn.md 配置esp-idf相关开发环境确保~/examples/下的示例项目能正常构建、编译、烧写

拉取本项目代码

项目文件夹放在~/examples/..下,或者直接在~/examples/下克隆代码git clone

初次构建

项目拉取后进入aie/factory_nvs/ ,先构建依赖

idf.py set-target esp32-s3
idf.py build

回到本项目的更目录aie/

idf.py build

首次构建比较久

烧写

idf.py flash

开启调试

idf.py monitor

运行后会重新启动设备,并实时打印设备运行日志信息