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

nRF Master Control Panel in Android

I have developed my custom board and my custom application based on nRF51822 and S110-v8. It perfectly works with Master Control Panel v9.0: connection, bonding, dfu,... But when I try to test it with my Android device (v5.0) and nRF Master Control Panel, my custom board always disconnect when introducing the pairing key (static) in my Android device. So, why it is working with Master Control Panel v9.0 for Windows and I have such problems with Android? Is there any similar application for iOS?

Parents
  • @Dani: I meant, if you try an example without static passkey but dynamic passkey, such as the ble_app_gls example (passkey will be printed on UART) would it managed to bond ?

    You should also try bonding but no passkey (Just work), the example you should try is ble_app_proximity.

    Note that you should better first testing without using DFU, especially butonless DFU because the attributable maybe changed, and the phone usually cache the attribute table. To make sure the bonding information is erased, click unbond in Bluetooth setting and turn off and on Bluetooth.

Reply
  • @Dani: I meant, if you try an example without static passkey but dynamic passkey, such as the ble_app_gls example (passkey will be printed on UART) would it managed to bond ?

    You should also try bonding but no passkey (Just work), the example you should try is ble_app_proximity.

    Note that you should better first testing without using DFU, especially butonless DFU because the attributable maybe changed, and the phone usually cache the attribute table. To make sure the bonding information is erased, click unbond in Bluetooth setting and turn off and on Bluetooth.

Children
No Data
Related