This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Windows Phone 8.1 Nokia Lumia

Has any managed to connect a Windows Phone 8.1 device to NRF51? BLE is "definitely" supported on Nokia Lumia: Nokia Support But I am unable to pair with either SD 5.1 or 6.0. I suspect that it may be something to do with the "connection interval" or some other advertising settings.

Please Advise

Parents
  • I am trying to make this example to work. code.msdn.microsoft.com/.../Bluetooth-Generic-5a99ef95 But there is problem pairing Lumia with nRF51822 ble_app_hrs example. First of all I don't understand how this pairing occur? But this question to Microsoft. How I understand Lumia has to have "Black" update. This example for windows phone 8.1. I installed developer preview and upgrade to windows phone 8.1. It is seem to be that connection implemented by OS but it didn't occur - phone didn't find any devices. This code var devices = await DeviceInformation.FindAllAsync(GattDeviceService.GetDeviceSelectorFromShortId(0x180d), new string[] { "System.Devices.ContainerId" });

    is responsible for filtering devices with needed services but count of devices is NULL. I think this windows phone preview doesn't fully support BLE.

    Any ideas?

    Update 11.07.2014

    Now I have Nokia Lumia 630 and I can develop application because it has full wp8.1 supported BLE. I want to add support to Cordova (PhoneGap) plugin github.com/.../BluetoothLE

    I start project here github.com/.../BluetoothLE

Reply
  • I am trying to make this example to work. code.msdn.microsoft.com/.../Bluetooth-Generic-5a99ef95 But there is problem pairing Lumia with nRF51822 ble_app_hrs example. First of all I don't understand how this pairing occur? But this question to Microsoft. How I understand Lumia has to have "Black" update. This example for windows phone 8.1. I installed developer preview and upgrade to windows phone 8.1. It is seem to be that connection implemented by OS but it didn't occur - phone didn't find any devices. This code var devices = await DeviceInformation.FindAllAsync(GattDeviceService.GetDeviceSelectorFromShortId(0x180d), new string[] { "System.Devices.ContainerId" });

    is responsible for filtering devices with needed services but count of devices is NULL. I think this windows phone preview doesn't fully support BLE.

    Any ideas?

    Update 11.07.2014

    Now I have Nokia Lumia 630 and I can develop application because it has full wp8.1 supported BLE. I want to add support to Cordova (PhoneGap) plugin github.com/.../BluetoothLE

    I start project here github.com/.../BluetoothLE

Children
Related