esp-box
esp-box copied to clipboard
The ESP-BOX is a new generation AIoT development platform released by Espressif Systems.
Refactor audio player and playlist out of mp3_demo and make use of both in mp3_demo and factory examples. @TDA-2030 I'd like to get the audio_player up on the components catalog...
A number of fixes for things that look like they've been broken for a bit, plus update to v8.3 of lvgl to keep moving up as lvgl develops.
Hi, I installed from sckratch new ESPIDF and EClipse plugin for ESP32, imported projects from Examples folder on ESP32-S3-BOX GIT, but when I build whatever example I get this message...
- Changes are backward compatible with ESP-IDF v4.4 release - Have tested functionality of `factory_demo` with this PR
Hi! I have an esp-box, I used two thread on this chip. And I copied the function play_mp3() in my second thread.Then I used a flag to trigger it. However,...
Hello, I just received the ESP32-S3-BOX. Following the recommendations I was hoping I could upgrade the latest firmware according to these instructions: https://github.com/espressif/esp-box/blob/master/docs/firmware_update.md Although I have used this tool successfully...
你好,编译example下factory demo的时候总是提示以下错误,请问如何解决 CMake Error at /home/king5/code/idfCode/esp-idf/tools/cmake/build.cmake:200 (message): Failed to resolve component 'rmaker_common'. Call Stack (most recent call first): /home/king5/code/idfCode/esp-idf/tools/cmake/build.cmake:226 (__build_resolve_and_add_req) /home/king5/code/idfCode/esp-idf/tools/cmake/build.cmake:512 (__build_expand_requirements) /home/king5/code/idfCode/esp-idf/tools/cmake/project.cmake:378 (idf_build_process) CMakeLists.txt:22 (project) idf 的版本是4.4的 ESP-IDF v4.4.1-64-g4b2098bc58-dirty
TT21100 touch driver does not support interrupt based reading. https://github.com/espressif/esp-box/blob/cc7610df2d8ddeab334695e748f7ed938940c895/components/i2c_devices/touch_panel/tt21100.c#L176-L184 Suggested functionality: ``` esp_err_t tt21100_tp_init(void) { ... // Register interrupt for GPIO_NUM_3 falling edge / tt21100_touch_interrupt() ... } void tt21100_set_callback(void...
 报错的界面如图片所示。 `launch.json`如下所示,程序可以正常的下载运行。 ``` { "version": "0.2.0", "configurations": [ { "name": "ESP32-S3 DEBUG", "type": "cppdbg", "request": "launch", "MIMode": "gdb", "miDebuggerPath": "${command:espIdf.getXtensaGdb}", "program": "${workspaceFolder}/build/${command:espIdf.getProjectName}.elf", "windows": { "program": "${workspaceFolder}\\build\\${command:espIdf.getProjectName}.elf" }, "cwd": "${workspaceFolder}",...
在[app_sr.c](https://github.com/espressif/esp-box/blob/efbfa327324a3a797cfff3be7eb6ff0fbf803f5f/examples/factory_demo/main/app/app_sr.c)中,  AFE_FETCH_CHANNEL_VERIFIED感觉表示的是返回唤醒词识别成功,但在ESP-SR中显示的是返回音频通道确认,  这个音频通道确认是指什么音频通道确认?