espressif / esp-now

A connectionless Wi-Fi communication protocol
Apache License 2.0
528 stars 93 forks source link

ESP limit in broadcast (AEGHB-14) #50

Closed svdrummer closed 1 year ago

svdrummer commented 1 year ago

In broadcast mode, can I assume the 20 peer limit is not in place? After all, no need to store Ack info and Acks are not sent from any peers other than one from the sender itself(which also sees the broadcast message)

lhespress commented 1 year ago

Yes, you can ignore the limit of 20 in broadcast mode. We have tested 100 devices as responder which have the max delay timer is 315ms.