Hi,
I used IOT TCP Server example of nRF5 SDK(Ver.15.0) to complete the communication
between the Raspberry Pi and the PCA10040.
But I found that the communication speed is too slow,only about 1000 bytes per second.
Far less than the optimized NORDIC UART with about 8000 bytes per second.
I refer to ‘ATT_MTU Throughput Example’ for various attempts but have no effect.
Can I increase the throughput of TCP connection same to the optimized NORDIC UART?