Hello,
I am looking for a suitable WiFi module that can handle TCP streaming without any hiccups in AP mode. Some WiFi modules that I have looked at before are the ESP8266, WF121 and WINC1500.
With all three of the above I am experiencing frequent 500ms to 1000ms'stalls when trying to send TCP packets at around 200Hz I do not have anything fancy in place just calling the TCP send function as fast as I can and reading as fast as I can on my laptop(packets are fairly small at around 30-10030-100 bytes
The WINC1500 probably has less of this problem, and the stall is a lot more frequent in AP mode then it is in STA mode.
Is this issue something that has to be handled in software? Or is there hardware that is capable of this? I am finding it hard to believe that I am experiencing this with all 3 modules...
Any guidance on this problem would be very much appreciated