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

Sending consecutive 7 notification on ble characteristic issue

Hi,

I want to send multiple packets on a notify characteristic using ble_blanky app as baseline but only first 4 consecutive notifications are received on android side.

I send 7 notification one after the other and only first 4 are received on other side even peripheral is connected. by the way i am using sdk 16 on nrf52832 development board.

Parents
  • I have the same problem. It looks like a limitation on the mobile phone, Whether I use nRF Connect on iOS or Android. The same situation is that the limit of continuous notification is 4. If you want to receive the fifth notification, you must add a delay more than 200ms between the fourth and fifth notifications sent on the peripheral.

Reply
  • I have the same problem. It looks like a limitation on the mobile phone, Whether I use nRF Connect on iOS or Android. The same situation is that the limit of continuous notification is 4. If you want to receive the fifth notification, you must add a delay more than 200ms between the fourth and fifth notifications sent on the peripheral.

Children
No Data
Related