Can I use the smartphone APP and peripheral device in the central through bonding?

hi,

I am reviewing development in the environment below.

* HW : nRF52832

* SW : SDK -> example -> ble_app_uart_c

In the nRF52-DK board, we reviewed the example of connecting central and peripheral with the ble_app_uart example. What I would like to inquire about is...

When central is configured with ble_app_uart_c, Whether or not the APP of the peripheral device and the smart phone can be used at the same time through bonding.

I wonder if it is possible to register the APP of the smart phone in the central device and also register the peripheral device and reconnect each one through bonding.

thank.

Parents
  • I've actually worked with the nRF52832 and the ble_app_uart_c example before. In my experience, you can bond with multiple devices, including a smartphone app and a custom peripheral, but it depends on how your central is programmed to handle multiple connections. I had an issue once while testing a game controller connection, and taking a break to play Slope Game helped clear my mind and troubleshoot better!

Reply
  • I've actually worked with the nRF52832 and the ble_app_uart_c example before. In my experience, you can bond with multiple devices, including a smartphone app and a custom peripheral, but it depends on how your central is programmed to handle multiple connections. I had an issue once while testing a game controller connection, and taking a break to play Slope Game helped clear my mind and troubleshoot better!

Children
No Data
Related