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

nrf connect UI notifications after subscribing to specific characteristic

Hi,

I am using the nRF51 dongle to connect and subscribe to specific characteristic and i am getting notification correctly but when subscribing to another notification that updated 100 times every second , i am not able to see the changes in the first UUID in UI but i still can see it in the log (I am Using the NRf connect app to connect and subscribe to UUID's) 

so the problem is seeing the change not only in the log but also in the UI.

i am subscribing to both notifications in the same time ,the first one is updating when i ever push the button the other one is updating all the time.

Best regards,

ibrahim 

Parents
  • Hi,

    Thank you for reporting this issue! Bug reports are always appreciated.

    Notification events to the nRF Connect UI are throttled, for performance reasons, but the current implementation is a bit too naive as it uses a global cooldown for notifications instead of enforcing a cooldown on a per characteristic basis. The team responsible for nRF Connect is aware of the issue, and hopefully it will be fixed before too long.

    Regards,
    Terje

Reply
  • Hi,

    Thank you for reporting this issue! Bug reports are always appreciated.

    Notification events to the nRF Connect UI are throttled, for performance reasons, but the current implementation is a bit too naive as it uses a global cooldown for notifications instead of enforcing a cooldown on a per characteristic basis. The team responsible for nRF Connect is aware of the issue, and hopefully it will be fixed before too long.

    Regards,
    Terje

Children
No Data
Related