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

NRF BUSY ERROR with multilink ble_app_uart_c example.

Hello,

I am testing the multilink BLE (1 central : n peripheral) UART example.

I am using Github code and tested it.

The central example is(SDK 16.0.0):

https://github.com/NordicPlayground/nrf52-ble-app-uart-c-multilink

The peripheral example is(SDK 17.0.0):

https://github.com/NordicPlayground/nRF52-ADC-examples

The peripheral example test is completed, however, when I am trying to communicate with central the error is occured like below.

<info> app_timer: RTC: initialized.
<info> app: BLE UART central example started.
<info> app: Connecting to target D44CBB9421DD
<info> app: Connecting to target 1C2DF74A0DC5
<error> app: ERROR 17 [NRF_ERROR_BUSY] at C:\Users\yclee\Desktop\nRF5SDK160098a08e2\examples\ble_peripheral\nrf52-ble-app-uart-c-multilink-master\main.c:408
PC at: 0x0002F8C5
<error> app: End of error report

The main.c 408 line is 

ble_db_discovery_start function. I think the bluetooth connection problem.

Which part should I look first? or Is something problem with SDK version?

cf) The SDK 17.0.0 ble_app_uart_c example is connected with ble_app_uart well.

Thank you for reading my questions.

Best Regards,

Yclee.

Parents Reply Children
Related