One ESP32 transmitting to 60 ESP32 receivers?
Posted: Fri Sep 15, 2017 8:02 pm
I'm developing a product where one ESP32 needs to transmit audio data via WiFi to up to 60 ESP32 receivers. The maximum data rate for the ESP32 is specified at 150 Mbps so dividing that by 60 gives me a data rate for each receiver of up to 2.5 Mbps. This is approx the data rate for Bluetooth so my thinking is this will be okay for transmitting audio data.
That being said, I'm also wondering if it might be better to have two ESP32's in the transmitter sending out the audio data. This should double the available data rate for each of the 60 receivers. So each ESP32 transmitter would transmit to only 30 ESP32 receivers.
Is this a practical application of the ESP32?
Thanks,
John
That being said, I'm also wondering if it might be better to have two ESP32's in the transmitter sending out the audio data. This should double the available data rate for each of the 60 receivers. So each ESP32 transmitter would transmit to only 30 ESP32 receivers.
Is this a practical application of the ESP32?
Thanks,
John