Page 1 of 1

ESP32 Wroom - Wifi streaming

Posted: Wed Sep 20, 2017 1:37 pm
by melvinmathew
Hi Everyone,

Just wanted to know if WiFi data streaming is possible on these systems? So I have a WifiClient and WifiServer setup for streming, the connections are kept open and have used print()\read(), trying to get data at a period of 10-30ms.

The stream looks good at start, but after 1 min or so I see packet loss and also buffering of old messages(used message count between sender-receiver to verify this). Due to which true real time data is not achieved. Any idea on how to improve this and maybe achieve real-time throughput?

I have tried modifying some values in sdkconfig.h, but nothing really helped :\

Any info\advice is okay. Just want to try options.
Thanks,