Shivi-6
Shivi-6
Thanks for this clarification. But in the rainmaker matter controller example, the readme says **_"The commissioning flow for Matter Controller would be the same as other Matter devices. The controller...
@dhrishi This makes things a bit clear. I needed a controller so I tried it with rainmaker and I was able to commission it and I could also add end...
Hi @shubhamdp , logs of when the controller connects to Rainmaker? I have three logs, 1. The controller is commissioned but cannot be connected to Rainmaker due to some timeout...
I tried commissioning the end device but it shows "Timeout waiting for mDNS resolution." ``` [1724922684.284315][1865989:1865989] CHIP:TOO: Command: pairing onnetwork 0x1234 20202021 [1724922684.302672][1865989:1865991] CHIP:CTL: Setting attestation nonce to random value...
[idf_py_stdout_output.pdf](https://github.com/user-attachments/files/16104899/idf_py_stdout_output.pdf) This is the log when the controller got connected to the google home app but after the message "Device connected" appeared and I clicked the "Done" option, it showed...
I tried enabling the option in menuconfig but the build failed. With the help of "https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/performance/ram-usage.html#optimizing-iram-usage" this document, I changed some configurations and the build succeeded. But now there's a...
No I do not have any changes of my own. I was just simply flashing the matter_controller example in rainmaker sdk to my esp32 board. The only change I have...
[Steps for configuration.pdf](https://github.com/user-attachments/files/16122466/Steps.for.configuration.pdf) These are the steps I tried for flashing the controller example in ESP32
configTIMER_TASK_STACK_DEPTH was already configured to 8192. I still tried with 4K and in both the cases, the error is still there. @vikramdattu can you please confirm if the steps mentioned...
Update : @vikramdattu I changed the board and now using an ESP32 with 16 MB flash but the ssl/tls error is still there.. Please let me know what can be...