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

Is there a limit of maximum devices receiving broadcast ESPNOW message (AEGHB-915) #133

Open
3 tasks done
wuyuanyi135 opened this issue Dec 15, 2024 · 2 comments
Open
3 tasks done

Comments

@wuyuanyi135
Copy link

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate.
  • Provided a clear description of your suggestion.
  • Included any relevant context or examples.

Issue or Suggestion Description

I am working on a project of a LED control system (~2000 leds) in a 300 sqm room. I'm considering using esp now to broadcast messages to these nodes to control the LED. I have tested a few devices and the signal was good. Since all nodes will be in listening mode I guess having more device won't necessarily cause communication problem. Could espressif confirm what the pitfall or limit is, to sending from one node to many using esp now?

@github-actions github-actions bot changed the title Is there a limit of maximum devices receiving broadcast ESPNOW message Is there a limit of maximum devices receiving broadcast ESPNOW message (AEGHB-915) Dec 15, 2024
@svdrummer
Copy link

Google is your friend. According to ESP-NOW documentation, while the maximum number of paired devices for unicast communication is typically 20, when using broadcast packets, theoretically any number of devices can receive the broadcast message as it is sent to all devices within range, meaning there is no strict limit on the number of receivers for a broadcast ESP-NOW packet.

@wuyuanyi135
Copy link
Author

Google is your friend. According to ESP-NOW documentation, while the maximum number of paired devices for unicast communication is typically 20, when using broadcast packets, theoretically any number of devices can receive the broadcast message as it is sent to all devices within range, meaning there is no strict limit on the number of receivers for a broadcast ESP-NOW packet.

Thanks. Yes I did find that broadcast has no theoretical limit. I would like to see if any has actually tried such an extreme case that really involve this many nodes.

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

2 participants