Search found 8 matches
- Sat Aug 14, 2021 2:12 am
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32-C3使用ESP-IDF的I2S的时候报错
- Replies: 7
- Views: 7929
Re: ESP32-C3使用ESP-IDF的I2S的时候报错
注意切换版本时需要执行以下操作: 1. 工程目录下执行rm -rf build 2. 在esp-idf目录下执行./install.sh 3. 重新打开terminal(注意在原terminal重新export不一定有用) 4. 在新terminal中执行./export.sh 尝试了很多次还是报错,使用的Eclipse IDE(离线安装包2.10),使用IDE下载的master工程。楼上的方法都尝试过了 Building in: C:\Users\Baoan\eclipse-workspace(1)\hello_world\build Configuring in: C:\Users\Ba...
- Thu Aug 12, 2021 2:52 am
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32-C3使用ESP-IDF的I2S的时候报错
- Replies: 7
- Views: 7929
Re: ESP32-C3使用ESP-IDF的I2S的时候报错
./install.sh 一下 我是使用ESP IDE下载的master,下载完以后在Install Tools下配置好了ESP-IDF Directory的路径。并且使用Git CMD运行了install.sh,编译代码没有提示错误,下载时还是提醒 Traceback (most recent call last): File "F:\esp-idf\tools\idf.py", line 36, in <module> from idf_py_actions.tools import executable_exists, idf_version, merge_action_lists, ...
- Thu Aug 12, 2021 1:35 am
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32-C3使用ESP-IDF的I2S的时候报错
- Replies: 7
- Views: 7929
Re: ESP32-C3使用ESP-IDF的I2S的时候报错
4.3还不支持,master分支已经可以跑C3的I2S了 更新到master分支以后,下载报这个错误.... Traceback (most recent call last): File "F:\esp-idf\tools\idf.py", line 47, in <module> from idf_py_actions.tools import executable_exists, idf_version, merge_action_lists, realpath # noqa: E402 File "F:\esp-idf\tools\idf_py_actions\tools.py", ...
- Wed Aug 11, 2021 10:41 am
- Forum: ESP-IDF
- Topic: ESP32-C3 reports an error when using ESP-IDF's I2S
- Replies: 0
- Views: 1469
ESP32-C3 reports an error when using ESP-IDF's I2S
ESP32-C3 reports an error when using ESP-IDF's I2S, the same code runs normally on ESP32 The error is as follows: esp-idf-v4.3/components/driver/i2s.c:1017: undefined reference to `rtc_clk_apll_enable' esp-idf-v4.3/components/driver/i2s.c:398: undefined reference to `rtc_clk_apll_enable' esp-idf-v4....
- Wed Aug 11, 2021 10:41 am
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32-C3使用ESP-IDF的I2S的时候报错
- Replies: 7
- Views: 7929
ESP32-C3使用ESP-IDF的I2S的时候报错
ESP32-C3使用ESP-IDF的I2S的时候报错,同样的代码在ESP32上运行正常 报错如下: esp-idf-v4.3/components/driver/i2s.c:1017: undefined reference to `rtc_clk_apll_enable' esp-idf-v4.3/components/driver/i2s.c:398: undefined reference to `rtc_clk_apll_enable' esp-idf-v4.3/components/hal/i2s_hal.c:273: undefined reference to `I2S0' /e...
- Wed Jun 09, 2021 2:24 am
- Forum: ESP-IDF 中文讨论版
- Topic: 请问应该如何将lv_port_esp32的LVGL部分合并到ESP_IDF中呢?
- Replies: 1
- Views: 2970
请问应该如何将lv_port_esp32的LVGL部分合并到ESP_IDF中呢?
我使用lv_port_esp32测试LVGL显示正常,但是在将其合并到我自己基于ESP_IDF(v4.2.1)工程中的时候遇见了问题。我将lv_examples、lvgl、lvgl_esp32_drivers 使用Git到esp-idf-v4.2.1的components目录下,可以正常配置LVGL的参数,但是编译时出现很多函数未定义
请问应该如何正确的将lv_port_esp32的LVGL部分合并到ESP_IDF中呢?
我使用的eclipse进行开发,安装乐鑫的插件
请问应该如何正确的将lv_port_esp32的LVGL部分合并到ESP_IDF中呢?
我使用的eclipse进行开发,安装乐鑫的插件
- Wed Jun 02, 2021 7:49 am
- Forum: ESP-IDF 中文讨论版
- Topic: 请问有基于ESP_IDF从SD卡读取音频数据到I2S播放的案例参考吗?
- Replies: 1
- Views: 2490
请问有基于ESP_IDF从SD卡读取音频数据到I2S播放的案例参考吗?
我从a2dp_sink跟sd_card提取了一下代码,但是工作不正常 一直报错 E (10549) I2S: C:/Users/baoan/Desktop/esp-idf/components/driver/i2s.c:1037 (i2s_ write):tx NULL dac_audio_config_t dac_cfg; dac_cfg.i2s_num = I2S_NUM_0; dac_cfg.sample_rate = 16000;// 采样率 dac_cfg.bits_per_sample = 8;//位数 dac_cfg.dac_mode = I2S_DAC_CHANNEL_BOTH...
- Thu May 20, 2021 2:47 am
- Forum: ESP-IDF 中文讨论版
- Topic: 如何修改ESP32的蓝牙地址?
- Replies: 1
- Views: 2799
如何修改ESP32的蓝牙地址?
请问ESP_IDF下如何修改ESP32的蓝牙地址?