arduino icon indicating copy to clipboard operation
arduino copied to clipboard

Not able to commission lightbulb_color example code

Open yogeshiggalore opened this issue 1 year ago • 4 comments

I followed the following steps for matter_lightbulb.

Erased the flash chip using Simplicity Studio. ( to erase previously stored commission data ) update bootloader code using burn bootloader. programmed matter_lightbulb example code. commissioned matter device using alexa mobile app and echo 4th gen. Tested with alexa mobile app and echo, worked as expected. for matter_lightbulb_color example

Followed step 1 and step 2. programmed matter_lightbulb_color example code. commissioned failed, in alexa app it is asking to select thread border router to commission but in the device serial print says "device commissioned". Not able to understand the issue. repeated above mentioned steps multiple times. same result.

yogeshiggalore avatar Apr 12 '24 14:04 yogeshiggalore

erase the chip ... I've used their Commander app to do it.

TomInIowa avatar Apr 13 '24 14:04 TomInIowa

Hi yogeshiggalore, As TomIniowa said - please erase your device to get rid of the old commissioning data.

The easiest method is with a chip erase - the current version of the core doesn't give you the option to erase from the Arduino IDE - but the next release will introduce the option. Until then - you can erase you chip with Simplicity Commander or Studio if you have them installed. Your Arduino Core installation also comes bundled with Simplicity Commander - you can find it in the Arduino15 folder at Arduino15/packages/SiliconLabs/tools/simplicitycommander. It's a GUI tool, just launch the executable.

You could also try calling nvm3_eraseAll(nvm3_defaultHandle); to erase the NVM contents.

Let me know if these worked for you!

silabs-bozont avatar Apr 23 '24 16:04 silabs-bozont

@yogeshiggalore Can you try with the 2.0.0 release?

lboue avatar May 09 '24 07:05 lboue

Hello @yogeshiggalore, Did you have any luck with the steps mentioned above?

silabs-bozont avatar Aug 01 '24 15:08 silabs-bozont