-
Notifications
You must be signed in to change notification settings - Fork 44
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
Commissioning over BLE #41
Comments
I'm interested in trying to add this, but I'm thinking about starting from the beginning and introducing an Thoughts? EDIT: See rust-embedded/not-yet-awesome-embedded-rust#29 for a potential discussion with the broader Rust embedded community |
An update here since it was discussed recently, a rough overview of my current strategy and timeline:
Obviously these dates are just wild guesses but so far the work is pretty straight forward and I'm quite familiar with BLE transport work. If someone wants to re-order and speed up (5) I'm supportive of that, I can just merge in my work after the fact to make the support generalized. An alternative I considered as well was to just develop the traits within |
Oh yeah, and it looks like someone is also squatting the |
Actually, I've decided to swap the order of (3) & (4) with (5). I also have (1) and (2) ready for preview, so I'm moving on to implementing BTP directly in Matter now. |
I'm making good progress on generic support for BTP, there's really not that much sophistication there other than some simple windowing implementation you need to do. There are, however, a few issues that need to be resolved before I can get a PR up:
I don't think I'm quite ready to need answers to all of these questions, but just wanted to jot down my notes so as not to surprise anyone when PRs start coming in :) |
Relevant PR here Still in "Draft" as it needs more testing (including - if possible - unit tests). But other than that, it seems to work OK (testing with BlueZ and ESP-IDF's Bluedroid stack for now). |
No description provided.
The text was updated successfully, but these errors were encountered: