-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[ESP32] cannot find Discriminator: 3840 on all-cluster-app via chip-device-ctrl(python) #20470
Comments
HI @tatsutaigu The "Adv Data" that you see above has the discriminator: 0xF00 (3840), VID: 0xFFF1 as well as PID: 0x8001 in the format as required by the specification. You can verify the same with your values. Edit: Using the default values for VID, PID here |
Hi, @dhrishi I use Below is log. |
@tatsutaigu Does this happen everytime? The chip-tool logs show that there was a timeout during commissioning:
Can you please provide the device side logs too? And other details about the branch/commit id you are using? |
Yes, it happen everytime. I tried
I'm using below branch/commit id for connectedhomeip and ESP-IDF.
|
Logs
|
This is not required. When you do |
@tatsutaigu Please attach logs instead of pasting, or at least wrap them in |
@dhrishi @bzbarsky-apple I will be out of the home today and tomorrow, so, my reply will be delaying. |
@dhrishi I tried latest connectedhomeip.
|
Ohh, my bad. I am on the latest commit on my fork which is dhrishi@8ebd7f0 (around 63 commits behind) and it works there. I will update to the latest codebase and try |
@tatsutaigu I am able to perform commissioning and cluster control on the current latest commit on upstream connectedhomeip 51e41f9 |
@dhrishi My environment: chip-device-ctrl-test_event_4_2021_07_06.txt |
I tried
|
@dhrishi I inserted bluetooth dongle to USB and I choose dongle via current should I change title [ESP32] to [chip-tool]?
|
Hi, commit 5132358 (HEAD -> master, origin/master, origin/HEAD) |
Problem
ble-scan
onchip-device-ctrl
can find discriminator:3840.ble-scan
on master branch cannot detect discriminator.I guess the ESP32 for
all-cluster-app
on master branch did not set Discriminator, Vendor Id and Product Id.chip-device-ctrl
on master branch does not work.therefore, I use
chip-device-ctrl
on test_event_4_2021_07_06.steps to reproduce
system configuration
Board : ESP32-C3-DevKitM-1
Proposed Solution
<suggested fix, suggested enhancement>
The text was updated successfully, but these errors were encountered: