-
-
Notifications
You must be signed in to change notification settings - Fork 174
is NimBLE compatible with 2.0.0-alpha1 core? #235
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
I have not done any testing with the latest master of arduino but I suspect the fix may already be in the nimble-1.3.0 branch. Please try that and let me know, I will also do some testing when I get some time. |
I downloaded the 1.3 branch and overwrote the 1.2 folder files. Gives a ton of compile errors. =(
|
Thanks for reporting, I guess a bit of work needs to be done with arduino 2.0. Looks like a few things missing from the config file at the very least. |
Is this something the 2.0 guys need to fix? If so, would it be a long wait? |
Nope, it's something in NimBLE that needs fixed which I will take care of shortly. |
Just looked at the files in the log again and it looks like you have the wrong files somehow. |
Just did some testing with the branch linked above against the arduino master and it appears to work fine for me. I'll do my best to get that branch into master soon. |
I definitely used the right files. This time instead of over-writing them, I fully deleted 1.2 entirely and then added the 1.3 files. The compile errors then went away. I think it's working now. Will test more, but I think it's good now. |
Glad to hear it, if you weren't using git to checkout the branch that would certainly cause the issue. |
summary: Using same exact code, NimBLE works for me using 1.0.6 core, but not working on alpha1.
1.0.6 has a major security bug which I'm not sure will be fixed, so I'm forced to move to alpha1.
NimBLE compiles using alpha, but it's not connecting. I tried both 1.2 and the latest NimBLE code updated a few days ago.
Does it work on alpha1 for anyone else? Or am I doing something dumb on my end?
This is the output I get, however my Android doesn't connect:
My Android phone says can't connect
"...because of an incorrect PIN or passkey."
code, where BLE_loop() is run indefinitely:
The text was updated successfully, but these errors were encountered: