Search found 11 matches

by Lvhaiyu
Wed Jan 03, 2024 11:24 am
Forum: ESP-BOX
Topic: Development using Arduino IDE
Replies: 4
Views: 13680

Re: Development using Arduino IDE

Hello, currently there are no official Arduino libraries for audio and sensor functionalities. If you wish to develop such features on the Arduino platform, you may try searching for relevant libraries in the open-source community.
by Lvhaiyu
Thu Dec 21, 2023 12:25 pm
Forum: ESP-BOX 中文讨论版
Topic: [esp32-s3-box] API Key is not valid
Replies: 2
Views: 48021

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

您好,我们进行了版本更新,您可以再次尝试 url:https://openai.allsoftcould.xyz/v1/。如果仍出现问题,请先确认该 URL 是否有效。如果有有效但仍出现问题,可以提供更多日志以便排查问题。
by Lvhaiyu
Thu Dec 21, 2023 11:26 am
Forum: ESP-BOX 中文讨论版
Topic: esp32-box开发板跑chatgpt_demo项目相关问题
Replies: 8
Views: 36171

Re: esp32-box开发板跑chatgpt_demo项目相关问题

VinesAA wrote:
Sat Sep 09, 2023 2:45 am
同样的问题,换了好几个API KEY确定是有效的。但运行时设备显示无效
如果是国内网络环境,可以尝试更换 URL
by Lvhaiyu
Thu Dec 21, 2023 11:24 am
Forum: ESP-BOX 中文讨论版
Topic: esp32-box开发板跑chatgpt_demo项目相关问题
Replies: 8
Views: 36171

Re: esp32-box开发板跑chatgpt_demo项目相关问题

在 demo 开始时,PC 端会检测到一个 U 盘,可以在 U 盘中的 CONFIG.INI 中配置 WIFI 以及 URL。
by Lvhaiyu
Wed Dec 13, 2023 7:51 am
Forum: ESP-BOX 中文讨论版
Topic: E (1540) ESP-BOX-3: Touch not found
Replies: 1
Views: 30007

Re: E (1540) ESP-BOX-3: Touch not found

您好,首先您需要确保软硬件版本一致,您可以通过 idf.py menuconfig 命令打开配置菜单,在配置菜单中找到 HMI Board Config 项中,选择您的开发板。选择成功后请再次尝试,如果仍存在问题,可以提供更多日志信息以便排查问题。
by Lvhaiyu
Tue Dec 12, 2023 10:31 am
Forum: ESP-BOX
Topic: ESP-BOX-3 rebuilding Factory Demo
Replies: 5
Views: 26420

Re: ESP-BOX-3 rebuilding Factory Demo

Regarding the issue with "queue.h," I'm not very familiar with the "lv_port_esp32" example. There is no such example under ESP-BOX, but I have tested the "factory_demo" with the same version of IDF, and there were no issues during the test. Therefore, we recommend using the command git submodule upd...
by Lvhaiyu
Fri Dec 01, 2023 11:13 am
Forum: ESP-BOX
Topic: ESP-BOX-3 rebuilding Factory Demo
Replies: 5
Views: 26420

Re: ESP-BOX-3 rebuilding Factory Demo

Hello, we highly value your question. After the successful compilation, were you able to burn it successfully? You can also try burning it again with the launchpad to see if it succeeds. Additionally, what specific documentation and examples do you need to assist you?
by Lvhaiyu
Wed Nov 15, 2023 11:02 am
Forum: ESP-BOX
Topic: How do I download the binary to the BOX-Lite ?
Replies: 5
Views: 23823

Re: How do I download the binary to the BOX-Lite ?

After testing, it has been confirmed that it is possible to generate the binary file using the following steps. First, in the Arduino IDE, navigate to `File` -> `Preferences`, locate the `upload` option, and open it. Next, compile and burn the project in the Arduino IDE. At this point, a terminal wi...
by Lvhaiyu
Mon Nov 06, 2023 4:05 am
Forum: ESP-BOX
Topic: How do I download the binary to the BOX-Lite ?
Replies: 5
Views: 23823

Re: How do I download the binary to the BOX-Lite ?

Perhaps you can try merging the bin files. For instructions on using ESPTOOL to merge bin files, you can refer to: https://docs.espressif.com/projects/esptool/en/latest/esp32/esptool/basic-commands.html?highlight=merge. Alternatively, you can use the following command: esptool.py --chip ESP32-S3 mer...
by Lvhaiyu
Mon Oct 23, 2023 2:23 am
Forum: ESP-BOX 中文讨论版
Topic: invalid header: 0x01faoofe
Replies: 5
Views: 22012

Re: invalid header: 0x01faoofe

可以检查一下您的开发板 flash size 是否足够支持该固件