Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility of transmitting to more than 30 receivers? #28

Open
BryanWaya opened this issue Feb 26, 2023 · 4 comments
Open

Possibility of transmitting to more than 30 receivers? #28

BryanWaya opened this issue Feb 26, 2023 · 4 comments

Comments

@BryanWaya
Copy link

Can you connect more than 30 ESP receivers to one transfer using ESP-NOW or UDP broadcast system?

@BryanWaya BryanWaya changed the title Transmitting to more than 30 receivers Possibility of transmitting to more than 30 receivers? Feb 26, 2023
@kingsimba
Copy link

He is using broadcast packets. So the number of receivers doesn't count, I think.

@vkjambit
Copy link

vkjambit commented Sep 15, 2023

with ESP-NOW even if you broadcast i think you need to address the devices (sort of pairing) - i'm not quite sure but i think there is a limit to it at 20 devices. UDP -> there is no limit.

@FedericoBusero
Copy link
Collaborator

When broadcasting to ff,ff,ff... with esp-now, there is no pairing, no reception ack, the number of receivers is unlimited.

@kingsimba
Copy link

I also confirm, no paring (esp_now_add_peer()) is needed. But as more and more devices are transmitting, the packet loss rate will increase.
As my test, at 200 hz, where will be 22% packet loss. (may vary with interference in the environment and the quality of antenna).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants