-
Notifications
You must be signed in to change notification settings - Fork 715
barfs on BLE connect #129
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
Comments
Howdy my friend ... lets try the following. Lets try:
instead of:
|
... and if that doesn't work, lets try the debug and stack decoding recipes found here: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/ArduinoBLE.md |
Hi nkolban, thanks for the quick and friendly response. A couple of things before I get to the workaround:
And the fix/workaround. I was reading #45, enabled debugging, and it works. The debug is below, if that helps. So it's clearly a deadlock of some sort. I'll start going further - adding my serviceUUID/characteristics code - but I'm guessing it will also work, that the debug workaround is sufficient.
|
In arduino->hardware folder is Arduino-esp32, rename it to esp32 and this will be fine. |
Closing for just now. Re-open as needed. |
code:
output:
Obviously I'm failing to create the connection. I haven't been able to figure out why.
The text was updated successfully, but these errors were encountered: