I have a service with 2 characteristics, TX and RX.
On TX the notify is enabled, because TX should send a notification when something changes. I manage to change what is needed but in my Android APP the characteristic which has notification descriptor seems to be RX. Is the notification actually sent through RX characteristic or am I doing something wrong?
But even with descriptor existing and notification being enabled I still don't get the notification.
For now I am simply trying to send TEST to the nRF and this increases counter and I would like to return that value of counter as notification. Which example should I check about that?
I was trying through nRF connect but when notification is enabled it gets flooded and the nRF program crashes. It is probably stuck in loop of confirmation, there is confirmation for notification?