Search found 80 matches

by ESP_Xuxin
Mon Jun 24, 2024 2:50 am
Forum: ESP-BOX
Topic: error building factory demo
Replies: 3
Views: 10534

Re: error building factory demo

Hello you can use this command pip install idf-component-manager==2.0.0.dev0 to update your idf-component-manage version.
by ESP_Xuxin
Wed May 29, 2024 2:10 am
Forum: ESP-BOX
Topic: error building factory demo
Replies: 3
Views: 10534

Re: error building factory demo

There are some issues with the component manager under Windows recently, and our colleagues are working on solving them.
by ESP_Xuxin
Mon May 27, 2024 2:22 am
Forum: ESP-BOX
Topic: ESP32-S3-BOX LCD display technical parameters?
Replies: 1
Views: 4944

Re: ESP32-S3-BOX LCD display technical parameters?

I am not sure about the specific model of box you are using, box or box-3. If it is box-3, you can refer to the attachment.
by ESP_Xuxin
Thu Apr 11, 2024 2:18 am
Forum: ESP-BOX 中文讨论版
Topic: ESP32-S3-BOX烧录Demo后出现白屏问题
Replies: 3
Views: 5161

Re: ESP32-S3-BOX烧录Demo后出现白屏问题

是自己编译的固件吗?,我看你板子是 ESP-BOX, 是否是编译固件的 board 选择 和实际不符合
by ESP_Xuxin
Tue Mar 05, 2024 2:17 am
Forum: ESP-BOX 中文讨论版
Topic: 用ESP Launchpad刷完黑屏了 要怎么救
Replies: 1
Views: 7417

Re: 用ESP Launchpad刷完黑屏了 要怎么救

抱歉,是烧写哪个 dmeo? 周末有释放新版本,我测试了出厂固件是好的,其他的都没有都一一测试。
每次 push 新版本,会触发 bin 文件重新生成
by ESP_Xuxin
Sun Feb 18, 2024 2:59 am
Forum: ESP-BOX
Topic: Bootloops and Other Things
Replies: 1
Views: 5420

Re: Bootloops and Other Things

I (7485) esp_rmaker_work_queue: Work Queue created. I (7486) esp_claim: Initialising Self Claiming. This may take time. W (7493) esp_claim: Generating the private key. This may take time. I (13336) esp_rmaker_node: Node ID ----- 3030F95ACFB4 I (13343) esp_rmaker_time_service: Time service enabled I...
by ESP_Xuxin
Thu Dec 21, 2023 1:05 pm
Forum: ESP-BOX 中文讨论版
Topic: [esp32-s3-box] API Key is not valid
Replies: 2
Views: 51985

Re: [esp32-s3-box] API Key is not valid

curl --request POST \
--url https://api.openai.com/v1/audio/transcriptions \
--header 'Authorization: Bearer TOKEN' \
--header 'Content-Type: multipart/form-data' \
--form file=@/path/to/file/openai.mp3 \
--form model=whisper-1

后续出现第三方 URL 失效,可以先用命令测试下,是否有效返回
by ESP_Xuxin
Mon Nov 13, 2023 2:20 am
Forum: ESP-BOX 中文讨论版
Topic: factory demo 编译报错,使用gitee上工程idf5.1
Replies: 4
Views: 24924

Re: factory demo 编译报错,使用gitee上工程idf5.1

按钮不可用?
我看你选的平台不是 ESP-BOX-3? 方便描述下哪个按钮?
by ESP_Xuxin
Fri Nov 10, 2023 2:32 am
Forum: ESP-BOX 中文讨论版
Topic: invalid header: 0x01faoofe
Replies: 5
Views: 26282

Re: invalid header: 0x01faoofe

这可以看到,例如最后一个 model 分区,offset 偏移已经到了 7M 左右,你这 4M 的 flash 肯定放不下;

这个 demo 除了 app(4.2M) 分区,还有 storage(2.6M) ,model(7.6M)

具体分配可以看你工程下的 partitions.csv 分配表
或者你可以进 build 目录,执行下面操作,看下最终 bin 文件实际大小,esptool.py --chip ESP32-S3 merge_bin -o ESP-BOX-3-1.2.3.bin @flash_args