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

Stopping the nRF52832 uart sample.

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.

  1. The sample "ble_app_uart" of SDKv16.00 was written in nRF52832. 
  2.  I installed "Android-nRF-UART (slightly edited)" on my Android tablet (Android 7.0) using Android studio.
  3. 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.

Related