Hello,
For my experience, I am using two nRF52 DK. The first is programmed with the "ble_peripheral/ble_app_uart" application and the second is programmed with the "ble_central/ble_app_uart_c" application.
I am sending 32 bytes each second on the UART of peripheral and my problem is than I receive (on the UART of central) 64 bytes each 2 second. Why?
Thank you