Search found 48 matches

by ESP_Junru
Fri Apr 28, 2023 9:11 am
Forum: ESP IoT Solution 中文讨论版
Topic: unknown type name 'blink_step_t'
Replies: 10
Views: 4853

Re: unknown type name 'blink_step_t'

我将你除了 LED_INDICATOR 的组件都移除后,是可以编译的,可以找到。如果要使用配置好的 led_indicator 指示灯模式,请包含
include "led_indicator_blink_default.h"
by ESP_Junru
Fri Apr 28, 2023 7:13 am
Forum: ESP IoT Solution 中文讨论版
Topic: unknown type name 'blink_step_t'
Replies: 10
Views: 4853

Re: unknown type name 'blink_step_t'

删除掉 build 目录,重新编译
by ESP_Junru
Fri Apr 28, 2023 6:53 am
Forum: ESP IoT Solution 中文讨论版
Topic: unknown type name 'blink_step_t'
Replies: 10
Views: 4853

Re: unknown type name 'blink_step_t'

可以尝试把这个工程去除掉build后打包发给我吗?
by ESP_Junru
Fri Apr 28, 2023 6:52 am
Forum: ESP IoT Solution 中文讨论版
Topic: unknown type name 'blink_step_t'
Replies: 10
Views: 4853

Re: unknown type name 'blink_step_t'

你的components目录是和main目录同级吗?
-main
-components

感觉像是 led_indicator 这个组件没有被链接进编译。如果是放在外部的 components ,需要在 CMakeLists 中链接一下路径
by ESP_Junru
Fri Apr 28, 2023 6:12 am
Forum: ESP IoT Solution 中文讨论版
Topic: unknown type name 'blink_step_t'
Replies: 10
Views: 4853

Re: unknown type name 'blink_step_t'

是使用的最新的 led_indicator 组件吗?能给出具体的 log 吗?https://components.espressif.com/compon ... 以访问到这个结构体的
by ESP_Junru
Tue Apr 25, 2023 9:12 am
Forum: ESP-IDF 中文讨论版
Topic: ESP32C3 USB示例问题
Replies: 7
Views: 4446

Re: ESP32C3 USB示例问题

c3 没有 otg 外设,所以更改不了 USB 描述符,仅支持: /** * @brief USB_SERIAL_JTAG read bytes from USB_SERIAL_JTAG buffer * * @param buf pointer to the buffer. * @param length data length * @param ticks_to_wait Timeout in RTOS ticks * * @return * - The number of bytes read from USB_SERIAL FIFO */ int usb_serial_jtag_rea...
by ESP_Junru
Tue Apr 11, 2023 9:52 am
Forum: ESP-IDF 中文讨论版
Topic: 在主任务里面使用readdir导致task_wdt: Task watchdog got triggered!!!
Replies: 6
Views: 3042

Re: 在主任务里面使用readdir导致task_wdt: Task watchdog got triggered!!!

看门狗时间延长能成功获取到文件吗?还是写了个死循环,卡死在里面了
不建议采用中文路径
by ESP_Junru
Tue Apr 11, 2023 8:11 am
Forum: ESP IoT Solution 中文讨论版
Topic: 求助:使用esp-iot-solution master分支的usb_stream摄像头颜色不对
Replies: 1
Views: 2343

Re: 求助:使用esp-iot-solution master分支的usb_stream摄像头颜色不对

你是 wifi 图传还是刷屏?如果是刷屏,请确保你的屏幕刷新是可以显示出正确图片
by ESP_Junru
Tue Mar 28, 2023 7:28 am
Forum: 全国大学生物联网设计竞赛乐鑫答疑专区
Topic: esp32通过i2c接入ld3320语音识别模块,不断重启怎么办哪
Replies: 1
Views: 22797

Re: esp32通过i2c接入ld3320语音识别模块,不断重启怎么办哪

麻烦提供更完善的log,以及在esp-idf环境下查看log,会自动解析程序挂在哪一行
by ESP_Junru
Tue Mar 28, 2023 7:24 am
Forum: ESP-IDF 中文讨论版
Topic: 在主任务里面使用readdir导致task_wdt: Task watchdog got triggered!!!
Replies: 6
Views: 3042

Re: 在主任务里面使用readdir导致task_wdt: Task watchdog got triggered!!!

可能是 readdir 长时间运行导致看门狗未及时置位。
1. 将看门狗的触发时间调长
2. 将看门狗关闭
3. 将 readdir 任务优化,并穿插 vTaskDelay