You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@phonnakasturi-apple Is this different from #19135 ? It looks like the same exact issue to me. There's no log from the controller side, but the device log shows:
I (34900) chip[ZCL]: OpCreds: Received a CSRRequest command
I (36170) chip[ZCL]: OpCreds: NewCertificateSigningRequest succeeded
I (36810) chip[ZCL]: OpCreds: CSRRequest successful.
which is longer than 2s to process the command and hence would result in the controller timing out.
This should have been fixed by #19137. Please retest on a SHA after that merged?
With SHA 891afbf
Cannot pair M5 board (all cluster app) via scanning QR code.
Steps to reproduce:
cd ~/connectedhomeip
git reset --hard 891afbf
git clean -Xdf
git submodule update --init
export PKG_CONFIG_PATH="/opt/homebrew/opt/openssl@3/lib/pkgconfig"
source scripts/bootstrap.sh
source scripts/activate.sh
cd ~/tools
cd esp-idf
git checkout v4.4
git submodule update --init --recursive
./install.sh
. ./export.sh
cd ~/connectedhomeip/examples/all-clusters-app/esp32
idf.py build
idf.py menuconfig -> Demo -> choose M5 stack.
idf.py -D 'SDKCONFIG_DEFAULTS=sdkconfig_m5stack.defaults' erase_flash build flash monitor
Build chiptool app on iPhone via Xcode
Launch chiptool app on iPhone and scan the QR code from M5 board
Attaching the complete M5 board logs:
M5_Error_logs.txt
The text was updated successfully, but these errors were encountered: