Hi,
If the app keeps sending data at a certain rate, the numbers will skip and the software will stop.
I tried to see how much data I could communicate and at what speed. So, I made it possible to increment and send numbers at regular intervals from my own serial monitor and Android app(Android-nRF-UART).
I experimented in the following way.
- The sample "ble_app_uart" of SDKv16.00 was written in nRF52832.
- I installed "Android-nRF-UART (slightly edited)" on my Android tablet (Android 7.0) using Android studio.
- Windows PC via uart and monitor it with a serial monitor of my own making.
I was able to confirm that the serial monitor and the Android app can exchange strings with each other.