Is there nRF Connect or similar program that enables development of BLE applications for Windows 10 (using native BLE API - ideally universal windows platform)?
Is there nRF Connect or similar program that enables development of BLE applications for Windows 10 (using native BLE API - ideally universal windows platform)?
It would be great if you have Windows BLE examples. Please note that there is now Universal Windows Platforms (UWP) since Win10 - you have one code that runs on all PC, tablet, phone. There are examples of UWP BLE code. I was succesfull in scanning nearby BLE devices, pairing them with Windows (they then appear in device manager like any other HW you use), but I have been never able to read/write gatt. For me the UWP BLE api often throws exceptions or return null objects. I found no documentation or no support for this.
Today Windows 10 Anniversary update installed on my PC and I must say that BLE finally works on my PC... I'm going t test it further, but it finally looks well.
Great news, and the update came right on time :)
@gamin - I am having the same issue. Looks like there is a need to enable services. Have you been able to resolve?