Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Flashing bridge-app on M5 stack does not provide pairing QR code link (url) nor does it provide PIN code in the logs #26152

Closed
phonnakasturi-apple opened this issue Apr 18, 2023 · 1 comment · Fixed by #26156

Comments

@phonnakasturi-apple
Copy link

phonnakasturi-apple commented Apr 18, 2023

Reproduction steps

SHA used: 0f1fc1b

Post building and flashing of bridge-app for M5board, the logs do not provide the pairing QR code link nor does it provide any PIN code (short pin)

Steps to reproduce:

Build the bridge-app:

  1. cd ~/connectedhomeip
  2. git reset --hard 0f1fc1b
  3. git clean -Xdf
  4. git submodule update --init
  5. export PKG_CONFIG_PATH="/opt/homebrew/opt/openssl@3/lib/pkgconfig"
  6. source scripts/bootstrap.sh
  7. source scripts/activate.sh
  8. cd ${HOME}/tools/esp-idf
  9. git submodule update --init
  10. ./install.sh
  11. . ./export.sh
  12. cd ~/connectedhomeip/examples/bridge-app/esp32
  13. idf.py build

Flash the M5 board:

Obtain the port using the command -> ls/dev/tty.*

idf.py -p /dev/tty.SLAB_USBtoUART flash monitor

Note: when I tried to pair with default code 34970112332 -> it worked and I was able to control the endpoints, but the logs by itself does not provide any pairing information

Attaching the M5 logs;

brdige-app_M5_logs.txt

Bug prevalence

Today

GitHub hash of the SDK that was being used

0f1fc1b

Platform

darwin

Platform Version(s)

No response

Anything else?

No response

@bzbarsky-apple
Copy link
Contributor

Yes, the bridge-app example never calls PrintOnboardingCodes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants