Shubham Patil

Results 67 comments of Shubham Patil

@PhLuReh please take a look at TWDT documentation here: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/system/wdts.html#task-watchdog-timer-twdt. Matter task do not explicitly call [`esp_task_wdt_add()`](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/system/wdts.html#_CPPv416esp_task_wdt_add12TaskHandle_t), but [`esp_task_wdt_init`](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/system/wdts.html#_CPPv417esp_task_wdt_initPK21esp_task_wdt_config_t) does that for idle task on each CPU. And if the...

@MohammadAbbasi76 I think you may have missed sourcing `$IDF_PATH/export.sh`, can you please run `source $IDF_PATH/export.sh` and try running the command again?

@PhLuReh Can you please close the issue if the questions are answered.

Light example is not broken, It just not handle being built from any other place than `examples/light`. And I think you moved it from there to some other place. Can...

@Haerteleric Thanks for verifying

@8TRobi8 Thanks for reporting, will look into it.

Did you use the UART or USB port on C6? If you used the USB port then you need to enable `CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG` config option.

I built light with `CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y` and I was able to use the console. Is this still an issue, if yes, can you please share the sdkconfig.

That print comes up when initializing the cluster, the cluster init method also try to touch the active-calendar-type and supported-calendar-types attributes even if calendar format feature is not enabled. Fixing...

@MaplestoryAlen `log.txt` shows that device failed to connect to wifi network. In first comment you said `SoC :ESP32-S3` and in subsequent comment you said you are commissioning H2. Can you...