paul_m

Results 36 comments of paul_m

> Well, chip-tool can't discover your device over DNS-SD. Is the device advertising? Is the chip-tool on the same wi-fi network as the device? @mulligan252 @bzbarsky-apple Thanks for your reply....

@bzbarsky-apple Apologies for the delay and thanks for your help. I have since just started using the ESP Matter Controller integrated into my code, and there are no issues like...

@chshu Ah, now we're getting somewhere. I haven't actually. I tried to view and change settings using idf.py menuconfig but didn't see a suitable option there. In this case, how...

Hi @chshu . Thanks. However, no matter what I try to do to enable Thread instead of Wi-Fi I get build errors as below due to partitioning size issues. I...

@chshu Unfortunately it's the same story for the original light application. What i'm doing is just enabling Open Thread via idf.py menuconfig, and nothing more. idf.py set-target esp32-c6 idf.py menuconfig...

@chshu I tried increasing the Flash size to 8MB via menuconfig. However it fails on bootup stating that the detected Flash size is only 4MB. I'm not sure why, because...

> @pavel808 please follow this instruction to switch from Matter over Wi-Fi to Thread: [#81 (comment)](https://github.com/espressif/esp-thread-br/issues/81#issuecomment-2232715944) > > `idf.py menuconfig (Component config->OpenThread. Enable it with the [*])` this way will...

@chshu My bad. I wasn't swapping it with the sdkconfig.defaults.esp32c6 file. I can confirm that it now works, even with my own application. Thank you for the help on this!...

> @pavel808 two things, > > 1. Use chip lock when you try to update the attribute. > 2. You cannot update the attribute before the matter starts. @jadhavrohit924 Thanks...

> @pavel808 Please provide me the backtrace of the crash in the file. Hi @jadhavrohit924 . Attached are my logs from the application, with multiple crashes. Thanks. [putty.log](https://github.com/user-attachments/files/16550934/putty.log)