project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.46k stars 1.99k forks source link

[BUG] BLE Commissioning failing on ESP32-C6 #30106

Closed kyberpunk closed 9 months ago

kyberpunk commented 12 months ago

Reproduction steps

Bug prevalence

Every commissioning attempt with BLE

GitHub hash of the SDK that was being used

v1.2.0.1, v1.1.0.2

Platform

esp32

Platform Version(s)

esp-idf 5.1.1

Anything else?

log.txt sdkconfig.txt

shripad621git commented 9 months ago

@kyberpunk , the error Received error (protocol code 2) during PASE process: 38 stands for invalid PASE parameter.Can you please verify that you are prvoviding the correct discriminator and passcode while commissioning using chip-toolor scanning the correct qrcode for commissioning using other ecosystems. Moreover, I have also tried out the example using ESP32-C6 and it worked fine.

dhrishi commented 9 months ago

@kyberpunk Please close the issue if it is working fine at your end

kyberpunk commented 9 months ago

Hi @dhrishi , I will test it to the end of the week again with building latest sources from scratch. It was strange that exactly the same use case was working with nRF52840.

kyberpunk commented 9 months ago

Still don't know what exactly was wrong in the initial problem but with latest version of Home Assistant and Matter example it works. So I'm closing the issue, thanks for support.