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

Multiple data on single characterstics data write (notify) from peripheral using ble_app_uart Appication

Hi All,

I'm using ble_app_uart Application to send some notifications from Peripheral to central device. I'm using API ble_send_string() to send notifications to other Mobile APP. When i test this setup on nRF UART App, it works fine, nRF App shows single data transfer for single button press on ble device. But on our custom App, we get sometimes single data and sometimes multiple character data change notifications for single button press (ble_send_string() API called only once).

Although i am sure i'm not calling that (ble_send_string)API multiple times for single button press, My doubt is that is there some sort of implementation inside nRF App which rejects multiple data write within a narrow time window or something like that ? Or Out Custom App is doing something wrong ?

Suggestions needed, please reply.

Related