Hi,
I am using the BLE UART central and peripheral to send 100 messages of size 65 bytes (64 bytes + new line) continuously to the peripheral in the hope that I can see the messages on the UART of the central device.
However, I notice that I get about 30-40 messages when sending from Peripheral to Central and about 50-60 messages from central to Peripheral.
I also see that when the transmission stops there is a APP_UART_FIFO_ERROR error at the sender. What is the size of the FIFO buffer?
This is consistent across many tests. In the peripheral device, it goes to the NRF breakpoint condition and it has to reset to start and I have at that point lost the messages. This is not something I observe when I sent messages of size 33 (32+1) bytes. Can you think why this could be the case? Also is there a way I can get it to work,
Thanks