I have read these the following posts:
devzone.nordicsemi.com/.../ devzone.nordicsemi.com/.../
But, most of the answers are quite old. I am wondering if the solution to send multiple notifications is still an valid answer.
Thank you.
I have read these the following posts:
devzone.nordicsemi.com/.../ devzone.nordicsemi.com/.../
But, most of the answers are quite old. I am wondering if the solution to send multiple notifications is still an valid answer.
Thank you.
Hi Jack,
Short answer is YES.
Long answer follows:
Cheers Jan
(continuation...) define some "ACK" messages (they can even contain number of bytes received or hash - but that would be probably too heavy). In the end pretty anything will do the job, it's just a question how difficult for implementation you make it, how efficient you want it (in terms of computation power/time and overhead inside GATT data which lowers your effective bandwidth) and what error/recovery mechanisms you need for session management...
(continuation...) define some "ACK" messages (they can even contain number of bytes received or hash - but that would be probably too heavy). In the end pretty anything will do the job, it's just a question how difficult for implementation you make it, how efficient you want it (in terms of computation power/time and overhead inside GATT data which lowers your effective bandwidth) and what error/recovery mechanisms you need for session management...