Making Wifi go fast?
Posted: Sun Feb 15, 2015 3:28 am
I've modified a transparent TCP Wifi-UART bridge to be able to upload sketches to arduinos. While it works, it's incredibly slow. It takes ~5 minutes to upload a 23KB sketch. The reason for the poor performance is the Wifi round-trip. It takes ~400ms to get any form of round-trip over Wifi and there are 2 round-trips per data block.
I tried siwtching to 160Mhz cpu clock but see no difference, maybe I didn't get that right. Does anyone know how to "tune" the Wifi? I'm configuring STA+AP and using STA with WPA/PSK, I wonder whether it might go faster if I turn AP off? Any experience?
I tried siwtching to 160Mhz cpu clock but see no difference, maybe I didn't get that right. Does anyone know how to "tune" the Wifi? I'm configuring STA+AP and using STA with WPA/PSK, I wonder whether it might go faster if I turn AP off? Any experience?