-
Notifications
You must be signed in to change notification settings - Fork 217
BLE connection from Arduino Hardware not working with latest Windows build19041 #114
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
Hi @arpita-agrawal , |
Hi, With the fix in #95 the issue is resolved. However, this fix is not available in version 1.1.3 of library. Thanks |
Thanks for the feedback, It will be available in the next release! |
I'm not sure that this is working even with the latest from Master branch. Running the BatteryMonitor example and attempting to connect with BLE Explorer results in the same issue above (Unable to pair, however no Catastrophic error). It is able to connect and starts printing the battery level value to the console for about 20 seconds before the Central (windows pc) disconnects and BLE Explorer shows pairing failed. |
I've been having a similar problem. I am working on a BLE device for windows 10 which was working fine last summer, however when I came back to it in December it no longer worked. I traced the issue back to a windows 10 update released sometime around September - October which breaks the functionality of BLE in windows 10... again. I am currently working on a solution as this is a huge setback and Microsoft seems to be blissfully uncaring about the issue. |
I uploaded the example sketch LED available with the ArduinoBLE library on Nano 33 BLE Sense. This configures the Nano 33 BLE Sense as a BLE peripheral.
After that, I tried to connect the device to the windows system using Bluetooth LE explorer. It doesn't connect. Before updating windows to the latest build19041 version the connection was working and I could send and receive the data using Bluetooth LE explorer.
Please note that other BLE devices are successfully connecting to the system via Bluetooth LE explorer even after the windows update.
The serial monitor log shows that the board gets connected and disconnected to the PC again and again.
Please refer to the attached screenshots for more details.
Thanks





Arpita
The text was updated successfully, but these errors were encountered: