Page 1 of 1

Optimising ESP32 IDF for high-density WiFi deployments

Posted: Tue Jul 19, 2022 9:36 pm
by anonymoouse
Hi,

I'm working on a solution that attempts to put a large number of ESP32 devices (100s - 1000s) into a small physical area with a number of APs that can support this number of clients between them. Each unit will only be receiving a couple KB/s of data, but the streams will need to remain consistent

I'm wondering what I can do in the IDF configuration, to optimise the RF traffic from the module to reduce the amount of interference each device will cause to one another to increase data reliability. Suggestions on anything that can be done on the network or application side would also be really appreciated

Thanks