Replies: 1 comment 2 replies
-
Which operating system are you using? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was playing around with the async_callback_with_queue example to test out some larger data transfers (512 bytes). My peripheral device has a characteristic with notify and read attributes. When the peripheral updates the data, a notification is sent. I use this as an indication to go make a characteristic read to retrieve all 512 bytes. I do this by reading within the notification handler. However, when I do, the read causes the notify to trigger again and again.
I've tried looking through forms and I don't believe a characteristic read should trigger a notification on the central running the python script. Is this behavior expected?
Beta Was this translation helpful? Give feedback.
All reactions