Notifications not received

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

I'm making a simple project with a custom characteristic (with read, write and notify properties enabled) where I can modify a uint8 value.

   

With CySmart I can connect to the psoc, and read and write the characteristic value, so everything seems fine.

   

To test notifications, I added a button that when pushed it triggers an interruption, in which i write to the GATT database to modify the characteristic value. So when notifications are enabled, i should see a real time value change in the characteristic when I press the button.

   

The problem is that when i activate notifications by writing to the CCCD and then i press the button, the characteristic value doesn't change in real time, but if then i read the characteristic value, it's correctly updated, so the button interruption works and updates the characteristic value, but the notification code doesn't notify me the changes.

   

I submitted the code as an attachment

0 Likes
3 Replies