-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add apache-nimble example #30
Conversation
Thats really cool, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this looks good, just a minor nit. Just ping here again once you think it's ready.
@lulf This is ready to re-review and merge now :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good!
/test
/test |
Hello!
I've been working on a fork of the
apache-nimble-sys
crate (PR here), where I have added bindings for NimBLE's controller, withbt-hci
trait implementations. I was able to usetrouble
with it to create a basic GATT server with a battery level service, and I figured I would share it here. Note: wanted to leave this as draft for now to wait for input from the original repo's owner.