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
I was also thinking about how to do implement this.
Perhaps I can try to mimic the windowing mechanism from TCP/IP? Maybe the initial window will be 10 items. Then you would get DATA OK for each of those items. Once you get the DATA OK for item 0, then move the window up.
You can even go further and dynamically adjust the window size when the BLE connection isn't that stable too.
Am I over thinking this? Or maybe the simple send one item and expect DATA OK; then send the next item?
I was also thinking about how to do implement this.
Perhaps I can try to mimic the windowing mechanism from TCP/IP? Maybe the initial window will be 10 items. Then you would get DATA OK for each of those items. Once you get the DATA OK for item 0, then move the window up.
You can even go further and dynamically adjust the window size when the BLE connection isn't that stable too.
Am I over thinking this? Or maybe the simple send one item and expect DATA OK; then send the next item?