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

Will there be an Android 4.3 app download for the Proximity Profile?

I'm implementing an Android 4.3 app which uses an nRF51822 and the BLE proximity profile. I have the following as starting points for the app code:

  1. The BLE sample app in the Android SDK. This can see the device on a scan and seems to connect, but then immediately loses the connection.

  2. The nRFTemp app download from Nordic. Obviously this doesn't use the proximity profile, it's for the temperature sensor.

Am I better off debugging the dropped connection on 1, or adding the proximity profile services to 2? Nordic people, are there any plans to release a sample app download for the proximity profile?

Parents
  • Hi Eliot,

    As you can find with the BLE sample app in Android SDK, there is an issue with Android 4.3 devices from Google(Nexus 4, Nexus 7) that the reconnecting after bonding is not performed properly. We are suspecting that it's the issue with the driver/stack on Nexus devices. The issue doesn't occurs on Samsung device running Android 4.3 (same API).

    Currently we are working on porting the nRF Utility app to Android 4.3. But I have no idea when will it be available.

    My suggestion for you in the mean time is to try with Samsung devices (S4 Google edition, or Note 3) and develop your application base on the BLE sample app.

    We will very soon release a new app that pretty similar to the BLE sample app from Google with added features, please stay tune.

Reply
  • Hi Eliot,

    As you can find with the BLE sample app in Android SDK, there is an issue with Android 4.3 devices from Google(Nexus 4, Nexus 7) that the reconnecting after bonding is not performed properly. We are suspecting that it's the issue with the driver/stack on Nexus devices. The issue doesn't occurs on Samsung device running Android 4.3 (same API).

    Currently we are working on porting the nRF Utility app to Android 4.3. But I have no idea when will it be available.

    My suggestion for you in the mean time is to try with Samsung devices (S4 Google edition, or Note 3) and develop your application base on the BLE sample app.

    We will very soon release a new app that pretty similar to the BLE sample app from Google with added features, please stay tune.

Children
No Data
Related