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

NRF 51822 Characteristic issue.

Hi everyone!

During the development of our device, we faced with some problems: So now we need to read the data array in a clear sequence from characteristics. The data loads to characteristics like element by element form data array.

How can I exactly track that device reads from exact characteristic? Code attached.

sendIFRead.c

Parents
  • Hi. It is a little unclear to me what you mean by "read the data array in a clear sequence from characteristics". In the code you provide it looks like you are trying to send a notification. I.e. transfer data from server to client. Now you want to send multiple notifications and keep track of how much data has been transmitted? Or do you want to read data sent from the client side?

Reply
  • Hi. It is a little unclear to me what you mean by "read the data array in a clear sequence from characteristics". In the code you provide it looks like you are trying to send a notification. I.e. transfer data from server to client. Now you want to send multiple notifications and keep track of how much data has been transmitted? Or do you want to read data sent from the client side?

Children
No Data
Related