Skip to content

ArduinoBLE support #2813

Answered by earlephilhower
MYCAMEL222 asked this question in Q&A
Discussion options

You must be logged in to vote

Nope. ArduinoBLE actually implements the low-level BT handshake and protocol and isn't compatible with BlueKitchen BTStack. It basically re-implements the whole system library in userspace. I looked at it a while back and the only way I could see it working was to reimplement a library with all the same class interfaces, but completely different implementations from scratch. Because there's a bunch of cross-level shenanigans needed to make BLE work, it's not really straightforward and there's not a good place I could find to split off the higher-level BLE logic from the lower level HCI control...

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by MYCAMEL222
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants