Replies: 5 comments
-
@iamiha I see the following in your sdkconfig -
Can you please check if BLE is getting deinited after provisioning? Ideally, you would need it for Matter BLE-based commissioning. So, you should set the above option. |
Beta Was this translation helpful? Give feedback.
-
After enabling
Full log message :
|
Beta Was this translation helpful? Give feedback.
-
@iamiha, along with
|
Beta Was this translation helpful? Give feedback.
-
@iamiha , any updates? |
Beta Was this translation helpful? Give feedback.
-
Thankyou, the issue is resolved now |
Beta Was this translation helpful? Give feedback.
-
Description:
I am modifying the Matter repository's controller example to use standard BLE provisioning. Once provisioning is complete, the controller should start automatically.
Changes Implemented:
start_controller()
is called to initialize and start the Matter controller.Issue:
Provisioning works correctly, but when
start_controller()
is called, a LoadProhibited error occurs, leading to a Guru Meditation crash.Relevant Code:
Error Output:
Request for Help:
Any insights or suggestions would be greatly appreciated!
sdkconfig.txt
Beta Was this translation helpful? Give feedback.
All reactions