-
Notifications
You must be signed in to change notification settings - Fork 10
Description
I cannot get broadcasting to work on esp8266.
Adding individual peer addresses works and I can send/receive to/from registered peers which are esp01s boards.
Trying to add the all 'ff' peer broadcast address gives an error.
Broadcasts to ff:ff... appear to be sent, but are apparently never received by any other board.
Sorry I don't have the hardware directly up and running to tell you the exact error I was getting.
Instead of hard-coding a list of peer addresses, I was trying to esp-now broadcast from each peer to try to dynamically build a list of peers for a mesh-like network.
Any ideas if broadcasting should just work on esp8266 out of the box, or is there something wrong here, or anything else I can try?
Issue raised here first, I can move this to the esp-now pull request if that's more appropriate.