I'm trying to send a string of bytes from nrf51822 to an android device.
I'm using notification.
There will be potentially thousands of data to be sent from nrf51822 to android.
For some reason, I can only send a limited number, 6 so far, it's way less than I had hoped for.
My android device is kind of obsolete, it was bought in 2013.
I understand the whole thing - using notificaction to send a large amount of data- may not be a great idea, but for now, I'm working on a prototype product, therefore 50 times per session will be fine. But so far, as I mentioned above, I got only 6. Beyond that my android program stops being responsive.
It could be the fault of the android device, but I want some expert idea on how bad an idea this is, you know, to send data using notification from nrf51822 to android? I mean, it could be quite reliable actually, if that is the case, I'll shift my debugging focus from nrf51822 to android.
Also, should I use notification?