Search found 13 matches
- Thu Sep 05, 2024 11:11 am
- Forum: ESP-BOX 中文讨论版
- Topic: ESP-BOX 如何使用 ESP-ADFdueros 例子
- Replies: 1
- Views: 4956
Re: ESP-BOX 如何使用 ESP-ADFdueros 例子
https://github.com/espressif/esp-adf/issues/1267 您好,该问题可以参考这个 issue
- Thu Aug 29, 2024 7:03 am
- Forum: ESP-BOX
- Topic: Chatgpt demo not getting API Key
- Replies: 2
- Views: 7299
Re: Chatgpt demo not getting API Key
Hi, I tested the example on my end and didn't encounter the issue you mentioned. I suggest checking if you've updated the repository to the latest version. Additionally, since the flashing method for this example differs from others, I recommend reviewing the demo's README to ensure there were no er...
- Wed Jan 03, 2024 11:24 am
- Forum: ESP-BOX
- Topic: Development using Arduino IDE
- Replies: 4
- Views: 20445
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.
- Thu Dec 21, 2023 12:25 pm
- Forum: ESP-BOX 中文讨论版
- Topic: [esp32-s3-box] API Key is not valid
- Replies: 2
- Views: 54958
Re: [esp32-s3-box] API Key is not valid
您好,我们进行了版本更新,您可以再次尝试 url:https://openai.allsoftcould.xyz/v1/。如果仍出现问题,请先确认该 URL 是否有效。如果有有效但仍出现问题,可以提供更多日志以便排查问题。
- Thu Dec 21, 2023 11:26 am
- Forum: ESP-BOX 中文讨论版
- Topic: esp32-box开发板跑chatgpt_demo项目相关问题
- Replies: 8
- Views: 46137
- Thu Dec 21, 2023 11:24 am
- Forum: ESP-BOX 中文讨论版
- Topic: esp32-box开发板跑chatgpt_demo项目相关问题
- Replies: 8
- Views: 46137
Re: esp32-box开发板跑chatgpt_demo项目相关问题
在 demo 开始时,PC 端会检测到一个 U 盘,可以在 U 盘中的 CONFIG.INI 中配置 WIFI 以及 URL。
- Wed Dec 13, 2023 7:51 am
- Forum: ESP-BOX 中文讨论版
- Topic: E (1540) ESP-BOX-3: Touch not found
- Replies: 1
- Views: 36228
Re: E (1540) ESP-BOX-3: Touch not found
您好,首先您需要确保软硬件版本一致,您可以通过 idf.py menuconfig 命令打开配置菜单,在配置菜单中找到 HMI Board Config 项中,选择您的开发板。选择成功后请再次尝试,如果仍存在问题,可以提供更多日志信息以便排查问题。
- Tue Dec 12, 2023 10:31 am
- Forum: ESP-BOX
- Topic: ESP-BOX-3 rebuilding Factory Demo
- Replies: 5
- Views: 33881
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...
- Fri Dec 01, 2023 11:13 am
- Forum: ESP-BOX
- Topic: ESP-BOX-3 rebuilding Factory Demo
- Replies: 5
- Views: 33881
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?
- Wed Nov 15, 2023 11:02 am
- Forum: ESP-BOX
- Topic: How do I download the binary to the BOX-Lite ?
- Replies: 5
- Views: 31058
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...