Shubham Patil
Shubham Patil
@limengdu I'd suggest you to please go through this [commissioning and control](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html#commissioning-and-control) guide. Regarding QRCode, please take a look at this guide: https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html#commissioning. For console, are you using an `UART`...
As your device is advertising over ble, you need to set the transport/rendezvous as BLE in the qr code. If you are using the default example then qrcode in this...
Which example are you using, are you using example from the SDK without any change? If yes then the QRCode in [this](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html#commissioning) section works. Now, did you explicitly connected the...
> Forgive me for not providing more detail Thats why we have templates when filing an issue, but, I see no one wants to fill in the details... :-( Ahh,...
try `rm -r connectedhomeip/connectedhomeip/.environment` and give a try again. I'm not sure about ESP Matter app, you should use the ESP Rainmaker app to add a matter device.
The complete environment is inside `connectedhomeip/connectedhomeip/.environment` so ideally deleting it is sort of matter uninstall. Are you using release/v1.1? Can you try on the latest main branch?
ESP Rainmaker iOS app has the support to commission the Matter devices. You should be able to add/control the device from the app. Its simple, you just have to scan...