Hi every one,
I work on application that read continuous analog signal with 500 sample/second and send it from nRF51822 board (1) to nRF51822 board (2) and read this value in pc via UART, i found the example for auto scanning and pairing works on master mode and based on S120 soft device in this link github.com/.../ble_app_uart_c_S120. I flash it in nRF51 dongle, it is work fine , the starting scanning and pairing, but there is a time delay after pairing (about 1 to 2 minutes) in this period i cannot receive any thing, after this the process work fine and the data received in board (2) and i can read it by using any UART terminal software. Is this case is normal ? or there is an additional setting should be done.
Thanks for your help
Regards