Other Parts Discussed in Thread: CC2640R2F
Hi! I have about 5kb of data i want to send over BLE as fast as possible. I use a CC2541 with a modified SimpleBLEperipheral to send the data to my Windows 10 app.
I can send in two ways:
1) I send a char4 notify and read 20 byte from char5. Modify char5 and send a notify again, ect... This is a slow but save way to get the data is this correct?
2) I send 20 byte directly with a char4 notify. This should be much faster?
For testing i have reduced the peridoic event to like 10 ms per 20 byte. So i need to send like 200+ notifications to get all my data over BLE.
Is this legit? What should be the shortest duration beween notifications? Would 1ms also be possible?
Or should i think of using a standard bluetooth device instead of LE?
Thanks in advance.
Lars